aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-12-14ice: refactor PTYPE validatingJeff Guo4-372/+133
2021-12-14ice: Add package PTYPE enable informationHaiyue Wang4-0/+98
2021-12-14ibmvnic: remove unused definesDany Madden1-2/+0
2021-12-14ibmvnic: Update driver return codesDany Madden1-30/+34
2021-12-14Revert "pktgen: use min() to make code cleaner"David S. Miller1-2/+3
2021-12-14pktgen: use min() to make code cleanerChangcheng Deng1-3/+2
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean6-113/+109
2021-12-14net: dsa: sja1105: fix broken connection with the sja1110 taggerVladimir Oltean2-9/+10
2021-12-14net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnectVladimir Oltean1-1/+1
2021-12-14bareudp: Add extack support to bareudp_configure()Guillaume Nault1-4/+9
2021-12-14ethtool: fix null-ptr-deref on ref trackerJakub Kicinski1-2/+4
2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior1-1/+1
2021-12-14Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu1-12/+21
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu40-144/+16
2021-12-13RDMA/mlx5: Add support to multiple priorities for FDB rulesMaor Gottlieb2-3/+4
2021-12-13net/mlx5: Create more priorities for FDB bypass namespaceMaor Gottlieb1-6/+29
2021-12-13net/mlx5: Refactor mlx5_get_flow_namespaceMaor Gottlieb1-12/+32
2021-12-13net/mlx5: Separate FDB namespaceMaor Gottlieb4-8/+12
2021-12-13net: mtk_eth: add COMPILE_TEST supportLorenzo Bianconi1-1/+2
2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+5