summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-07-31net: dsa: vsc73xx: make RGMII delays configurablePawel Dembicki
2024-07-31wifi: rtw88: 8703b: Fix reported RX band widthBitterblue Smith
2024-07-31wifi: rtw88: 8822c: Fix reported RX band widthBitterblue Smith
2024-07-31wifi: rtw89: 8852bt: add 8852BE-VT to Makefile and KconfigPing-Ke Shih
2024-07-31wifi: rtw89: 8852bte: add PCI entry of 8852BE-VTPing-Ke Shih
2024-07-31wifi: rtw89: 8852bt: declare firmware features of RTL8852BTPing-Ke Shih
2024-07-31wifi: rtw89: 8852bt: add chip_ops of RTL8852BTPing-Ke Shih
2024-07-31wifi: rtw89: 8852bt: add chip_info of RTL8852BTPing-Ke Shih
2024-07-31wifi: rtw89: 8852bt: rfk: use predefined string choice for DPK enable/disablePing-Ke Shih
2024-07-31wifi: rtw89: 8852bt: add set_channel_rfPing-Ke Shih
2024-07-31wifi: rtw89: select WANT_DEV_COREDUMPZong-Zhe Yang
2024-07-31wifi: rtw88: select WANT_DEV_COREDUMPZong-Zhe Yang
2024-07-31wifi: rtw88: debugfs: support multiple adapters debuggingPing-Ke Shih
2024-07-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-07-30net: wangxun: use net_prefetch to simplify logicJoe Damato
2024-07-30net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski
2024-07-30net: phy: micrel: Fix the KSZ9131 MDI-X status issueRaju Lakkaraju
2024-07-30net: mvpp2: Don't re-use loop iteratorDan Carpenter
2024-07-29ice: xsk: fix txq interrupt mappingMaciej Fijalkowski
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski
2024-07-29ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski
2024-07-29ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski
2024-07-29ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski
2024-07-29ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski
2024-07-29ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak
2024-07-29net: axienet: start napi before enabling Rx/TxAndy Chiu
2024-07-29eth: bnxt: populate defaults in the RSS context structJakub Kicinski
2024-07-29eth: bnxt: reject unsupported hash functionsJakub Kicinski
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
2024-07-26fbnic: Change kconfig prompt from S390=n to !S390Alexander Duyck
2024-07-26Merge tag 'wireless-2024-07-26' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-07-26net: phy: realtek: add support for RTL8366S Gigabit PHYMark Mentovai
2024-07-26wifi: ath12k: fix soft lockup on suspendJohan Hovold
2024-07-26wifi: mt76: mt7921: fix null pointer access in mt792x_mac_link_bss_removeSean Wang
2024-07-26wifi: ath12k: fix reusing outside iterator in ath12k_wow_vif_set_wakeups()Baochen Qiang
2024-07-26net: usb: sr9700: fix uninitialized variable use in sr_mdio_readMa Ke
2024-07-25bnxt_en: Fix RSS logic in __bnxt_reserve_rings()Pavan Chebbi
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-25Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-25tun: add missing verification for short frameDongli Zhang
2024-07-25tap: add missing verification for short frameSi-Wei Liu
2024-07-25gve: Fix an edge case for TSO skb validity checkBailey Forrest
2024-07-25bnxt_en: update xdp_rxq_info in queue restart logicTaehee Yoo
2024-07-25net: mediatek: Fix potential NULL pointer dereference in dummy net_device han...Breno Leitao
2024-07-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados