summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-02-21netlink: specs: Add FIB rule DSCP mask attributeIdo Schimmel-0/+5
2025-02-21net: fib_rules: Enable DSCP mask usageIdo Schimmel-1/+1
2025-02-21ipv6: fib_rules: Add DSCP mask matchingIdo Schimmel-2/+43
2025-02-21ipv4: fib_rules: Add DSCP mask matchingIdo Schimmel-3/+44
2025-02-21net: fib_rules: Add DSCP mask attributeIdo Schimmel-0/+2
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-53/+1126
2025-02-21gve: Add RSS cache for non RSS device option scenarioZiwei Xiao-23/+205
2025-02-21net/rds: Replace deprecated strncpy() with strscpy_pad()Thorsten Blum-2/+1
2025-02-21Merge branch 'net-improve-netns-handling-in-rtnetlink'Jakub Kicinski-181/+486
2025-02-21selftests: net: Add test cases for link and peer netnsXiao Liang-0/+157
2025-02-21selftests: net: Add python context manager for netns enteringXiao Liang-1/+19
2025-02-21rtnetlink: Create link directly in target net namespaceXiao Liang-7/+2
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang-8/+0
2025-02-21net: xfrm: Use link netns in newlink() of rtnl_link_opsXiao Liang-4/+4
2025-02-21net: ipv6: Use link netns in newlink() of rtnl_link_opsXiao Liang-18/+17
2025-02-21net: ipv6: Init tunnel link-netns before registering devXiao Liang-7/+9
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang-10/+15
2025-02-21net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()Xiao Liang-1/+0
2025-02-21ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_opsXiao Liang-0/+2
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang-41/+58
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang-110/+223
2025-02-21rtnetlink: Lookup device in target netns when creating linkXiao Liang-2/+8
2025-02-21Merge branch 'dt-bindings-net-realtek-rtl9301-switch'Jakub Kicinski-1/+148
2025-02-21dt-bindings: net: Add Realtek MDIO controllerChris Packham-0/+117
2025-02-21dt-bindings: net: Add switch ports and interrupts to RTL9300Chris Packham-0/+30
2025-02-21dt-bindings: net: Move realtek,rtl9301-switch to netChris Packham-1/+1
2025-02-21net: sfp: add quirk for 2.5G OEM BX SFPBirger Koblitz-0/+2
2025-02-20net: phy: remove unused feature array declarationsHeiner Kallweit-3/+0
2025-02-20Merge branch 'selftests-drv-net-improve-the-queue-test-for-xsk'Jakub Kicinski-40/+161
2025-02-20selftests: drv-net: rename queues check_xdp to check_xskJakub Kicinski-2/+4
2025-02-20selftests: drv-net: improve the use of ksft helpers in XSK queue testJakub Kicinski-4/+10
2025-02-20selftests: drv-net: add a way to wait for a local processJakub Kicinski-35/+136
2025-02-20selftests: drv-net: probe for AF_XDP sockets more explicitlyJakub Kicinski-5/+14
2025-02-20selftests: drv-net: add missing new line in xdp_helperJakub Kicinski-1/+1
2025-02-20selftests: drv-net: use cfg.rpath() in netlink xsk attr testJakub Kicinski-2/+1
2025-02-20selftests: drv-net: add a warning for bkg + shell + terminateJakub Kicinski-0/+4
2025-02-20octeontx2: hide unused labelArnd Bergmann-0/+4
2025-02-20net: phy: qt2025: Fix hardware revision check commentCharalampos Mitrodimas-1/+1
2025-02-20Merge branch 'mlx5-misc-enhancements-2025-02-19'Jakub Kicinski-45/+21
2025-02-20net/mlx5e: Separate extended link modes request from link modes type selectionShahar Shitrit-9/+4
2025-02-20net/mlx5e: Change eth_proto parameter namingShahar Shitrit-2/+2
2025-02-20net/mlx5e: Introduce ptys2ethtool_process_link()Shahar Shitrit-25/+10
2025-02-20net/mlx5e: Refactor ptys2ethtool_adver_link()Shahar Shitrit-12/+8
2025-02-20net/mlx5: Bridge, correct config option descriptionCosmin Ratiu-2/+2
2025-02-20neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specifiedKohei Enju-2/+2
2025-02-20Merge branch 'some-pktgen-fixes-improvments-part-i'Jakub Kicinski-17/+22
2025-02-20net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer-3/+4
2025-02-20net: pktgen: fix ctrl interface command parsingPeter Seiderer-6/+8
2025-02-20net: pktgen: fix 'ratep 0' error handling (return -EINVAL)Peter Seiderer-1/+1
2025-02-20net: pktgen: fix 'rate 0' error handling (return -EINVAL)Peter Seiderer-1/+1