summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-05pds_core: add host backed memory support for firmwareNikhil P. Rao3-0/+184
2026-08-05pds_core: add PLDM component info displayBrett Creeley2-5/+142
2026-08-05pds_core: add PLDM firmware update support via devlink flashBrett Creeley7-11/+921
2026-08-05pds_core: add support for identity version 2Brett Creeley1-9/+35
2026-08-05pds_core: add support for quiet devcmd failuresBrett Creeley1-5/+13
2026-08-05net: phy: nxp-tja11xx: cancel registration work on removeHongyan Xu1-0/+9
2026-08-05pfcp: Support per-netns netdev unregistration.Kuniyuki Iwashima1-5/+7
2026-08-05pfcp: Protect pfcp_net.pfcp_dev_list with mutex.Kuniyuki Iwashima1-2/+24
2026-08-05net: prestera: validate firmware header lengthPengpeng Hou1-0/+3
2026-08-05net: tap: set skb->dev before parsing virtio net header in tap_get_user_xdp()Dongli Zhang1-10/+14
2026-08-05qlcnic: drop unneeded semicolonJulia Lawall1-1/+1
2026-08-05net: macb: remove unused ENST Q0/Q1 time register definesVineeth Karumanchi1-6/+0
2026-08-05Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2-6/+14
2026-08-04bnge: send hwrm for interface down/up transitionsVikas Gupta1-2/+30
2026-08-04bnge: add ndo_set_rx_mode_async supportVikas Gupta2-11/+62
2026-08-04bnge: refactor rx mode helpers to accept explicit address listsVikas Gupta1-16/+23
2026-08-04bnxt_en: Fix PTP PPS setting bugKeegan Freyhof1-2/+5
2026-08-04bnxt_en: Disable EOP for TPA on all chips to prevent data corruptionMichael Chan1-4/+7
2026-08-04bnxt_en: Refresh VNIC default ring on queue restart if neededShravya KN1-0/+5
2026-08-04bnxt_en: Determine and store default RX ring in vnic structureShravya KN2-11/+23
2026-08-04bnxt_en: Move RSS table fill outside __bnxt_hwrm_vnic_set_rss()Shravya KN1-7/+7
2026-08-04net/mlx5e: fix BQL reset on SQ re-activationBobby Eshleman1-1/+3
2026-08-04net: bonding: check register_netdevice_notifier() error in bonding_init()Minhong He1-1/+3
2026-08-04net: vrf: check register_netdevice_notifier() error in vrf_init_module()Minhong He1-1/+3
2026-08-04net: macvlan: check register_netdevice_notifier() error in macvlan_init_module()Minhong He1-1/+3
2026-08-04net: team: check register_netdevice_notifier() error in team_module_init()Minhong He1-1/+3
2026-08-04net: lapbether: check register_netdevice_notifier() error in lapbeth_init_dri...Minhong He1-1/+7
2026-08-04usbnet: cap max_mtu for drivers without bind callbackLaurent Vivier1-1/+2
2026-08-04bnge: use int for bnge_fix_rings_count() return valueAlok Tiwari1-1/+2
2026-08-04net: atlantic: free RX pages of consumed but not refilled buffersYangyu Chen1-4/+18
2026-08-04net: atlantic: free stranded TX buffers on ring deinitYangyu Chen3-1/+31
2026-08-04net: stmmac: resume PHY before hardware setup when opening the interfaceStefan Agner1-0/+9
2026-08-04net: microchip: vcap api: Fix possible memory leak in vcap_decode_rule()Abdun Nihaal1-3/+6
2026-08-04Merge tag 'ovpn-net-20260730' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski6-68/+204
2026-08-04net: dsa: realtek: rtl8366rb: Fix up port isolationLinus Walleij1-5/+4
2026-08-04net: airoha: fix ARRAY_SIZE() division by zero on UP buildsLorenzo Bianconi1-1/+1
2026-08-04macvlan: require init-userns CAP_NET_ADMIN to raise bc_queue_lenXiang Mei (Microsoft)1-0/+9
2026-08-04net: stmmac: remove ptpaddr/mmcaddr/estaddr "safe" initializationJisheng Zhang1-12/+0
2026-08-04Merge tag 'qcom-drivers-for-7.3' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-6/+9
2026-08-04geneve: Support per-netns netdev unregistration.Kuniyuki Iwashima1-5/+7
2026-08-04geneve: Protect geneve_net and geneve_sock with per-netns mutex.Kuniyuki Iwashima1-14/+68
2026-08-04geneve: Unlink geneve->sock[46].hlist[46].hlist in __geneve_sock_release().Kuniyuki Iwashima1-17/+25
2026-08-03net: mana: force full-page RX buffers via ethtool private flagDipayaan Roy2-2/+114
2026-08-03net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switchDipayaan Roy1-29/+46
2026-08-03net: stmmac: ethtool: Address off-by-one when reading the coal rx-usecsMaxime Chevallier1-2/+2
2026-08-03net: stmmac: ethtool: Comment the magic numbers in RIWT computationMaxime Chevallier1-2/+5
2026-08-03bnge: Fix NULL pointer dereference in aux device releaseAlok Tiwari1-3/+6
2026-08-03net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup()Yi Cong1-1/+3
2026-08-03net: phy: motorcomm: enable the reference clock for YT8521Jiaxing Hu1-0/+6
2026-08-03net: stmmac: Don't rely on the PHY for flow-control testingMaxime Chevallier1-3/+2