summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev()Dima Chumak1-2/+31
2021-06-26net/mlx5: Increase hairpin buffer sizeAriel Levkovich1-1/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-09net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak1-1/+1
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+9
2021-06-01net/mlx5e: Check for needed capability for cvlan matchingRoi Dayan1-0/+9
2021-05-27Merge tag 'mlx5-updates-2021-05-26' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-29/+57
2021-05-27net/mlx5e: TC: Use bit counts for register mappingPaul Blakey1-29/+57
2021-05-25net: zero-initialize tc skb extension on allocationVlad Buslov1-1/+1
2021-05-18net/mlx5e: Reject mirroring on source port change encap rulesVlad Buslov1-0/+6
2021-05-18net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow()Dima Chumak1-3/+9
2021-05-18net/mlx5e: Fix nullptr in add_vlan_push_action()Dima Chumak1-2/+6
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-04-14net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_metawenxu1-0/+3
2021-04-06net/mlx5e: TC, Add support to offload sample actionChris Mi1-0/+30
2021-04-06net/mlx5e: TC, Add sampler termination table APIChris Mi1-0/+11
2021-04-06net/mlx5e: TC, Parse sample actionChris Mi1-0/+28
2021-04-06net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi1-4/+15
2021-04-06net/mlx5: Map register values to restore objectsChris Mi1-2/+7
2021-04-02net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham1-2/+2
2021-04-02net/mlx5e: Reject tc rules which redirect from a VF to itselfAriel Levkovich1-0/+13
2021-03-25net/mlx5e: alloc the correct size for indirection_rqtSaeed Mahameed1-2/+2
2021-03-25Merge 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-16net/mlx5: E-Switch, Protect changing mode while adding rulesRoi Dayan1-0/+9
2021-03-16net/mlx5e: Verify dev is present in some ndosRoi Dayan1-0/+3
2021-03-16net/mlx5e: Distinguish nic and esw offload in tc setup block cbRoi Dayan1-1/+6
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng1-0/+4
2021-03-12net/mlx5e: Allow to match on ICMP parametersMaor Dickman1-0/+47
2021-03-12net/mlx5: CT: Add support for mirroringPaul Blakey1-9/+10
2021-03-12net/mlx5e: allocate 'indirection_rqt' buffer dynamicallyArnd Bergmann1-3/+13
2021-03-11net/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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-02-11net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit1-1/+1
2021-02-10net/mlx5e: Fix error return code in mlx5e_tc_esw_init()Wei Yongjun1-2/+4
2021-02-05net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov1-22/+54
2021-02-05net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov1-1/+1
2021-02-05net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov1-8/+65
2021-02-05net/mlx5e: Create route entry infrastructureVlad Buslov1-9/+15
2021-02-05net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov1-884/+16
2021-02-05net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov1-1/+2
2021-02-05net/mlx5e: Refactor reg_c1 usageVlad Buslov1-2/+2
2021-02-05net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov1-3/+99
2021-02-05net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov1-0/+87
2021-02-01net/mlx5e: Avoid false lock depenency warning on tc_htRoi Dayan1-0/+12
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+17
2021-01-26net/mlx5e: Fix CT rule + encap slow path offload and deletionPaul Blakey1-0/+7
2021-01-26net/mlx5e: Reduce tc unsupported key print levelMaor Dickman1-2/+2