summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_flow_table_offload.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: flowtable: cache info of last offloadVlad Buslov2023-02-031-3/+3
* netfilter: flowtable: allow unidirectional rulesVlad Buslov2023-02-031-4/+8
* netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG2022-12-081-3/+3
* netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long2022-11-281-3/+3
* netfilter: flowtable_offload: add missing lockingFelix Fietkau2022-11-221-0/+4
* netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-241-0/+8
* netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov2022-07-111-3/+14
* netfilter: flowtable: remove redundant field in flow_offload_work structPablo Neira Ayuso2022-03-201-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-03-151-7/+15
|\
| * netfilter: flowtable: Support GREToshiaki Makita2022-03-031-7/+15
* | net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2022-03-011-1/+5
|/
* netfilter: flowtable: fix IPv6 tunnel addr matchWill Mortensen2021-11-081-2/+2
* net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-08-191-0/+1
* net: Remove redundant if statementsYajun Deng2021-08-051-2/+1
* netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo2021-06-071-2/+2
* netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2021-05-141-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-191-0/+52
|\
| * netfilter: flowtable: add vlan pop action offload supportwenxu2021-04-131-0/+15
| * netfilter: flowtable: add vlan match offload supportwenxu2021-04-131-0/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-3/+3
|\ \ | |/ |/|
| * netfilter: flowtable: fix NAT IPv6 offload manglingPablo Neira Ayuso2021-03-311-3/+3
* | netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso2021-03-241-3/+12
* | netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-241-1/+5
* | netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso2021-03-241-1/+1
* | netfilter: flowtable: add offload support for xmit path typesPablo Neira Ayuso2021-03-241-42/+124
* | netfilter: flowtable: separate replace, destroy and stats to different workqu...Oz Shlomo2021-03-181-8/+36
|/
* net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-131-1/+1
* net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-191-0/+1
* net: remove indirect block netdev event registrationPablo Neira Ayuso2020-06-011-66/+0
* net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso2020-06-011-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-2/+8
|\
| * netfilter: flowtable: Remove WQ_MEM_RECLAIM from workqueueRoi Dayan2020-05-111-1/+1
| * netfilter: flowtable: Add pending bit for offload workPaul Blakey2020-05-111-1/+7
* | netfilter: nf_conntrack: add IPS_HW_OFFLOAD status bitBodong Wang2020-04-261-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-301-37/+33
|\
| * netfilter: flowtable: add counter support in HW offloadwenxu2020-03-301-0/+12
| * netfilter: flowtable: Use work entry per offload commandPaul Blakey2020-03-271-31/+15
| * netfilter: flowtable: Use rw sem as flow block lockPaul Blakey2020-03-271-2/+2
| * netfilter: flowtable: Fix incorrect tc_setup_type typewenxu2020-03-271-1/+1
| * netfilter: flowtable: fix NULL pointer dereference in tunnel offload supportwenxu2020-03-191-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-0/+1
|\ \ | |/ |/|
| * netfilter: flowtable: populate addr_type maskEdward Cree2020-03-191-0/+1
* | netfilter: flowtable: add tunnel encap/decap action offload supportwenxu2020-03-151-0/+45
* | netfilter: flowtable: add tunnel match offload supportwenxu2020-03-151-2/+59
* | netfilter: flowtable: add indr block setup supportwenxu2020-03-151-4/+90
* | netfilter: flowtable: add nf_flow_table_block_offload_init()wenxu2020-03-151-8/+17
* | netfilter: flowtable: Use nf_flow_offload_tuple for stats as wellPaul Blakey2020-03-151-17/+9
* | net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2020-03-121-23/+0
* | netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey2020-03-121-0/+4
|/
* netfilter: flowtable: skip offload setup if disabledFlorian Westphal2020-02-071-3/+3