aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/flower/offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-01nfp: flower: Allow ipv6gretap interface for offloadingYu Xiao1-1/+1
2021-09-16net/{mlx5|nfp|bnxt}: Remove unnecessary RTNL lock assertEli Cohen1-3/+0
2021-07-22nfp: flower-tc: add flow stats updates for ctLouis Peens1-1/+8
2021-07-22nfp: flower-ct: add offload calls to the nfpLouis Peens1-1/+1
2021-07-22nfp: flower-ct: add flow_pay to the offload tableLouis Peens1-1/+1
2021-07-22nfp: flower-ct: calculate required key_layersLouis Peens1-2/+4
2021-07-22nfp: flower: refactor action offload code slightlyLouis Peens1-1/+1
2021-07-22nfp: flower: refactor match functions to take flow_rule as inputLouis Peens1-19/+11
2021-06-16nfp: flower-ct: add delete flow handling for ctLouis Peens1-0/+9
2021-06-02nfp: flower-ct: add pre and post ct checksLouis Peens1-0/+7
2021-06-02nfp: flower: move non-zero chain checkLouis Peens1-5/+19
2021-03-30nfp: flower: ignore duplicate merge hints from FWYinjun Zhang1-2/+46
2021-03-16nfp: flower: fix unsupported pre_tunnel flowsLouis Peens1-0/+18
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-20nfp: flower: add support to offload QinQ matchLouis Peens1-12/+73
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-4/+4
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+14
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-4/+4
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-7/+11
2020-06-19net: qos offload add flow status with dropped countPo Liu1-1/+1
2020-06-01nfp: update indirect block supportPablo Neira Ayuso1-29/+6
2020-05-27nfp: flower: fix used time of merge flow statisticsHeinrich Kuhn1-1/+2
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+2
2019-12-19nfp: flower: update flow merge code to support IPv6 tunnelsJohn Hurley1-5/+23
2019-12-19nfp: flower: modify pre-tunnel and set tunnel action for ipv6John Hurley1-4/+4
2019-12-19nfp: flower: offload list of IPv6 tunnel endpoint addressesJohn Hurley1-0/+6
2019-12-19nfp: flower: compile match for IPv6 tunnelsJohn Hurley1-27/+75
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+4
2019-08-28nfp: flower: prevent ingress block binds on internal portsJohn Hurley1-3/+4
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+7
2019-08-19nfp: flower: verify that block cb is not busy before bindingVlad Buslov1-0/+7
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu1-5/+6
2019-08-06nfp: flower: verify pre-tunnel rulesJohn Hurley1-5/+98
2019-08-06nfp: flower: detect potential pre-tunnel rulesJohn Hurley1-0/+25
2019-08-06nfp: flower: push vlan after tunnel in mergeJohn Hurley1-4/+56
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-2/+3
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso1-4/+2
2019-07-12nfp: flower: ensure ip protocol is specified for L4 matchesJohn Hurley1-9/+6
2019-07-12nfp: flower: fix ethernet check on match fieldsJohn Hurley1-8/+5
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-15/+15
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso1-0/+4
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-20/+48
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso1-3/+3
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso1-4/+4
2019-06-27nfp: flower: add GRE decap classification supportPieter Jansen van Vuuren1-18/+41
2019-06-27nfp: flower: refactor tunnel key layer calculationPieter Jansen van Vuuren1-40/+60
2019-06-14nfp: flower: extend extack messaging for flower match and actionsPieter Jansen van Vuuren1-4/+6
2019-06-14nfp: flower: use extack messages in flower offloadPieter Jansen van Vuuren1-25/+80
2019-06-14nfp: flower: check L4 matches on unknown IP protocolsPieter Jansen van Vuuren1-2/+11