summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/flower/conntrack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfp: flower: fix hardware offload for the transfer layer portHui Zhou2024-01-261-2/+22
* nfp: flower: add hardware offload check for post ct entryHui Zhou2024-01-261-1/+21
* nfp: flower: avoid rmmod nfp crash issuesYanguo Li2023-10-111-6/+13
* net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-21/+22
* nfp: flower: offload tc flows of multiple conntrack zonesWentao Jia2023-03-161-19/+126
* nfp: flower: prepare for parameterisation of number of offload rulesWentao Jia2023-03-161-26/+28
* nfp: flower: add goto_chain_index for ct entryWentao Jia2023-03-161-2/+6
* nfp: flower: refactor function "is_post_ct_flow"Wentao Jia2023-03-161-13/+12
* nfp: flower: refactor function "is_pre_ct_flow"Wentao Jia2023-03-161-0/+12
* nfp: flower: add get_flow_act_ct() for ct actionWentao Jia2023-03-161-1/+17
* net: flow_offload: provision conntrack info in ct_metadataVlad Buslov2023-02-031-0/+24
* nfp: flower: support vlan action in pre_ctHui Zhou2022-09-201-1/+48
* nfp: flower: support hw offload for ct nat actionHui Zhou2022-09-201-7/+186
* nfp: flower: fix comment typos and formattingWalter Heymans2022-06-291-7/+7
* nfp: flower: restructure flow-key for gre+vlan combinationEtienne van der Linde2022-06-101-16/+16
* nfp: flower: support ct merging when mangle action existsYinjun Zhang2022-05-191-91/+152
* nfp: flower: utilize the tuple iifidx in offloading ct flowsYinjun Zhang2022-04-301-3/+22
* nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload()Yang Yingliang2021-07-281-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-0/+1
|\
| * Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-151-0/+1
| |\
| | * nfp: flower-ct: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-121-0/+1
* | | nfp: flower-tc: add flow stats updates for ctLouis Peens2021-07-221-1/+138
* | | nfp: flower-ct: add offload calls to the nfpLouis Peens2021-07-221-0/+12
* | | nfp: flower-ct: add flow_pay to the offload tableLouis Peens2021-07-221-1/+74
* | | nfp: flower-ct: add actions into flow_pay for offloadLouis Peens2021-07-221-0/+72
* | | nfp: flower-ct: compile match sections of flow_payloadLouis Peens2021-07-221-1/+223
* | | nfp: flower-ct: calculate required key_layersLouis Peens2021-07-221-0/+94
|/ /
* / nfp: flower-ct: remove callback delete deadlockLouis Peens2021-07-021-13/+0
|/
* nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow()Dan Carpenter2021-06-211-0/+2
* nfp: flower-ct: implement action_merge checkLouis Peens2021-06-161-0/+119
* nfp: flower-ct: fill ct metadata check functionLouis Peens2021-06-161-5/+32
* nfp: flower-ct: fill in ct merge check functionLouis Peens2021-06-161-0/+170
* nfp: flower-ct: implement code to save merge of tc and nft flowsLouis Peens2021-06-161-0/+187
* nfp: flower-ct: add nft_merge tableLouis Peens2021-06-161-0/+14
* nfp: flower-ct: make a full copy of the rule when it is a NFT flowYinjun Zhang2021-06-161-12/+46
* nfp: flower-ct: add nft flows to nft listLouis Peens2021-06-161-1/+45
* nfp: flower-ct: add nft callback stubsLouis Peens2021-06-161-1/+62
* nfp: flower-ct: add delete flow handling for ctLouis Peens2021-06-161-4/+34
* nfp: flower-ct: add tc merge functionalityLouis Peens2021-06-021-4/+158
* nfp: flower-ct: add tc_merge_tbLouis Peens2021-06-021-0/+14
* nfp: flower-ct: add a table to map flow cookies to ct flowsLouis Peens2021-06-021-6/+29
* nfp: flower-ct: add nfp_fl_ct_flow_entriesLouis Peens2021-06-021-1/+129
* nfp: flower-ct: add zone table entry when handling pre/post_ct flowsLouis Peens2021-06-021-0/+125
* nfp: flower-ct: add pre and post ct checksLouis Peens2021-06-021-0/+48