summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2026-03-10net: mvneta: support EPROBE_DEFER when reading MAC addressRosen Penev-0/+3
2026-03-10net: macb: Shuffle the tx ring before enabling txKevin Hao-3/+95
2026-03-10e1000/e1000e: Fix leak in DMA error cleanupMatt Vollrath-4/+0
2026-03-10i40e: fix src IP mask checks and memcpy argument names in cloud filterAlok Tiwari-7/+7
2026-03-10iavf: fix incorrect reset handling in callbacksPetr Oros-69/+31
2026-03-10iavf: fix PTP use-after-free during resetPetr Oros-0/+4
2026-03-10drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov-2/+2
2026-03-10wifi: ath12k: Use .mbn firmware for AHB devicesAaradhana Sahu-2/+2
2026-03-10wifi: ath10k: rename disconnect callbackJohan Hovold-2/+2
2026-03-10wifi: ath10k: drop redundant device referenceJohan Hovold-4/+0
2026-03-10wifi: ath9k: drop redundant device referenceJohan Hovold-4/+0
2026-03-10wifi: ath6kl: rename disconnect callbackJohan Hovold-2/+2
2026-03-10wifi: ath6kl: drop redundant device referenceJohan Hovold-10/+2
2026-03-10Merge tag 'linux-can-fixes-for-7.0-20260310' of git://git.kernel.org/pub/scm/...Paolo Abeni-2/+5
2026-03-10eth fbnic: Add mailbox self testMike Marciniszyn (Meta)-0/+142
2026-03-10eth fbnic: TLV support for use by MBX self testMike Marciniszyn (Meta)-0/+303
2026-03-10eth fbnic: Add msix self testMike Marciniszyn (Meta)-0/+214
2026-03-10eth fbnic: Add register self testMike Marciniszyn (Meta)-0/+197
2026-03-10net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE responseErni Sri Satya Vennela-14/+46
2026-03-10net: airoha: Move GDM forward port configuration in ndo_open/ndo_stop callbacksLorenzo Bianconi-5/+15
2026-03-10amd-xgbe: reset PHY settings before starting PHYRaju Rangoju-9/+6
2026-03-10amd-xgbe: prevent CRC errors during RX adaptation with AN disabledRaju Rangoju-2/+69
2026-03-10amd-xgbe: fix link status handling in xgbe_rx_adaptationRaju Rangoju-5/+14
2026-03-10bonding: fix type confusion in bond_setup_by_slave()Jiayuan Chen-1/+46
2026-03-10can: hi311x: hi3110_open(): add check for hi3110_power_enable() return valueWenyuan Li-1/+4
2026-03-10can: dev: keep the max bitrate error at 5%Haibo Chen-1/+1
2026-03-10mctp: i2c: fix skb memory leak in receive pathHaiyue Wang-0/+1
2026-03-10net: enetc: do not skip setting LaBCR[MDIO_PHYAD_PRTAD] for addr 0Wei Fang-12/+0
2026-03-10net: enetc: fix incorrect fallback PHY address handlingWei Fang-2/+10
2026-03-09bnxt_en: Fix RSS table size check when changing ethtool channelsPavan Chebbi-2/+2
2026-03-09net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnectOleksij Rempel-2/+0
2026-03-09net: usb: lan78xx: skip LTM configuration for LAN7850Oleksij Rempel-0/+4
2026-03-09net: usb: lan78xx: fix TX byte statistics for small packetsOleksij Rempel-1/+1
2026-03-09net: usb: lan78xx: fix silent drop of packets with checksum errorsOleksij Rempel-1/+6
2026-03-09net: stmmac: ptp: remove redundant priv->pps[].availableRussell King (Oracle)-9/+0
2026-03-09net: stmmac: ptp: rearrange n_ext_ts initialisationRussell King (Oracle)-2/+4
2026-03-09net: stmmac: remove stmmac_dwmac4_get_mac_addr()Russell King (Oracle)-20/+2
2026-03-09net: airoha: Make flow control source port mapping dependent on nbq parameterLorenzo Bianconi-8/+7
2026-03-09gve: add support for UDP GSO for DQO formatAnkit Garg-12/+29
2026-03-09ppp: simplify input error handlingQingfang Deng-23/+12
2026-03-09net: ethernet: ti: am65-cpsw: Use also port number to identify timestampsSebastian Andrzej Siewior-18/+17
2026-03-09net: rocker: kzalloc + kcalloc to kzalloc_flexRosen Penev-24/+7
2026-03-09serial: caif: hold tty->link reference in ldisc_open and ser_releaseShuangpeng Bai-0/+3
2026-03-09net: sfp: improve Huawei MA5671a fixupÁlvaro Fernández Rojas-1/+7
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov-311/+656
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-17/+17
2026-03-06net: usb: lan78xx: drop redundant device referenceJohan Hovold-8/+1
2026-03-06net: ntb_netdev: Support ethtool channels for multi-queueKoichiro Den-6/+151
2026-03-06net: ntb_netdev: Factor out multi-queue helpersKoichiro Den-40/+61
2026-03-06net: ntb_netdev: Gate subqueue stop/wake by transport linkKoichiro Den-10/+32