summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-15net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_metawenxu1-0/+3
2021-04-07net/mlx5e: TC, Add support to offload sample actionChris Mi1-0/+30
2021-04-07net/mlx5e: TC, Add sampler termination table APIChris Mi1-0/+11
2021-04-07net/mlx5e: TC, Parse sample actionChris Mi1-0/+28
2021-04-07net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi1-4/+15
2021-04-07net/mlx5: Map register values to restore objectsChris Mi1-2/+7
2021-04-03net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham1-2/+2
2021-04-03net/mlx5e: Reject tc rules which redirect from a VF to itselfAriel Levkovich1-0/+13
2021-03-26net/mlx5e: alloc the correct size for indirection_rqtSaeed Mahameed1-2/+2
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+45
2021-03-22net/mlx5e: Offload tuple rewrite for non-CT flowsDima Chumak1-11/+33
2021-03-22net/mlx5e: Allow to match on MPLS parameters only for MPLS over UDPAlaa Hleihel1-0/+10
2021-03-17net/mlx5: E-Switch, Protect changing mode while adding rulesRoi Dayan1-0/+9
2021-03-17net/mlx5e: Verify dev is present in some ndosRoi Dayan1-0/+3
2021-03-17net/mlx5e: Distinguish nic and esw offload in tc setup block cbRoi Dayan1-1/+6
2021-03-14flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng1-0/+4
2021-03-13net/mlx5e: Allow to match on ICMP parametersMaor Dickman1-0/+47
2021-03-13net/mlx5: CT: Add support for mirroringPaul Blakey1-9/+10
2021-03-13net/mlx5e: allocate 'indirection_rqt' buffer dynamicallyArnd Bergmann1-3/+13
2021-03-12net/mlx5e: mlx5_tc_ct_init does not failSaeed Mahameed1-8/+0
2021-03-10net/mlx5e: E-switch, Fix rate calculation divisionParav Pandit1-1/+2
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-02-12net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit1-1/+1
2021-02-11net/mlx5e: Fix error return code in mlx5e_tc_esw_init()Wei Yongjun1-2/+4
2021-02-06net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov1-22/+54
2021-02-06net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov1-1/+1
2021-02-06net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov1-8/+65
2021-02-06net/mlx5e: Create route entry infrastructureVlad Buslov1-9/+15
2021-02-06net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov1-884/+16
2021-02-06net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov1-1/+2
2021-02-06net/mlx5e: Refactor reg_c1 usageVlad Buslov1-2/+2
2021-02-06net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov1-3/+99
2021-02-06net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov1-0/+87
2021-02-02net/mlx5e: Avoid false lock depenency warning on tc_htRoi Dayan1-0/+12
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+17
2021-01-27net/mlx5e: Fix CT rule + encap slow path offload and deletionPaul Blakey1-0/+7
2021-01-27net/mlx5e: Reduce tc unsupported key print levelMaor Dickman1-2/+2
2021-01-27net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit1-3/+8
2021-01-14net/mlx5e: E-Switch, Offload all chain 0 priorities when modify header and fo...Jianbo Liu1-6/+0
2020-12-06net/mlx5: Simplify eswitch mode checkLeon Romanovsky1-5/+3
2020-11-17net/mlx5: fix error return code in mlx5e_tc_nic_init()Wang Hai1-1/+3
2020-11-05net/mlx5e: Fix modify header actions memory leakMaor Dickman1-0/+2
2020-10-13net/mlx5: Fix uininitialized pointer read on pointer attrColin Ian King1-1/+0
2020-10-01net/mlx5e: Fix potential null pointer dereferenceGustavo A. R. Silva1-4/+6
2020-10-01net/mlx5: Fix dereference on pointer attr after null checkAriel Levkovich1-2/+4
2020-09-24net/mlx5e: TC: Remove unused parameter from mlx5_tc_ct_add_no_trk_match()Saeed Mahameed1-1/+1
2020-09-24net/mlx5e: Support CT offload for tc nic flowsAriel Levkovich1-34/+137
2020-09-24net/mlx5e: Add tc chains offload support for nic flowsAriel Levkovich1-55/+197
2020-09-24net/mlx5: Refactor tc flow attributes structureAriel Levkovich1-138/+166
2020-09-24net/mlx5e: Split nic tc flow allocation and creationAriel Levkovich1-46/+70