aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-11bnxt_en: enable PTM functionVadim Fedorenko1-0/+3
2026-08-11gve: fix NULL dereference due to missing ptp adjfineJordan Rhee1-0/+6
2026-08-11gve: fix zero-length skb frag with header-splitJordan Rhee1-0/+5
2026-08-11net/mlx5: implement max_sfs parameterNikolay Aleksandrov1-3/+122
2026-08-11idpf: add missing cpu_to_le32 in idpf_tx_splitq_build_flow_descWillem de Bruijn1-1/+1
2026-08-11ice: acquire NVM lock around each flash readRobert Malz4-82/+58
2026-08-11ice: clear the default forwarding VSI rule when releasing a VSIPetr Oros1-0/+3
2026-08-11ice: fall back to SBQ when LL PHY timer interface times outPrzemyslaw Korba1-18/+20
2026-08-11net: hns3: use txqueue parameter directly in ndo_tx_timeoutJian Shen1-26/+22
2026-08-11net: hns3: add missing const qualifier to hclge_log_error() reg parameterJijie Shao1-1/+1
2026-08-11net: hns3: set msg->desc to NULL after kfree in hclge_query_reg_info()Jian Shen1-0/+1
2026-08-11net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enablingJiawen Wu1-1/+3
2026-08-11net: tap: fix wrong transport_header when sending VLAN-tagged frameWei Fang1-1/+2
2026-08-11vxlan: do not arm the ageing timer on a device that is downBaul Lee1-1/+1
2026-08-11NTB: ntb_netdev: Preserve RX queue depth on allocation failureKoichiro Den1-7/+8
2026-08-10et131x: propagate EEPROM readiness errorsAvi Weiss1-1/+1
2026-08-10net: sfp: fix hwmon_name memory leak on hwmon registration failureKrishan Singh1-0/+4
2026-08-10tap: fix incorrect variable used for USO check in set_offload()Rongguang Wei1-3/+2
2026-08-10net: xilinx: axienet: Treat xlnx,rxmem as a required propertySuraj Gupta1-1/+4
2026-08-10bonding: fix wrong extack attribute in ARP validate netlink error pathHangbin Liu1-1/+1
2026-08-10net: phy: realtek: fix EEE advertisement write on the internal PHY MMD pathOleksij Rempel1-1/+1
2026-08-10amt: Don't support cross-netns setup.Kuniyuki Iwashima1-0/+3
2026-08-10veth: fix queue index used to wake the peer txq in veth_pollJonas Köppeler1-1/+1
2026-08-10net: phy: add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driverArtem Shimko3-0/+230
2026-08-10macvlan: inherit needed_headroom and needed_tailroom from lowerdevEric Dumazet1-0/+4
2026-08-10ipvlan: inherit needed_headroom and needed_tailroom from phy_devEric Dumazet1-0/+4
2026-08-10eth: bnxt: avoid deadlock when canceling IRQ affinity notifierJakub Kicinski2-25/+64
2026-08-10eth: bnxt: decrease indent in bnxt_request_irq()Jakub Kicinski1-23/+23
2026-08-10eth: bnxt: keep the aRFS rmap updated when TPH is enabledJakub Kicinski1-4/+15
2026-08-10eth: bnxt: cancel IRQ notifier before freeing affinity maskJakub Kicinski1-2/+2
2026-08-10net: pass net_device_path_ctx to dev_fill_forward_path()Lorenzo Bianconi2-2/+12
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich358-1720/+3893
2026-08-09ovpn: defer key slot crypto freeing to workqueueRalf Lici4-16/+18
2026-08-09ovpn: run deferred work on a module-owned workqueueRalf Lici4-10/+30
2026-08-07net: mana: Extend RX CQE coalescing up to 8 packetsHaiyang Zhang2-54/+112
2026-08-07net: wangxun: add pcie error handlerJiawen Wu5-5/+223
2026-08-07net: wangxun: implement soft quiesce for PCIe error recoveryJiawen Wu5-0/+63
2026-08-07net: wangxun: add reinit parameter to wx->do_reset callbackJiawen Wu8-11/+11
2026-08-07net: wangxun: add Tx timeout processJiawen Wu8-5/+286
2026-08-07net: ngbe: implement libwx reset opsJiawen Wu3-3/+36
2026-08-07tun/tap & vhost-net: stop tail-drop when IFF_BACKPRESSURE is setSimon Schippers1-6/+33
2026-08-07vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers1-0/+25
2026-08-07tun/tap: add ptr_ring consume helper with netdev queue wakeupSimon Schippers1-4/+114
2026-08-07veth: fix skb length accounting after XDP frag adjustmentSun Jian1-8/+14
2026-08-07net: niu: fix potential buffer overflow/truncation in irq namesRonan Marchal2-4/+4
2026-08-07net: dsa: mt7530: serialize the regmap IRQ chip like every other userDaniel Golle1-1/+25
2026-08-07net: dsa: mt7530: check command register writes in fdb and vlan cmdDaniel Golle1-4/+12
2026-08-07net: dsa: mt7530: check CORE_PLL_GROUP4 access in mt7531_setup()Daniel Golle1-4/+10
2026-08-07net: dsa: mt7530: error out on failed PHY_IAC command writesDaniel Golle1-6/+18
2026-08-07net: dsa: mt7530: check bus->read() error in core_rmw()Daniel Golle1-1/+5