summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-17ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet1-1/+1
2022-02-17net: allow out-of-order netdev unregistrationJakub Kicinski1-27/+37
2022-02-17net: transition netdev reg state earlier in run_todoJakub Kicinski1-9/+9
2022-02-17Merge branch 'ping6-SOL_IPV6'David S. Miller4-28/+320
2022-02-17selftests: net: basic test for IPV6_2292*Jakub Kicinski2-1/+41
2022-02-17selftests: net: test IPV6_HOPLIMITJakub Kicinski2-1/+49
2022-02-17selftests: net: test IPV6_TCLASSJakub Kicinski2-1/+69
2022-02-17selftests: net: test IPV6_DONTFRAGJakub Kicinski2-23/+147
2022-02-17net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski2-5/+17
2022-02-17Merge branch 'switchdev-BRENTRY'David S. Miller6-31/+6
2022-02-17net: ti: cpsw: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean1-4/+0
2022-02-17net: ti: am65-cpsw-nuss: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean1-4/+0
2022-02-17net: sparx5: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean1-6/+4
2022-02-17net: lan966x: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean1-12/+0
2022-02-17mlxsw: spectrum: remove guards against !BRIDGE_VLAN_INFO_BRENTRYVladimir Oltean2-5/+2
2022-02-17Merge branch 'ptp-over-udp-dsa'David S. Miller9-220/+194
2022-02-17net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...Vladimir Oltean1-0/+7
2022-02-17net: dsa: felix: update destinations of existing traps with ocelot-8021qVladimir Oltean2-114/+77
2022-02-17net: dsa: felix: remove dead code in felix_setup_mmio_filtering()Vladimir Oltean1-5/+3
2022-02-17net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean4-8/+12
2022-02-17net: mscc: ocelot: keep traps in a listVladimir Oltean5-2/+14
2022-02-17net: dsa: felix: use DSA port iteration helpersVladimir Oltean1-48/+27
2022-02-17net: mscc: ocelot: avoid overlap in VCAP IS2 between PTP and MRP trapsVladimir Oltean1-8/+8
2022-02-17net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean4-31/+30
2022-02-17net: mscc: ocelot: delete OCELOT_MRP_CPUQVladimir Oltean2-3/+0
2022-02-17net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean4-26/+40
2022-02-17net: mscc: ocelot: use a consistent cookie for MRP trapsVladimir Oltean1-1/+2
2022-02-17Merge tag 'mlx5-updates-2022-02-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller31-244/+714
2022-02-17net/mlx5e: TC, Allow sample action with CTRoi Dayan2-9/+5
2022-02-17net/mlx5e: TC, Make post_act parse CT and sample actionsRoi Dayan1-2/+3
2022-02-17net/mlx5e: TC, Clean redundant counter flag from tc action parsersRoi Dayan8-15/+7
2022-02-17net/mlx5e: Use multi table support for CT and sample actionsRoi Dayan6-94/+80
2022-02-17net/mlx5e: Create new flow attr for multi table actionsRoi Dayan9-67/+483
2022-02-17net/mlx5e: Add post act offload/unoffload APIRoi Dayan2-21/+54
2022-02-17net/mlx5e: Pass actions param to actions_match_supported()Roi Dayan2-3/+8
2022-02-17net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey5-32/+43
2022-02-17net/mlx5e: E-Switch, Add support for tx_port_ts in switchdev modeAya Levin1-3/+15
2022-02-17net/mlx5e: E-Switch, Add PTP counters for uplink representorAya Levin3-1/+3
2022-02-17net/mlx5e: RX, Restrict bulk size for small Striding RQsTariq Toukan5-2/+10
2022-02-17net/mlx5e: Default to Striding RQ when not conflicting with CQE compressionTariq Toukan1-2/+3
2022-02-17net/mlx5e: Generalize packet merge error messageTariq Toukan1-2/+2
2022-02-17net/mlx5e: Add support for using xdp->data_metaAlex Liu1-5/+12
2022-02-17net/mlx5e: Fix spelling mistake "supoported" -> "supported"Colin Ian King1-1/+1
2022-02-17net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_maskPetr Machata1-1/+3
2022-02-17Merge branch 'mptcp-so_sndtimeo-and-misc-cleanup'Jakub Kicinski7-76/+64
2022-02-17mptcp: don't save tcp data_ready and write space callbacksFlorian Westphal2-8/+6
2022-02-17mptcp: mark ops structures as ro_after_initFlorian Westphal1-8/+7
2022-02-17mptcp: constify a bunch of of helpersPaolo Abeni3-32/+32
2022-02-17mptcp: drop port parameter of mptcp_pm_add_addr_signalGeliang Tang3-7/+7
2022-02-17mptcp: drop unneeded type casts for hmacGeliang Tang2-5/+2