summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/flower
AgeCommit message (Expand)AuthorFilesLines
2022-03-16eth: nfp: wrap locking assertions in helpersJakub Kicinski1-2/+2
2022-03-14nfp: flower: avoid newline at the end of message in NL_SET_ERR_MSG_MODNiklas Söderlund1-1/+1
2022-03-02nfp: flower: Remove usage of the deprecated ida_simple_xxx APIChristophe JAILLET1-5/+5
2022-03-01nfp: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing1-1/+1
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-0/+40
2022-02-24nfp: add NFP_FL_FEATS_QOS_METER to host features to enable meter offloadBaowen Zheng1-1/+2
2022-02-24nfp: add support to offload police action from flower tableBaowen Zheng4-1/+68
2022-02-24nfp: add process to get action stats from hardwareBaowen Zheng2-5/+114
2022-02-24nfp: add hash table to store meter tableBaowen Zheng2-1/+176
2022-02-24nfp: add support to offload tc action to hardwareBaowen Zheng3-1/+121
2022-02-24nfp: refactor policer config to support ingress/egress meterBaowen Zheng2-20/+56
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-02-18nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()Christophe JAILLET1-2/+2
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit1-0/+2
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+8
2022-02-08nfp: flower: fix ida_idx not being releasedLouis Peens1-4/+8
2022-01-26nfp: flower: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-1/+1
2021-12-19flow_offload: reject to offload tc actions in offload driversBaowen Zheng1-0/+3
2021-12-16nfp: flower: refine the use of circular bufferYinjun Zhang1-19/+31
2021-11-19nfp: flower: correction of error handlingYu Xiao1-20/+0
2021-11-01nfp: flower: Allow ipv6gretap interface for offloadingYu Xiao3-3/+4
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+14
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-3/+3
2021-10-12nfp: flow_offload: move flow_indr_dev_register from app init to app startBaowen Zheng1-5/+14
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen1-3/+0
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 Peens4-2/+157
2021-07-22nfp: flower-ct: add offload calls to the nfpLouis Peens3-1/+16
2021-07-22nfp: flower-ct: add flow_pay to the offload tableLouis Peens3-2/+78
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 Peens4-2/+125
2021-07-22nfp: flower: refactor action offload code slightlyLouis Peens3-20/+19
2021-07-22nfp: flower: refactor match functions to take flow_rule as inputLouis Peens4-28/+17
2021-07-22nfp: flower: make the match compilation functions reusableYinjun Zhang2-145/+239
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 Peens2-0/+190
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 Peens3-0/+49
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 Peens3-1/+77
2021-06-16nfp: flower-ct: add nft callback stubsLouis Peens2-1/+73
2021-06-16nfp: flower-ct: add delete flow handling for ctLouis Peens3-4/+49