aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-15Merge branch 'mlxsw-ipv6-underlay'David S. Miller10-84/+558
2021-12-15selftests: mlxsw: vxlan: Remove IPv6 test caseAmit Cohen1-18/+0
2021-12-15mlxsw: Add support for VxLAN with IPv6 underlayAmit Cohen4-10/+168
2021-12-15mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entriesAmit Cohen3-2/+162
2021-12-15mlxsw: reg: Add a function to fill IPv6 unicast FDB entriesAmit Cohen1-0/+13
2021-12-15mlxsw: Split handling of FDB tunnel entries between address familiesAmit Cohen2-24/+38
2021-12-15mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address familyAmit Cohen1-9/+22
2021-12-15mlxsw: spectrum_ipip: Use common hash table for IPv6 address mappingAmit Cohen1-22/+6
2021-12-15mlxsw: spectrum: Add hash table for IPv6 address mappingAmit Cohen2-0/+150
2021-12-15Merge tag 'mlx5-updates-2021-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller25-995/+1855
2021-12-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller38-2745/+2391
2021-12-15net: fec: fix system hang during suspend/resumeJoakim Zhang1-12/+34
2021-12-15net: ocelot: add support to get port mac from device-treeClément Léger1-1/+4
2021-12-15sun4i-emac.c: remove unnecessary branchConley Lee1-18/+0
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet16-18/+23
2021-12-14net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan2-19/+35
2021-12-14net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan2-38/+51
2021-12-14net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan2-0/+15
2021-12-14net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan3-12/+6
2021-12-14net/mlx5e: TC action parsing loopRoi Dayan1-42/+46
2021-12-14net/mlx5e: Add redirect ingress to tc action infraRoi Dayan5-51/+83
2021-12-14net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan6-28/+90
2021-12-14net/mlx5e: Add ct to tc action infraRoi Dayan5-30/+64
2021-12-14net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan7-261/+382
2021-12-14net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan5-34/+102
2021-12-14net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan8-221/+314
2021-12-14net/mlx5e: Add pedit to tc action infraRoi Dayan7-169/+222
2021-12-14net/mlx5e: Add csum to tc action infraRoi Dayan5-45/+67
2021-12-14net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan5-21/+81
2021-12-14net/mlx5e: Add goto to tc action infraRoi Dayan7-76/+99
2021-12-14net/mlx5e: Add tc action infrastructureRoi Dayan9-47/+297
2021-12-14Merge branch 'net-dsa-hellcreek-fix-handling-of-mgmt-protocols'Jakub Kicinski1-7/+80
2021-12-14net: dsa: hellcreek: Add missing PTP via UDP rulesKurt Kanzenbach1-4/+60
2021-12-14net: dsa: hellcreek: Allow PTP P2P measurements on blocked portsKurt Kanzenbach1-1/+1
2021-12-14net: dsa: hellcreek: Add STP forwarding ruleKurt Kanzenbach1-0/+14
2021-12-14net: dsa: hellcreek: Fix insertion of static FDB entriesKurt Kanzenbach1-2/+5
2021-12-14net: dev_replace_track() cleanupEric Dumazet1-6/+4
2021-12-14net: linkwatch: be more careful about dev->linkwatch_dev_trackerEric Dumazet1-1/+12
2021-12-14mptcp: adjust to use netns refcount trackerEric Dumazet1-1/+1
2021-12-14ipv6: use GFP_ATOMIC in rt6_probe()Eric Dumazet1-1/+1
2021-12-14ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASKTony Nguyen1-2/+0
2021-12-14ice: Remove unnecessary castsDan Carpenter1-4/+2
2021-12-14ice: Propagate error codesTony Nguyen8-99/+45
2021-12-14ice: Remove excess error variablesTony Nguyen10-282/+223
2021-12-14ice: Cleanup after ice_status removalTony Nguyen28-350/+265
2021-12-14ice: Remove enum ice_statusTony Nguyen22-654/+568
2021-12-14ice: Use int for ice_statusTony Nguyen33-859/+863
2021-12-14ice: Remove string printing for ice_statusTony Nguyen9-236/+163
2021-12-14ice: Refactor status flow for DDP loadWojciech Drewek4-182/+272
2021-12-14ice: Refactor promiscuous functionsBrett Creeley4-102/+156