summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan2024-03-056-6/+10
* Merge branch 'net-gro-cleanups-and-fast-path-refinement'Paolo Abeni2024-03-056-38/+46
|\
| * tcp: gro: micro optimizations in tcp[4]_gro_complete()Eric Dumazet2024-03-051-8/+9
| * net: gro: enable fast path for more casesEric Dumazet2024-03-052-8/+17
| * net: gro: change skb_gro_network_header()Eric Dumazet2024-03-051-15/+12
| * net: gro: rename skb_gro_header_hard()Eric Dumazet2024-03-056-8/+9
|/
* Merge branch 'mt7530-dsa-subdriver-improvements-act-iii'Paolo Abeni2024-03-052-231/+47
|\
| * net: dsa: mt7530: simplify link operationsArınç ÜNAL2024-03-052-13/+1
| * net: dsa: mt7530: sort link settings ops and force link down on all portsArınç ÜNAL2024-03-051-2/+12
| * net: dsa: mt7530: put initialising PCS devices code back to original orderArınç ÜNAL2024-03-051-10/+10
| * net: dsa: mt7530: get rid of mt753x_mac_config()Arınç ÜNAL2024-03-051-12/+2
| * net: dsa: mt7530: get rid of priv->info->cpu_port_config()Arınç ÜNAL2024-03-052-118/+7
| * net: dsa: mt7530: get rid of useless error returns on phylink code pathArınç ÜNAL2024-03-052-68/+19
| * net: dsa: mt7530: do not use SW_PHY_RST to reset MT7531 switchArınç ÜNAL2024-03-051-4/+2
| * net: dsa: mt7530: set interrupt register only for MT7530Arınç ÜNAL2024-03-051-1/+1
| * net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optionalArınç ÜNAL2024-03-051-14/+4
|/
* Merge branch 'remove-page-frag-implementation-in-vhost_net'Paolo Abeni2024-03-0512-113/+609
|\
| * tools: virtio: introduce vhost_net_testYunsheng Lin2024-03-054-3/+542
| * vhost/net: remove vhost_net_page_frag_refill()Yunsheng Lin2024-03-051-64/+27
| * net: introduce page_frag_cache_drain()Yunsheng Lin2024-03-056-33/+17
| * page_frag: unify gfp bits for order 3 page allocationYunsheng Lin2024-03-052-3/+3
| * mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin2024-03-053-11/+21
|/
* net: txgbe: fix to clear interrupt status after handling IRQJiawen Wu2024-03-051-0/+2
* net: txgbe: fix GPIO interrupt blockingJiawen Wu2024-03-053-0/+29
* Merge branch 'intel-wired-lan-driver-updates-2024-02-28-ixgbe-igc-igb-e1000e-...Jakub Kicinski2024-03-0510-13/+47
|\
| * e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits2024-03-051-4/+4
| * igc: fix LEDS_CLASS dependencyArnd Bergmann2024-03-051-0/+1
| * ixgbe: Add 1000BASE-BX supportErnesto Castellotti2024-03-055-5/+38
| * intel: make module parameters readable in sys filesystemJon Maxwell2024-03-053-4/+4
|/
* tcp: align tcp_sock_write_rx groupEric Dumazet2024-03-052-2/+2
* selftests/tc-testing: require an up to date iproute2 for blockcast testsPedro Tammela2024-03-051-0/+7
* selftests: net: Correct couple of spelling mistakesPrabhav Kumar Vaish2024-03-052-2/+2
* Merge branch 'mptcp-userspace-pm'David S. Miller2024-03-0411-50/+374
|\
| * selftests: mptcp: userspace pm get addr testsGeliang Tang2024-03-041-0/+30
| * selftests: mptcp: add token for get_addrGeliang Tang2024-03-041-1/+13
| * mptcp: get addr in userspace pm listGeliang Tang2024-03-043-1/+15
| * mptcp: implement mptcp_userspace_pm_get_addrGeliang Tang2024-03-042-0/+76
| * mptcp: add userspace_pm_lookup_addr_by_id helperGeliang Tang2024-03-041-15/+16
| * selftests: mptcp: dump userspace addrs listGeliang Tang2024-03-041-0/+61
| * selftests: mptcp: add mptcp_lib_check_output helperGeliang Tang2024-03-042-11/+30
| * selftests: mptcp: add token for dump_addrGeliang Tang2024-03-041-0/+17
| * selftests: mptcp: add userspace pm subflow flagGeliang Tang2024-03-041-0/+8
| * mptcp: check userspace pm flagsGeliang Tang2024-03-041-5/+10
| * mptcp: dump addrs in userspace pm listGeliang Tang2024-03-043-2/+20
| * mptcp: add token for get-addr in yamlGeliang Tang2024-03-043-5/+7
| * mptcp: implement mptcp_userspace_pm_dump_addrGeliang Tang2024-03-042-0/+62
| * mptcp: export mptcp_genl_family & mptcp_nl_fill_addrGeliang Tang2024-03-042-6/+7
| * mptcp: make pm_remove_addrs_and_subflows staticGeliang Tang2024-03-042-4/+2
|/
* Merge branch 'ipa-device-pointer-access'David S. Miller2024-03-0417-143/+197
|\
| * net: ipa: don't save the platform deviceAlex Elder2024-03-0412-79/+73