aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-21net: fib_rules: Enable DSCP mask usageIdo Schimmel1-1/+1
2025-02-21ipv6: fib_rules: Add DSCP mask matchingIdo Schimmel1-2/+43
2025-02-21ipv4: fib_rules: Add DSCP mask matchingIdo Schimmel1-3/+44
2025-02-21net: fib_rules: Add DSCP mask attributeIdo Schimmel2-0/+2
2025-02-21gve: Add RSS cache for non RSS device option scenarioZiwei Xiao4-23/+205
2025-02-21net/rds: Replace deprecated strncpy() with strscpy_pad()Thorsten Blum1-2/+1
2025-02-21selftests: net: Add test cases for link and peer netnsXiao Liang4-0/+157
2025-02-21selftests: net: Add python context manager for netns enteringXiao Liang2-1/+19
2025-02-21rtnetlink: Create link directly in target net namespaceXiao Liang1-7/+2
2025-02-21rtnetlink: Remove "net" from newlink paramsXiao Liang2-8/+0
2025-02-21net: xfrm: Use link netns in newlink() of rtnl_link_opsXiao Liang1-4/+4
2025-02-21net: ipv6: Use link netns in newlink() of rtnl_link_opsXiao Liang4-18/+17
2025-02-21net: ipv6: Init tunnel link-netns before registering devXiao Liang4-7/+9
2025-02-21net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang5-10/+15
2025-02-21net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()Xiao Liang1-1/+0
2025-02-21ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_opsXiao Liang1-0/+2
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang21-41/+58
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang42-110/+223
2025-02-21rtnetlink: Lookup device in target netns when creating linkXiao Liang1-2/+8
2025-02-21dt-bindings: net: Add Realtek MDIO controllerChris Packham2-0/+117
2025-02-21dt-bindings: net: Add switch ports and interrupts to RTL9300Chris Packham1-0/+30
2025-02-21dt-bindings: net: Move realtek,rtl9301-switch to netChris Packham1-1/+1
2025-02-21net: sfp: add quirk for 2.5G OEM BX SFPBirger Koblitz1-0/+2
2025-02-20net: phy: remove unused feature array declarationsHeiner Kallweit1-3/+0
2025-02-20selftests: drv-net: rename queues check_xdp to check_xskJakub Kicinski1-2/+4
2025-02-20selftests: drv-net: improve the use of ksft helpers in XSK queue testJakub Kicinski2-4/+10
2025-02-20selftests: drv-net: add a way to wait for a local processJakub Kicinski3-35/+136
2025-02-20selftests: drv-net: probe for AF_XDP sockets more explicitlyJakub Kicinski2-5/+14
2025-02-20selftests: drv-net: add missing new line in xdp_helperJakub Kicinski1-1/+1
2025-02-20selftests: drv-net: use cfg.rpath() in netlink xsk attr testJakub Kicinski1-2/+1
2025-02-20selftests: drv-net: add a warning for bkg + shell + terminateJakub Kicinski1-0/+4
2025-02-20octeontx2: hide unused labelArnd Bergmann2-0/+4
2025-02-20net: phy: qt2025: Fix hardware revision check commentCharalampos Mitrodimas1-1/+1
2025-02-20net/mlx5e: Separate extended link modes request from link modes type selectionShahar Shitrit1-9/+4
2025-02-20net/mlx5e: Change eth_proto parameter namingShahar Shitrit1-2/+2
2025-02-20net/mlx5e: Introduce ptys2ethtool_process_link()Shahar Shitrit1-25/+10
2025-02-20net/mlx5e: Refactor ptys2ethtool_adver_link()Shahar Shitrit1-12/+8
2025-02-20net/mlx5: Bridge, correct config option descriptionCosmin Ratiu1-2/+2
2025-02-20neighbour: Replace kvzalloc() with kzalloc() when GFP_ATOMIC is specifiedKohei Enju1-2/+2
2025-02-20net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer1-3/+4
2025-02-20net: pktgen: fix ctrl interface command parsingPeter Seiderer1-6/+8
2025-02-20net: pktgen: fix 'ratep 0' error handling (return -EINVAL)Peter Seiderer1-1/+1
2025-02-20net: pktgen: fix 'rate 0' error handling (return -EINVAL)Peter Seiderer1-1/+1
2025-02-20net: pktgen: fix hex32_arg parsing for short readsPeter Seiderer1-3/+4
2025-02-20net: pktgen: enable 'param=value' parsingPeter Seiderer1-0/+1
2025-02-20net: pktgen: replace ENOTSUPP with EOPNOTSUPPPeter Seiderer1-3/+3
2025-02-20af_unix: Fix undefined 'other' errorPurva Yeshi1-1/+0
2025-02-20igc: Add launch time support to XDP ZCSong Yoong Siang2-2/+60
2025-02-20igc: Refactor empty frame insertion for launch time supportSong Yoong Siang1-32/+50
2025-02-20net: stmmac: Add launch time support to XDP ZCSong Yoong Siang2-0/+15