summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-08-11net: hns3: add missing const qualifier to hclge_log_error() reg parameterJijie Shao
2026-08-11net: hns3: set msg->desc to NULL after kfree in hclge_query_reg_info()Jian Shen
2026-08-11net: ngbe: fix NULL pointer dereference in non-MSI-X interrupt enablingJiawen Wu
2026-08-11net: tap: fix wrong transport_header when sending VLAN-tagged frameWei Fang
2026-08-11vxlan: do not arm the ageing timer on a device that is downBaul Lee
2026-08-11NTB: ntb_netdev: Preserve RX queue depth on allocation failureKoichiro Den
2026-08-10et131x: propagate EEPROM readiness errorsAvi Weiss
2026-08-10net: sfp: fix hwmon_name memory leak on hwmon registration failureKrishan Singh
2026-08-10tap: fix incorrect variable used for USO check in set_offload()Rongguang Wei
2026-08-10net: xilinx: axienet: Treat xlnx,rxmem as a required propertySuraj Gupta
2026-08-10bonding: fix wrong extack attribute in ARP validate netlink error pathHangbin Liu
2026-08-10net: phy: realtek: fix EEE advertisement write on the internal PHY MMD pathOleksij Rempel
2026-08-10amt: Don't support cross-netns setup.Kuniyuki Iwashima
2026-08-10veth: fix queue index used to wake the peer txq in veth_pollJonas Köppeler
2026-08-10net: phy: add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driverArtem Shimko
2026-08-10macvlan: inherit needed_headroom and needed_tailroom from lowerdevEric Dumazet
2026-08-10ipvlan: inherit needed_headroom and needed_tailroom from phy_devEric Dumazet
2026-08-10eth: bnxt: avoid deadlock when canceling IRQ affinity notifierJakub Kicinski
2026-08-10eth: bnxt: decrease indent in bnxt_request_irq()Jakub Kicinski
2026-08-10eth: bnxt: keep the aRFS rmap updated when TPH is enabledJakub Kicinski
2026-08-10eth: bnxt: cancel IRQ notifier before freeing affinity maskJakub Kicinski
2026-08-10net: pass net_device_path_ctx to dev_fill_forward_path()Lorenzo Bianconi
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich
2026-08-09ovpn: defer key slot crypto freeing to workqueueRalf Lici
2026-08-09ovpn: run deferred work on a module-owned workqueueRalf Lici
2026-08-07net: mana: Extend RX CQE coalescing up to 8 packetsHaiyang Zhang
2026-08-07net: wangxun: add pcie error handlerJiawen Wu
2026-08-07net: wangxun: implement soft quiesce for PCIe error recoveryJiawen Wu
2026-08-07net: wangxun: add reinit parameter to wx->do_reset callbackJiawen Wu
2026-08-07net: wangxun: add Tx timeout processJiawen Wu
2026-08-07net: ngbe: implement libwx reset opsJiawen Wu
2026-08-07tun/tap & vhost-net: stop tail-drop when IFF_BACKPRESSURE is setSimon Schippers
2026-08-07vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers
2026-08-07tun/tap: add ptr_ring consume helper with netdev queue wakeupSimon Schippers
2026-08-07veth: fix skb length accounting after XDP frag adjustmentSun Jian
2026-08-07net: niu: fix potential buffer overflow/truncation in irq namesRonan Marchal
2026-08-07net: dsa: mt7530: serialize the regmap IRQ chip like every other userDaniel Golle
2026-08-07net: dsa: mt7530: check command register writes in fdb and vlan cmdDaniel Golle
2026-08-07net: dsa: mt7530: check CORE_PLL_GROUP4 access in mt7531_setup()Daniel Golle
2026-08-07net: dsa: mt7530: error out on failed PHY_IAC command writesDaniel Golle
2026-08-07net: dsa: mt7530: check bus->read() error in core_rmw()Daniel Golle
2026-08-07net: pcs: mtk-lynxi: check regmap reads in mtk_pcs_lynxi_get_state()Daniel Golle
2026-08-07net: phy: mediatek: add EcoNet EN7528 PHY supportAhmed Naseef
2026-08-07ovpn: finish crypto callback cleanup before peer releaseRalf Lici
2026-08-07ovpn: fix NULL dereference when killing missing keyRalf Lici
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06igc: fix netdev not re-attached after resume if interface is downPhilipp David
2026-08-06bnge: Fix resource leak in bnge_init_nic() error pathBhargava Marreddy
2026-08-06fjes: cancel force_close_task in fjes_remove()Fan Wu