summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2026-03-18qed: Reimplement qed_mcast_bin_from_mac() using library functionsEric Biggers-42/+11
2026-03-18net/mlx5: Support cross-timestamping on ARM architecturesCarolina Jubran-7/+9
2026-03-18net/mlx5: Move crosststamp setup into helper functionCarolina Jubran-9/+19
2026-03-18net: mdio-gpio: remove linux/platform_data/mdio-gpio.hBartosz Golaszewski-7/+0
2026-03-18net: mdio-gpio: remove linux/mdio-gpio.hBartosz Golaszewski-1/+4
2026-03-18net: phy: remove Kconfig symbol MDIO_BUSHeiner Kallweit-7/+1
2026-03-18net: bonding: fix NULL deref in bond_debug_rlb_hash_showXiang Mei-5/+11
2026-03-18net/mlx5e: Add hds-thresh query support via ethtoolNimrod Oren-1/+5
2026-03-18net/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu-19/+14
2026-03-18net/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu-9/+9
2026-03-18net/mlx5: qos: Restrict RTNL area to avoid a lock cycleCosmin Ratiu-14/+9
2026-03-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski-21/+86
2026-03-18net: macb: fix uninitialized rx_fs_lockFedor Pchelkin-0/+3
2026-03-18net: macb: fix use-after-free access to PTP clockFedor Pchelkin-1/+3
2026-03-18netdevsim: drop PSP ext ref on forward failureWesley Atwell-1/+4
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau-8/+3
2026-03-18wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroomGuenter Roeck-1/+1
2026-03-17net: stmmac: use queue rather than ->queue_indexRussell King (Oracle)-14/+11
2026-03-17net: stmmac: remove tx_tail_addrRussell King (Oracle)-4/+4
2026-03-17net: stmmac: add helper to set transmit tail pointerRussell King (Oracle)-14/+16
2026-03-17net: stmmac: add helper to get size of a transmit descriptorRussell King (Oracle)-25/+15
2026-03-17net: stmmac: add helper to get hardware transmit descriptorRussell King (Oracle)-63/+28
2026-03-17net: stmmac: simplify stmmac_set_queue_rx_buf_size()Russell King (Oracle)-9/+5
2026-03-17net: stmmac: add helper to set receive buffer sizeRussell King (Oracle)-33/+21
2026-03-17net: stmmac: use consistent tests for receive buffer sizeRussell King (Oracle)-1/+1
2026-03-17net: stmmac: remove rx_tail_addrRussell King (Oracle)-3/+3
2026-03-17net: stmmac: add helper to set receive tail pointerRussell King (Oracle)-20/+20
2026-03-17net: stmmac: add helper to get size of a receive descriptorRussell King (Oracle)-13/+11
2026-03-17net: stmmac: add helper to get hardware receive descriptorRussell King (Oracle)-50/+26
2026-03-17net: stmmac: clean up stmmac_clear_rx_descriptors()Russell King (Oracle)-9/+9
2026-03-17net: stmmac: helpers for filling tx_q->tx_skbuff_dmaRussell King (Oracle)-42/+54
2026-03-17net: stmmac: rearrange stmmac_tx_info members to pack betterRussell King (Oracle)-3/+3
2026-03-17net: stmmac: Add glue layer for Spacemit K3 SoCInochi Amaoto-0/+240
2026-03-17net: stmmac: platform: Add snps,dwmac-5.40a IP compatible stringInochi Amaoto-0/+1
2026-03-17ppp: require callers of ppp_dev_name() to hold RCUQingfang Deng-2/+1
2026-03-17net: phy: mxl-gpy: add PHY-level statistics via ethtoolDaniel Golle-2/+64
2026-03-17bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handlerJunrui Luo-1/+3
2026-03-17libie: prevent memleak in fwlog codeMichal Swiatkowski-13/+36
2026-03-17iavf: fix VLAN filter lost on add/delete racePetr Oros-3/+6
2026-03-17igc: fix page fault in XDP TX timestamps handlingZdenek Bouska-0/+42
2026-03-17igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju-5/+2
2026-03-17net: airoha: select QDMA block according LAN/WAN configurationLorenzo Bianconi-10/+9
2026-03-17net: usb: aqc111: Do not perform PM inside suspend callbackNikola Z. Ivanov-6/+6
2026-03-17net: macb: add support for Microchip pic64hpsc ethernet endpointCharles Perry-0/+9
2026-03-17net: macb: add safeguards for jumbo frame larger than 10240Charles Perry-2/+4
2026-03-17ovpn: consolidate crypto allocations in one chunkRalf Lici-46/+135
2026-03-17ovpn: add support for asymmetric peer IDsRalf Lici-10/+33
2026-03-17ovpn: notify userspace on client float eventRalf Lici-0/+86
2026-03-17ovpn: pktid: use bitops.h APIQingfang Deng-8/+5
2026-03-17ovpn: use correct array size to parse nested attributes in ovpn_nl_key_swap_doitSabrina Dubroca-1/+1