summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/flower/conntrack.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26nfp: flower: fix hardware offload for the transfer layer portHui Zhou1-2/+22
2024-01-26nfp: flower: add hardware offload check for post ct entryHui Zhou1-1/+21
2023-10-11nfp: flower: avoid rmmod nfp crash issuesYanguo Li1-6/+13
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-21/+22
2023-03-16nfp: flower: offload tc flows of multiple conntrack zonesWentao Jia1-19/+126
2023-03-16nfp: flower: prepare for parameterisation of number of offload rulesWentao Jia1-26/+28
2023-03-16nfp: flower: add goto_chain_index for ct entryWentao Jia1-2/+6
2023-03-16nfp: flower: refactor function "is_post_ct_flow"Wentao Jia1-13/+12
2023-03-16nfp: flower: refactor function "is_pre_ct_flow"Wentao Jia1-0/+12
2023-03-16nfp: flower: add get_flow_act_ct() for ct actionWentao Jia1-1/+17
2023-02-03net: flow_offload: provision conntrack info in ct_metadataVlad Buslov1-0/+24
2022-09-20nfp: flower: support vlan action in pre_ctHui Zhou1-1/+48
2022-09-20nfp: flower: support hw offload for ct nat actionHui Zhou1-7/+186
2022-06-29nfp: flower: fix comment typos and formattingWalter Heymans1-7/+7
2022-06-10nfp: flower: restructure flow-key for gre+vlan combinationEtienne van der Linde1-16/+16
2022-05-19nfp: flower: support ct merging when mangle action existsYinjun Zhang1-91/+152
2022-04-30nfp: flower: utilize the tuple iifidx in offloading ct flowsYinjun Zhang1-3/+22
2021-07-28nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload()Yang Yingliang1-2/+6
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-07-22nfp: flower-tc: add flow stats updates for ctLouis Peens1-1/+138
2021-07-22nfp: flower-ct: add offload calls to the nfpLouis Peens1-0/+12
2021-07-22nfp: flower-ct: add flow_pay to the offload tableLouis Peens1-1/+74
2021-07-22nfp: flower-ct: add actions into flow_pay for offloadLouis Peens1-0/+72
2021-07-22nfp: flower-ct: compile match sections of flow_payloadLouis Peens1-1/+223
2021-07-22nfp: flower-ct: calculate required key_layersLouis Peens1-0/+94
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds1-0/+1
2021-07-12nfp: flower-ct: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-02nfp: flower-ct: remove callback delete deadlockLouis Peens1-13/+0
2021-06-21nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow()Dan Carpenter1-0/+2
2021-06-16nfp: flower-ct: implement action_merge checkLouis Peens1-0/+119
2021-06-16nfp: flower-ct: fill ct metadata check functionLouis Peens1-5/+32
2021-06-16nfp: flower-ct: fill in ct merge check functionLouis Peens1-0/+170
2021-06-16nfp: flower-ct: implement code to save merge of tc and nft flowsLouis Peens1-0/+187
2021-06-16nfp: flower-ct: add nft_merge tableLouis Peens1-0/+14
2021-06-16nfp: flower-ct: make a full copy of the rule when it is a NFT flowYinjun Zhang1-12/+46
2021-06-16nfp: flower-ct: add nft flows to nft listLouis Peens1-1/+45
2021-06-16nfp: flower-ct: add nft callback stubsLouis Peens1-1/+62
2021-06-16nfp: flower-ct: add delete flow handling for ctLouis Peens1-4/+34
2021-06-03nfp: flower-ct: add tc merge functionalityLouis Peens1-4/+158
2021-06-03nfp: flower-ct: add tc_merge_tbLouis Peens1-0/+14
2021-06-03nfp: flower-ct: add a table to map flow cookies to ct flowsLouis Peens1-6/+29
2021-06-03nfp: flower-ct: add nfp_fl_ct_flow_entriesLouis Peens1-1/+129
2021-06-03nfp: flower-ct: add zone table entry when handling pre/post_ct flowsLouis Peens1-0/+125
2021-06-03nfp: flower-ct: add pre and post ct checksLouis Peens1-0/+48