aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/flow_offload.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+8
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+8
2020-05-01net: schedule: add action gate offloadingPo Liu1-0/+10
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+2
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+11
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu1-1/+2
2020-03-26net: flow_offload.h: Fix a comment at flow_action_entry.manglePetr Machata1-1/+2
2020-03-23net: sched: rename more stats_typesJakub Kicinski1-10/+10
2020-03-19net: tc_skbedit: Make the skbedit priority offloadablePetr Machata1-0/+2
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski1-26/+23
2020-03-12flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey1-0/+6
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey1-0/+1
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey1-0/+1
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey1-0/+5
2020-03-10flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats_types_check()Jiri Pirko1-7/+17
2020-03-10flow_offload: turn hw_stats_type into dedicated enumJiri Pirko1-6/+16
2020-03-10flow_offload: fix allowed types checkJiri Pirko1-1/+1
2020-03-10flow_offload: use flow_action_for_each in flow_action_mixed_hw_stats_types_check()Jiri Pirko1-5/+6
2020-03-08flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko1-0/+1
2020-03-08flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko1-1/+3
2020-03-08flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko1-1/+2
2020-03-08flow_offload: check for basic action hw stats typeJiri Pirko1-0/+61
2020-03-08flow_offload: Introduce offload of HW stats typeJiri Pirko1-0/+3
2020-02-29net: flow_offload: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko1-0/+11
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley1-8/+7
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov1-1/+5
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+1
2019-08-21net/mlx5e: Add tc flower tracepointsDmytro Linkin1-0/+1
2019-08-08flow_offload: support get multi-subsystem blockwenxu1-1/+9
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu1-0/+29
2019-08-06net: sched: add ingress mirred action to hardware IRJohn Hurley1-0/+2
2019-08-06net: sched: add skbedit of ptype action to hardware IRJohn Hurley1-0/+2
2019-07-23net: sched: include mpls actions in hardware intermediate representationJohn Hurley1-0/+19
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-1/+11
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-6/+11
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso1-2/+1
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-0/+30
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso1-0/+3
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-2/+1
2019-07-09net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso1-0/+4
2019-07-09net: flow_offload: add list handling functionsPablo Neira Ayuso1-0/+19
2019-07-09net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso1-0/+14
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-2/+2
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-0/+27
2019-07-09net/sched: Introduce action ctPaul Blakey1-0/+5
2019-06-19net: flow_offload: implement support for meta keyJiri Pirko1-0/+6
2019-06-03flow_offload: include linux/kernel.h from flow_offload.hEdward Cree1-0/+1
2019-05-16flow_offload: support CVLAN matchEdward Cree1-0/+2