summaryrefslogtreecommitdiff
path: root/include/net/flow_offload.h
Commit message (Expand)AuthorAgeFilesLines
* net: flow_offload: add FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso2021-03-241-0/+4
* flow_offload: add support for packet-per-second policingXingfeng Hu2021-03-131-0/+2
* net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2021-01-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-5/+15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+0
| |\
| * | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-131-3/+6
| * | net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-291-1/+1
| * | net: sched: sch_red: Add qevents "early_drop" and "mark"Petr Machata2020-06-291-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-2/+19
| |\ \
| * | | net: qos: police action add index for tc flower offloadingPo Liu2020-06-241-0/+1
| * | | net: qos: add tc police offloading action with max frame size limitPo Liu2020-06-241-0/+1
| * | | net: qos offload add flow status with dropped countPo Liu2020-06-191-1/+4
* | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| | |/ | |/|
* | | flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-241-1/+0
|/ /
* | net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-191-1/+3
* | flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-1/+3
* | flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-0/+13
|/
* net: flow_offload: remove indirect flow_block declarations leftoverPablo Neira Ayuso2020-06-091-24/+0
* net: remove indirect block netdev event registrationPablo Neira Ayuso2020-06-011-9/+0
* net: flow_offload: consolidate indirect flow_block infrastructurePablo Neira Ayuso2020-06-011-0/+19
* net: flow_offload: simplify hw stats check handlingEdward Cree2020-05-221-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-1/+8
|\
| * net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-061-1/+8
* | net: schedule: add action gate offloadingPo Liu2020-05-011-0/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-301-1/+2
|\
| * netfilter: flowtable: Fix incorrect tc_setup_type typewenxu2020-03-271-1/+2
* | net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-1/+11
* | net: flow_offload.h: Fix a comment at flow_action_entry.manglePetr Machata2020-03-261-1/+2
* | net: sched: rename more stats_typesJakub Kicinski2020-03-231-10/+10
* | net: tc_skbedit: Make the skbedit priority offloadablePetr Machata2020-03-191-0/+2
|/
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-26/+23
* flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey2020-03-121-0/+6
* net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2020-03-121-0/+1
* net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey2020-03-121-0/+1
* net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2020-03-121-0/+5
* flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko2020-03-101-7/+17
* flow_offload: turn hw_stats_type into dedicated enumJiri Pirko2020-03-101-6/+16
* flow_offload: fix allowed types checkJiri Pirko2020-03-101-1/+1
* flow_offload: use flow_action_for_each in flow_action_mixed_hw_stats_types_ch...Jiri Pirko2020-03-101-5/+6
* flow_offload: introduce "disabled" HW stats type and allow it in mlxswJiri Pirko2020-03-081-0/+1
* flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko2020-03-081-1/+3
* flow_offload: introduce "immediate" HW stats type and allow it in mlxswJiri Pirko2020-03-081-1/+2
* flow_offload: check for basic action hw stats typeJiri Pirko2020-03-081-0/+61
* flow_offload: Introduce offload of HW stats typeJiri Pirko2020-03-081-0/+3
* net: flow_offload: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
* flow_offload: pass action cookie through offload structuresJiri Pirko2020-02-251-0/+11
* net: core: rename indirect block ingress cb functionJohn Hurley2019-12-061-8/+7
* net: sched: extend flow_action_entry with destructorVlad Buslov2019-09-161-1/+5
* net: sched: add API for registering unlocked offload block callbacksVlad Buslov2019-08-261-0/+1