summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-03-19net: stmmac: use more descriptive names in stmmac_xmit()Russell King (Oracle)
2026-03-19net: stmmac: simplify DMA descriptor allocation/init/freeingRussell King (Oracle)
2026-03-19net: stmmac: more mode -> descriptor_mode renamesRussell King (Oracle)
2026-03-19net: stmmac: rename "mode" to "descriptor_mode"Russell King (Oracle)
2026-03-19net: ntb_netdev: add SPDX tag and remove boilerplate license textOskar Ray-Frayssinet
2026-03-19ionic: fix persistent MAC address override on PFMohammad Heib
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-19net: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error pathsAnas Iqbal
2026-03-19Merge tag 'wireless-next-2026-03-19' of https://git.kernel.org/pub/scm/linux/...Paolo Abeni
2026-03-19can: mcp251x: add error handling for power enable in open and resumeWenyuan Li
2026-03-19can: netlink: can_changelink(): add missing error handling to call can_ctrlmo...Marc Kleine-Budde
2026-03-19Merge tag 'ovpn-net-next-20260317' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni
2026-03-19net: mvpp2: guard flow control update with global_tx_fc in buffer switchingMuhammad Hammad Ijaz
2026-03-19qtnfmac: use alloc_netdev macro for single queue devicesRoi L
2026-03-19wifi: libertas: don't kill URBs in interrupt contextHeitor Alves de Siqueira
2026-03-19wifi: libertas: use USB anchors for tracking in-flight URBsHeitor Alves de Siqueira
2026-03-19wifi: rsi_91x_usb: do not pause rfkill polling when stopping mac80211Ville Nummela
2026-03-19wifi: rtw89: usb: Rx aggregation for RTL8832CU/RTL8851BUShin-Yi Lin
2026-03-18net: mana: Add ethtool counters for RX CQEs in coalesced typeHaiyang Zhang
2026-03-18net: mana: Add support for RX CQE CoalescingHaiyang Zhang
2026-03-18net/mlx5e: Remove unused field in mlx5e_flow_steering structSaeed Mahameed
2026-03-18Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-03-18Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2026-03-18qed: Reimplement qed_mcast_bin_from_mac() using library functionsEric Biggers
2026-03-18net/mlx5: Support cross-timestamping on ARM architecturesCarolina Jubran
2026-03-18net/mlx5: Move crosststamp setup into helper functionCarolina Jubran
2026-03-18net: mdio-gpio: remove linux/platform_data/mdio-gpio.hBartosz Golaszewski
2026-03-18net: mdio-gpio: remove linux/mdio-gpio.hBartosz Golaszewski
2026-03-18net: phy: remove Kconfig symbol MDIO_BUSHeiner Kallweit
2026-03-18net: bonding: fix NULL deref in bond_debug_rlb_hash_showXiang Mei
2026-03-18net/mlx5e: Add hds-thresh query support via ethtoolNimrod Oren
2026-03-18net/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu
2026-03-18net/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu
2026-03-18net/mlx5: qos: Restrict RTNL area to avoid a lock cycleCosmin Ratiu
2026-03-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2026-03-18net: macb: fix uninitialized rx_fs_lockFedor Pchelkin
2026-03-18net: macb: fix use-after-free access to PTP clockFedor Pchelkin
2026-03-18netdevsim: drop PSP ext ref on forward failureWesley Atwell
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-03-18wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroomGuenter Roeck
2026-03-17net: stmmac: use queue rather than ->queue_indexRussell King (Oracle)
2026-03-17net: stmmac: remove tx_tail_addrRussell King (Oracle)
2026-03-17net: stmmac: add helper to set transmit tail pointerRussell King (Oracle)
2026-03-17net: stmmac: add helper to get size of a transmit descriptorRussell King (Oracle)
2026-03-17net: stmmac: add helper to get hardware transmit descriptorRussell King (Oracle)
2026-03-17net: stmmac: simplify stmmac_set_queue_rx_buf_size()Russell King (Oracle)
2026-03-17net: stmmac: add helper to set receive buffer sizeRussell King (Oracle)
2026-03-17net: stmmac: use consistent tests for receive buffer sizeRussell King (Oracle)
2026-03-17net: stmmac: remove rx_tail_addrRussell King (Oracle)
2026-03-17net: stmmac: add helper to set receive tail pointerRussell King (Oracle)