summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski325-1801/+2304
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds85-788/+520
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain1-2/+6
2022-02-17Merge tag 'perf-tools-fixes-for-v5.17-2022-02-17' of git://git.kernel.org/pub...Linus Torvalds16-32/+77
2022-02-17Merge tag 'modules-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit1-0/+2
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet3-15/+18
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet4-18/+21
2022-02-17net: dsa: lan9303: add VLAN IDs to master deviceMans Rullgard2-2/+10
2022-02-17net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard1-14/+7
2022-02-17mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds1-1/+1
2022-02-17vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee1-0/+1
2022-02-17Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname"Jonas Gorski1-7/+16
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-17ping: fix the dif and sdif check in ping_lookupXin Long1-2/+9
2022-02-17net: usb: cdc_mbim: avoid altsetting toggling for Telit FN990Daniele Palmas1-0/+5
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-17perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo1-1/+2
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