summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/flower/conntrack.c
AgeCommit message (Expand)AuthorFilesLines
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-02nfp: flower-ct: add tc merge functionalityLouis Peens1-4/+158
2021-06-02nfp: flower-ct: add tc_merge_tbLouis Peens1-0/+14
2021-06-02nfp: flower-ct: add a table to map flow cookies to ct flowsLouis Peens1-6/+29
2021-06-02nfp: flower-ct: add nfp_fl_ct_flow_entriesLouis Peens1-1/+129
2021-06-02nfp: flower-ct: add zone table entry when handling pre/post_ct flowsLouis Peens1-0/+125
2021-06-02nfp: flower-ct: add pre and post ct checksLouis Peens1-0/+48