aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-12CDC-NCM: add support for Apple's private interfaceOle André Vadla Ravnås1-1/+46
2024-06-12Merge branch 'net-flower-validate-encapsulation-control-flags'Jakub Kicinski5-4/+50
2024-06-12ice: flower: validate encapsulation control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-06-12nfp: flower: validate encapsulation control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-06-12net/mlx5e: flower: validate encapsulation control flagsAsbjørn Sloth Tønnesen1-0/+6
2024-06-12sfc: use flow_rule_is_supp_enc_control_flags()Asbjørn Sloth Tønnesen1-4/+1
2024-06-12flow_offload: add encapsulation control flag helpersAsbjørn Sloth Tønnesen1-0/+35
2024-06-12net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEsElad Yifee3-45/+92
2024-06-12Merge branch 'allow-configuration-of-multipath-hash-seed'Jakub Kicinski12-14/+484
2024-06-12selftests: forwarding: router_mpath_hash: Add a new selftestPetr Machata2-0/+334
2024-06-12selftests: forwarding: lib: Split sysctl_save() out of sysctl_set()Petr Machata1-1/+8
2024-06-12mlxsw: spectrum_router: Apply user-defined multipath hash seedPetr Machata1-1/+5
2024-06-12net: ipv4: Add a sysctl to set multipath hash seedPetr Machata6-1/+119
2024-06-12net: ipv4,ipv6: Pass multipath hash computation through a helperPetr Machata3-12/+19
2024-06-12net: xilinx: axienet: Use NL_SET_ERR_MSG instead of netdev_errSean Anderson1-3/+3
2024-06-12ravb: RAVB should select PAGE_POOLGeert Uytterhoeven1-0/+1
2024-06-12Merge branch 'net-flow-dissector-allow-explicit-passing-of-netns'Jakub Kicinski4-12/+34
2024-06-12net: add and use __skb_get_hash_symmetric_netFlorian Westphal3-5/+12
2024-06-12net: add and use skb_get_hash_netFlorian Westphal3-7/+22
2024-06-12Merge branch 'tcp-ao-md5-racepoits'David S. Miller9-157/+443
2024-06-12Documentation/tcp-ao: Add a few lines on tracepointsDmitry Safonov1-0/+9
2024-06-12net/tcp: Remove tcp_hash_fail()Dmitry Safonov3-71/+0
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov5-2/+355
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov2-76/+76
2024-06-12net/tcp: Add a helper tcp_ao_hdr_maclen()Dmitry Safonov2-1/+6
2024-06-12net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefsDmitry Safonov2-16/+6
2024-06-11Merge branch 'selftests-mptcp-use-net-lib-sh-to-manage-netns'Jakub Kicinski2-44/+40
2024-06-11selftests: mptcp: lib: use wait_local_port_listen helperGeliang Tang1-14/+2
2024-06-11selftests: mptcp: lib: use setup/cleanup_ns helpersGeliang Tang1-9/+8
2024-06-11selftests: net: lib: remove 'ns' var in setup_nsGeliang Tang1-8/+12
2024-06-11selftests: net: lib: do not set ns var as readonlyMatthieu Baerts (NGI0)1-3/+3
2024-06-11selftests: net: lib: remove ns from list after clean-upMatthieu Baerts (NGI0)1-4/+17
2024-06-11selftests: net: lib: ignore possible errorsMatthieu Baerts (NGI0)1-9/+1
2024-06-11Merge branch 'net-core-unify-dstats-with-tstats-and-lstats-implement-generic-...Jakub Kicinski3-45/+73
2024-06-11net: vrf: move to generic dstat helpersJeremy Kerr1-28/+0
2024-06-11net: core: Implement dstats-type stats collectionsJeremy Kerr1-0/+50
2024-06-11net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr2-22/+28
2024-06-11ip_tunnel: Move stats allocation to coreBreno Leitao1-8/+2
2024-06-11net: dsa: Fix typo in NET_DSA_TAG_RTL4_A KconfigChris Packham1-1/+1
2024-06-10Merge branch 'intel-wired-lan-driver-updates-2024-06-03'Jakub Kicinski15-37/+54
2024-06-10ice: use irq_update_affinity_hint()Michal Schmidt2-4/+4
2024-06-10ice: add and use roundup_u64 instead of open coding equivalentJacob Keller2-2/+29
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko11-31/+21
2024-06-10isdn: add missing MODULE_DESCRIPTION() macrosJeff Johnson13-0/+13
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski50-527/+1887
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski222-2667/+12789
2024-06-10Merge branch 'fix-changing-dsa-conduit'David S. Miller3-50/+89
2024-06-10net: dsa: update the unicast MAC address when changing conduitMarek Behún3-8/+44
2024-06-10net: dsa: deduplicate code adding / deleting the port address to fdbMarek Behún1-44/+47
2024-06-10Merge branch 'rtnetlink-rtnl_lock'David S. Miller3-20/+10