aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26net: introduce rstreason to detect why the RST is sentJason Xing1-0/+106
2024-04-26igc: Add Tx hardware timestamp request for AF_XDP zero-copy packetSong Yoong Siang3-40/+195
2024-04-26Merge branch 'selftests-virtio_net-introduce-initial-testing-infrastructure'Paolo Abeni12-0/+479
2024-04-26selftests: virtio_net: add initial testsJiri Pirko6-0/+249
2024-04-26selftests: forwarding: add wait_for_dev() helperJiri Pirko1-0/+13
2024-04-26selftests: forwarding: add check_driver() helperJiri Pirko1-0/+12
2024-04-26selftests: forwarding: add ability to assemble NETIFS array by driver nameJiri Pirko1-0/+37
2024-04-26virtio: add debugfs infrastructure to allow to debug virtio featuresJiri Pirko5-0/+168
2024-04-26Merge branch 'net-hsr-add-support-for-hsr-san-redbox'Paolo Abeni13-118/+387
2024-04-26test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operationLukasz Majewski2-1/+93
2024-04-26test: hsr: Extract version agnostic information from ping command outputLukasz Majewski1-1/+2
2024-04-26test: hsr: Move common code to hsr_common.sh fileLukasz Majewski3-78/+88
2024-04-26test: hsr: Remove script code already implemented in lib.shLukasz Majewski1-25/+3
2024-04-26net: hsr: Provide RedBox support (HSR-SAN)Lukasz Majewski9-16/+204
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti3-19/+7
2024-04-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski32-1955/+836
2024-04-25Merge branch 'net-lan966x-flower-validate-control-flags'Jakub Kicinski1-4/+10
2024-04-25net: lan966x: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen1-0/+5
2024-04-25net: lan966x: flower: rename goto in lan966x_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-3/+3
2024-04-25net: lan966x: flower: add extack to lan966x_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-1/+2
2024-04-25Merge branch 'net-sparx5-flower-validate-control-flags'Jakub Kicinski1-8/+12
2024-04-25net: sparx5: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen1-0/+5
2024-04-25net: sparx5: flower: remove goto in sparx5_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-6/+4
2024-04-25net: sparx5: flower: add extack to sparx5_tc_flower_handler_control_usage()Asbjørn Sloth Tønnesen1-2/+3
2024-04-25net: sparx5: flower: only do lookup if fragment flags are setAsbjørn Sloth Tønnesen1-1/+1
2024-04-25net: wwan: t7xx: Un-embed dummy deviceBreno Leitao2-5/+17
2024-04-25Merge branch 'net-microchip-correct-spelling-in-comments'Jakub Kicinski18-23/+25
2024-04-25net: sparx5: Correct spelling in commentsSimon Horman8-9/+9
2024-04-25net: encx24j600: Correct spelling in commentsSimon Horman3-5/+7
2024-04-25net: lan966x: Correct spelling in commentsSimon Horman5-6/+6
2024-04-25net: lan743x: Correct spelling in commentsSimon Horman2-3/+3
2024-04-25r8152: replace dev_info with dev_dbg for loading firmwareHayes Wang1-1/+1
2024-04-25net: usb: ax88179_178a: Add check for usbnet_get_endpoints()Ma Ke1-1/+4
2024-04-25net: sfp: add quirk for ATS SFP-GE-T 1000Base-TX moduleDaniel Golle1-0/+3
2024-04-25net: sfp: enhance quirk for Fibrestore 2.5G copper SFP moduleMarek Behún1-6/+12
2024-04-25net: sfp: update comment for FS SFP-10G-T quirkMarek Behún1-2/+3
2024-04-25net: add two more call_rcu_hurry()Eric Dumazet2-2/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski321-2474/+4227
2024-04-25tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet1-2/+11
2024-04-25Merge tag 'wireless-next-2024-04-24' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski81-933/+2450
2024-04-25Merge branch 'net-dsa-b53-remove-adjust_link'Jakub Kicinski2-115/+105
2024-04-25net: dsa: b53: provide own phylink MAC operationsFlorian Fainelli1-14/+26
2024-04-25net: dsa: b53: Remove b53_adjust_link()Florian Fainelli1-40/+0
2024-04-25net: dsa: b53: Call b53_eee_init() from b53_mac_link_up()Florian Fainelli1-1/+5
2024-04-25net: dsa: b53: Configure RGMII for 531x5 and MII for 5325Florian Fainelli1-3/+14
2024-04-25net: dsa: b53: Force flow control for BCM5301X CPU port(s)Florian Fainelli1-0/+4
2024-04-25net: dsa: b53: Introduce b53_adjust_5325_mii()Florian Fainelli1-19/+25
2024-04-25net: dsa: b53: Introduce b53_adjust_531x5_rgmii()Florian Fainelli1-38/+46
2024-04-25net: dsa: b53: Stop exporting b53_phylink_* routinesFlorian Fainelli2-27/+12
2024-04-25Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds85-384/+830