aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-11Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"Johannes Berg1-3/+12
2023-12-11nfp: support UDP segmentation offloadFei Qin4-8/+21
2023-12-10Merge branch 'rswitch-jumbo-frames'David S. Miller2-125/+295
2023-12-10net: rswitch: Allow jumbo framesYoshihiro Shimoda2-1/+4
2023-12-10net: rswitch: Add jumbo frames handling for TXYoshihiro Shimoda1-10/+46
2023-12-10net: rswitch: Add jumbo frames handling for RXYoshihiro Shimoda2-10/+78
2023-12-10net: rswitch: Set GWMDNC registerYoshihiro Shimoda2-0/+6
2023-12-10net: rswitch: Add a setting ext descriptor functionYoshihiro Shimoda1-26/+47
2023-12-10net: rswitch: Add unmap_addrs instead of dma address in each descYoshihiro Shimoda2-8/+12
2023-12-10net: rswitch: Use build_skb() for RXYoshihiro Shimoda2-33/+59
2023-12-10net: rswitch: Use unsigned int for desc related array indexYoshihiro Shimoda2-46/+56
2023-12-10net: rswitch: Drop unused argument/return valueYoshihiro Shimoda1-7/+3
2023-12-10net: mdio_bus: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-12-10qlcnic: replace deprecated strncpy with strscpyJustin Stitt1-6/+6
2023-12-10net: ena: replace deprecated strncpy with strscpyjustinstitt@google.com1-2/+2
2023-12-08ipv6: do not check fib6_has_expires() in fib6_info_release()Eric Dumazet1-1/+0
2023-12-08net: sysfs: fix locking in carrier readJohannes Berg1-2/+7
2023-12-08netlink: Return unsigned value for nla_len()Kees Cook1-1/+1
2023-12-08net: dsa: microchip: use DSA_TAG_PROTO without _VALUE defineSean Nyekjaer1-1/+1
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight7-57/+43
2023-12-08Merge branch 'net-selftests-unique-namespace'David S. Miller9-750/+751
2023-12-08selftests/net: convert vrf-xfrm-tests.sh to run it in unique namespaceHangbin Liu1-41/+36
2023-12-08selftests/net: convert vrf_strict_mode_test.sh to run it in unique namespaceHangbin Liu1-25/+22
2023-12-08selftests/net: convert vrf_route_leaking.sh to run it in unique namespaceHangbin Liu1-105/+96
2023-12-08selftests/net: convert test_vxlan_vnifiltering.sh to run it in unique namespaceHangbin Liu1-59/+95
2023-12-08selftests/net: convert test_vxlan_under_vrf.sh to run it in unique namespaceHangbin Liu1-34/+36
2023-12-08selftests/net: convert test_vxlan_nolocalbypass.sh to run it in unique namespaceHangbin Liu1-25/+23
2023-12-08selftests/net: convert test_vxlan_mdb.sh to run it in unique namespaceHangbin Liu1-103/+99
2023-12-08selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique name...Hangbin Liu1-169/+162
2023-12-08selftests/net: convert test_bridge_backup_port.sh to run it in unique namespaceHangbin Liu1-189/+182
2023-12-08Merge branch 'ethtool_puts'David S. Miller31-112/+139
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com28-112/+100
2023-12-08checkpatch: add ethtool_sprintf rulesjustinstitt@google.com1-0/+19
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com2-0/+20
2023-12-07Merge branch 'nfp-add-ext_ack-messages-to-supported-callbacks'Jakub Kicinski4-20/+51
2023-12-07nfp: devlink: add extended ack report messagesRyno Swart1-2/+6
2023-12-07nfp: ethtool: add extended ack report messagesRyno Swart3-18/+45
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski345-1611/+3496
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds88-356/+821
2023-12-07Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+7
2023-12-07Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+15
2023-12-07Merge tag 'regmap-fix-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-12-07Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-6/+44
2023-12-07Merge tag 'platform-drivers-x86-v6.7-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-41/+153
2023-12-07Merge tag 'x86-int80-20231207' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-85/+118
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningStefano Garzarella1-2/+1
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu3-9/+8
2023-12-07net: wangxun: fix changing mac failed when runningduanqiangwen2-0/+2
2023-12-07net: dsa: microchip: provide a list of valid protocols for xmit handlerSean Nyekjaer1-4/+12
2023-12-07Merge branch 'generic-netlink-multicast-fixes'Jakub Kicinski4-2/+10