summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-25net: protect rxq->mp_params with the instance lockJakub Kicinski
2025-03-25net: designate queue -> napi linking as "ops protected"Jakub Kicinski
2025-03-25net: designate queue counts as "double ops protected" by instance lockJakub Kicinski
2025-03-25net: explain "protection types" for the instance lockJakub Kicinski
2025-03-25net: constify dev pointer in misc instance lock helpersJakub Kicinski
2025-03-25net: remove netif_set_real_num_rx_queues() helper for when SYSFS=nJakub Kicinski
2025-03-25net: bubble up taking netdev instance lock to callers of net_devmem_unbind_dm...Jakub Kicinski
2025-03-25Merge branch 'virtio_net-fixes-and-improvements'Jakub Kicinski
2025-03-25virtio_net: Allocate rss_hdr with devresAkihiko Odaki
2025-03-25virtio_net: Use new RSS config structsAkihiko Odaki
2025-03-25virtio_net: Fix endian with virtio_net_ctrl_rssAkihiko Odaki
2025-03-25virtio_net: Split struct virtio_net_rss_configAkihiko Odaki
2025-03-25octeontx2-af: mcs: Remove redundant 'flush_workqueue()' callsChen Ni
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski
2025-03-25Merge branch 'net-phy-sfp-add-single-byte-smbus-sfp-access'Jakub Kicinski
2025-03-25net: mdio: mdio-i2c: Add support for single-byte SMBus operationsMaxime Chevallier
2025-03-25net: phy: sfp: Add support for SMBus module accessMaxime Chevallier
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-03-25dt-bindings: net: qcom,ipa: Correct indentation and style in DTS exampleKrzysztof Kozlowski
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-03-25net: au1000_eth: Mark au1000_ReleaseDB() staticJohan Korsnes
2025-03-25net: rfs: hash function changeEric Dumazet
2025-03-25Merge tag 'wireless-next-2025-03-20' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-03-25Merge branch 'net-stmmac-dwmac-rk-add-gmac-support-for-rk3528'Jakub Kicinski
2025-03-25net: stmmac: dwmac-rk: Add initial support for RK3528 integrated PHYJonas Karlman
2025-03-25net: stmmac: dwmac-rk: Add integrated_phy_powerdown operationJonas Karlman
2025-03-25net: stmmac: dwmac-rk: Move integrated_phy_powerup/down functionsJonas Karlman
2025-03-25net: stmmac: dwmac-rk: Add GMAC support for RK3528David Wu
2025-03-25dt-bindings: net: rockchip-dwmac: Add compatible string for RK3528Jonas Karlman
2025-03-25Merge branch 'net-improve-stmmac-resume-rx-clocking'Jakub Kicinski
2025-03-25net: stmmac: block PHY RXC clock-stopRussell King (Oracle)
2025-03-25net: phylink: add functions to block/unblock rx clock stopRussell King (Oracle)
2025-03-25net: stmmac: socfpga: remove phy_resume() callRussell King (Oracle)
2025-03-25net: stmmac: address non-LPI resume failures properlyRussell King (Oracle)
2025-03-25net: phylink: add phylink_prepare_resume()Russell King (Oracle)
2025-03-25Merge branch 'sfc-devlink-flash-for-x4'Jakub Kicinski
2025-03-25sfc: support X4 devlink flashEdward Cree
2025-03-25sfc: update MCDI protocol headersEdward Cree
2025-03-25sfc: rip out MDIO supportEdward Cree
2025-03-25net: reorganize IP MIB values (II)Eric Dumazet
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet
2025-03-25Merge branch 'nexthop-convert-rtm_-new-del-nexthop-to-per-netns-rtnl'Jakub Kicinski
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima
2025-03-25ipv6: fix _DEVADD() and _DEVUPD() macrosEric Dumazet