summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/flower/conntrack.c
AgeCommit message (Expand)AuthorFilesLines
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