summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/rep/tc.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-12net/mlx5e: TC, Remove redundant WARN_ON()Roi Dayan1-1/+0
2022-07-28net/mlx5e: TC, Support tc action api for policeRoi Dayan1-1/+116
2022-02-16net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey1-2/+2
2021-12-19flow_offload: reject to offload tc actions in offload driversBaowen Zheng1-0/+3
2021-10-29net/mlx5e: Add indirect tc offload of ovs internal portAriel Levkovich1-7/+25
2021-10-29net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich1-3/+40
2021-10-29net/mlx5e: Use generic name for the forwarding dev pointerAriel Levkovich1-4/+4
2021-10-29net/mlx5e: Refactor rx handler of represetor deviceAriel Levkovich1-15/+26
2021-09-24net/mlx5e: Enable TC offload for ingress MACVLANDima Chumak1-2/+16
2021-09-24net/mlx5e: Use tc sample stubs instead of ifdefs in source fileRoi Dayan1-2/+0
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen1-3/+0
2021-08-19net/mlx5e: TC, Restore tunnel info for sample offloadChris Mi1-9/+22
2021-08-19net/mlx5e: TC, Remove CONFIG_NET_TC_SKB_EXT dependency when restoring tunnelChris Mi1-9/+6
2021-08-19net/mlx5e: Move esw/sample to en/tc/sampleChris Mi1-2/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+1
2021-06-09net/mlx5e: Fix use-after-free of encap entry in neigh update handlerVlad Buslov1-5/+1
2021-05-27Merge tag 'mlx5-updates-2021-05-26' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-1/+1
2021-05-27net/mlx5e: TC: Reserved bit 31 of REG_C1 for IPsec offloadHuy Nguyen1-1/+1
2021-05-25net: zero-initialize tc skb extension on allocationVlad Buslov1-1/+1
2021-04-06net/mlx5e: TC, Handle sampled packetsChris Mi1-3/+11
2021-04-06net/mlx5e: TC, Refactor tc update skb functionChris Mi1-26/+33
2021-04-06net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi1-1/+1
2021-04-06net/mlx5: Map register values to restore objectsChris Mi1-16/+22
2021-03-16net/mlx5e: Verify dev is present in some ndosRoi Dayan1-0/+6
2021-03-11net/mlx5e: rep: Improve reg_cX conditionsSaeed Mahameed1-5/+3
2021-02-05net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov1-1/+1
2021-02-05net/mlx5e: Refactor neigh update infrastructureVlad Buslov1-3/+5
2021-02-05net/mlx5e: Refactor reg_c1 usageVlad Buslov1-2/+2
2021-01-07net/mlx5e: In skb build skip setting mark in switchdev modeMaor Dickman1-0/+5
2020-11-05net/mlx5e: Protect encap route dev from concurrent releaseVlad Buslov1-1/+5
2020-09-23net/mlx5e: Support CT offload for tc nic flowsAriel Levkovich1-4/+2
2020-09-23net/mlx5: Refactor multi chains and prios supportAriel Levkovich1-8/+8
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+21
2020-07-30net/mlx5e: CT: Support restore ipv6 tunnelJianbo Liu1-9/+21
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-5/+5
2020-07-09net/mlx5e: CT: Use mapping for zone restore registerPaul Blakey1-3/+4
2020-07-09net/mlx5e: CT: Restore ct state from lookup in zone instead of tupleidPaul Blakey1-3/+3
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-2/+3
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-7/+14
2020-06-01mlx5: update indirect block supportPablo Neira Ayuso1-73/+8
2020-05-22net/mlx5e: Extract neigh-specific code from en_rep.c to rep/neigh.cVlad Buslov1-0/+1
2020-05-22net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.cVlad Buslov1-0/+710