summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02octeontx2-pf: TC flower offload support for SPI fieldRatheesh Kannoth1-0/+27
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-9/+9
2023-07-29octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol errorSuman Ghosh1-2/+2
2023-07-25octeontx2-af: Install TC filter rules in hardware based on prioritySuman Ghosh1-89/+231
2023-07-11octeontx2-pf: Add additional check for MCAM rulesSuman Ghosh1-0/+15
2023-06-21octeontx2-pf: TC flower offload support for rxqueue mappingRatheesh Kannoth1-2/+12
2023-05-15octeontx2-pf: Add support for HTB offloadNaveen Mamindlapalli1-2/+5
2023-05-15octeontx2-pf: Prepare for QOS offloadHariprasad Kelam1-20/+2
2023-05-03octeontx2-af: Update correct mask to filter IPv4 fragmentsSuman Ghosh1-1/+1
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-12-05octeontx2-pf: Fix potential memory leak in otx2_init_tc()Ziyang Xuan1-1/+6
2022-11-28octeontx2-pf: Add support to filter packet based on IP fragmentSuman Ghosh1-0/+25
2022-07-26octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep1-12/+18
2022-07-26octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham1-21/+55
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-0/+43
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep1-1/+4
2021-08-29octeontx2-pf: Fix inconsistent license textSunil Goutham1-1/+3
2021-08-22octeontx2-pf: send correct vlan priority mask to npc_install_flow_reqNaveen Mamindlapalli1-2/+2
2021-08-17octeontx2-pf: devlink params support to set mcam entry countSunil Goutham1-2/+6
2021-08-17octeontx2-pf: Unify flow management variablesSunil Goutham1-7/+39
2021-07-12octeontx2-pf: Fix uninitialized boolean variable ppsColin Ian King1-1/+1
2021-06-15octeontx2-pf: Add police action for TC flowerSubbaraya Sundeep1-23/+171
2021-06-15octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TCSubbaraya Sundeep1-12/+17
2021-06-15octeontx2-pf: TC_MATCHALL ingress ratelimiting offloadSunil Goutham1-0/+84
2021-06-14octeontx2-pf: Cleanup flow rule managementSunil Goutham1-2/+2
2021-03-19octeontx2-pf: Fix spelling mistake "ratelimitter" -> "ratelimiter"Colin Ian King1-1/+1
2021-03-19octeontx2-pf: Fix missing spin_lock_init() in otx2_tc_add_flow()Wei Yongjun1-0/+1
2021-03-18octeontx2-pf: TC_MATCHALL egress ratelimiting offloadSunil Goutham1-4/+234
2021-03-18octeontx2-pf: add tc flower stats handler for hw offloadsNaveen Mamindlapalli1-1/+69
2021-03-18octeontx2-pf: Add tc flower hardware offload on ingress trafficNaveen Mamindlapalli1-0/+488