summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-25net: remove netif_set_real_num_rx_queues() helper for when SYSFS=nJakub Kicinski2-12/+0
2025-03-25net: bubble up taking netdev instance lock to callers of net_devmem_unbind_dm...Jakub Kicinski2-2/+2
2025-03-25Merge branch 'virtio_net-fixes-and-improvements'Jakub Kicinski2-76/+56
2025-03-25virtio_net: Allocate rss_hdr with devresAkihiko Odaki1-6/+4
2025-03-25virtio_net: Use new RSS config structsAkihiko Odaki1-74/+43
2025-03-25virtio_net: Fix endian with virtio_net_ctrl_rssAkihiko Odaki1-15/+15
2025-03-25virtio_net: Split struct virtio_net_rss_configAkihiko Odaki1-0/+13
2025-03-25octeontx2-af: mcs: Remove redundant 'flush_workqueue()' callsChen Ni1-1/+0
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski9-249/+2
2025-03-25Merge branch 'net-phy-sfp-add-single-byte-smbus-sfp-access'Jakub Kicinski2-9/+152
2025-03-25net: mdio: mdio-i2c: Add support for single-byte SMBus operationsMaxime Chevallier1-1/+78
2025-03-25net: phy: sfp: Add support for SMBus module accessMaxime Chevallier1-8/+74
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski17-193/+102
2025-03-25dt-bindings: net: qcom,ipa: Correct indentation and style in DTS exampleKrzysztof Kozlowski1-64/+64
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski9-34/+79
2025-03-25net: au1000_eth: Mark au1000_ReleaseDB() staticJohan Korsnes1-1/+1
2025-03-25net: rfs: hash function changeEric Dumazet3-7/+12
2025-03-25Merge tag 'wireless-next-2025-03-20' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski274-2703/+68252
2025-03-25Merge branch 'net-stmmac-dwmac-rk-add-gmac-support-for-rk3528'Jakub Kicinski2-51/+242
2025-03-25net: stmmac: dwmac-rk: Add initial support for RK3528 integrated PHYJonas Karlman1-0/+41
2025-03-25net: stmmac: dwmac-rk: Add integrated_phy_powerdown operationJonas Karlman1-11/+15
2025-03-25net: stmmac: dwmac-rk: Move integrated_phy_powerup/down functionsJonas Karlman1-44/+44
2025-03-25net: stmmac: dwmac-rk: Add GMAC support for RK3528David Wu1-0/+132
2025-03-25dt-bindings: net: rockchip-dwmac: Add compatible string for RK3528Jonas Karlman1-1/+15
2025-03-25Merge branch 'net-improve-stmmac-resume-rx-clocking'Jakub Kicinski4-23/+129
2025-03-25net: stmmac: block PHY RXC clock-stopRussell King (Oracle)1-0/+27
2025-03-25net: phylink: add functions to block/unblock rx clock stopRussell King (Oracle)2-0/+62
2025-03-25net: stmmac: socfpga: remove phy_resume() callRussell King (Oracle)1-18/+0
2025-03-25net: stmmac: address non-LPI resume failures properlyRussell King (Oracle)1-5/+14
2025-03-25net: phylink: add phylink_prepare_resume()Russell King (Oracle)2-0/+26
2025-03-25Merge branch 'sfc-devlink-flash-for-x4'Jakub Kicinski8-8935/+5064
2025-03-25sfc: support X4 devlink flashEdward Cree3-22/+34
2025-03-25sfc: update MCDI protocol headersEdward Cree1-8814/+5028
2025-03-25sfc: rip out MDIO supportEdward Cree5-99/+2
2025-03-25net: reorganize IP MIB values (II)Eric Dumazet1-6/+6
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet4-6/+35
2025-03-25Merge branch 'nexthop-convert-rtm_-new-del-nexthop-to-per-netns-rtnl'Jakub Kicinski1-71/+112
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima1-5/+10
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima1-5/+11
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima1-3/+0
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima1-5/+6
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima1-20/+23
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima1-21/+47
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima1-15/+18
2025-03-25ipv6: fix _DEVADD() and _DEVUPD() macrosEric Dumazet1-4/+7
2025-03-25Merge branch 'mlx5-misc-enhancements-2025-03-19'Jakub Kicinski6-38/+61
2025-03-25net/mlx5e: TC, Don't offload CT commit if it's the last actionJianbo Liu1-0/+11
2025-03-25net/mlx5e: CT: Filter legacy rules that are unrelated to nicPaul Blakey1-0/+29
2025-03-25net/mlx5: Update pfnum retrieval for devlink port attributesShay Drory2-3/+3
2025-03-25net/mlx5: fw reset, check bridge accessibility at earlier stageAmir Tzin1-6/+9