summaryrefslogtreecommitdiffstats
path: root/include/net/flow_offload.h
Commit message (Expand)AuthorAgeFilesLines
* flow_offload: add control flag checking helpersAsbjørn Sloth Tønnesen2024-04-151-0/+55
* flow_offload: fix flow_offload_has_one_action() kdocAsbjørn Sloth Tønnesen2024-04-111-1/+1
* flow_offload: Annotate struct flow_action_entry with __counted_byKees Cook2023-10-061-1/+1
* tc: flower: Enable offload support IPSEC SPI field.Ratheesh Kannoth2023-08-021-0/+6
* net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-201-0/+1
* net/sched: Rename user cookie and act cookiePaul Blakey2023-02-201-2/+2
* net/sched: support per action hw statsOz Shlomo2023-02-141-0/+1
* net/sched: introduce flow_offload action cookieOz Shlomo2023-02-141-0/+2
* net: flow_offload: add support for ARP frame matchingSteen Hegelund2022-11-141-0/+6
* act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar2022-10-251-0/+2
* flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek2022-09-201-0/+6
* flow_offload: Introduce flow_match_pppoeWojciech Drewek2022-07-261-0/+6
* net: extract port range fields from fl_flow_keyMaksym Glubokiy2022-07-131-0/+6
* net/sched: act_police: allow 'continue' action offloadVlad Buslov2022-07-061-0/+1
* netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-061-0/+1
* net/sched: add vlan push_eth and pop_eth action to the hardware IRMaor Dickman2022-03-161-0/+6
* flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-0/+6
* net: flow_offload: add tc police action parametersJianbo Liu2022-02-281-0/+9
* flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-0/+17
* flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-7/+5
|\
| * Revert "flow_offload: action should not be NULL when it is referenced"Ido Schimmel2021-08-191-7/+5
* | net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-08-191-0/+1
|/
* net: flow_offload: correct comments mismatch with codeBijie Xu2021-08-031-1/+1
* flow_offload: action should not be NULL when it is referencedgushengxian2021-06-281-5/+7
* 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
|/