summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_flow_table_offload.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey2020-01-311-0/+1
* netfilter: flowtable: add nf_flow_table_offload_cmd()Pablo Neira Ayuso2020-01-161-12/+28
* netfilter: flowtable: add nf_flow_offload_tuple() helperPablo Neira Ayuso2020-01-161-23/+24
* netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso2020-01-161-9/+5
* netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso2020-01-161-2/+2
* netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso2020-01-161-10/+10
* netfilter: flowtable: add nf_flow_offload_work_alloc()Pablo Neira Ayuso2020-01-161-16/+22
* netfilter: flowtable: restrict flow dissector match on meta ingress devicePablo Neira Ayuso2020-01-161-1/+7
* netfilter: flowtable: fetch stats only if flow is still alivePablo Neira Ayuso2020-01-161-2/+1
* netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-061-2/+2
* netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu2020-01-051-8/+16
* netfilter: nf_flow_table_offload: check the status of dst_neighwenxu2020-01-051-2/+14
* netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu2020-01-051-2/+4
* netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann2019-12-201-1/+1
* netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()Pablo Neira Ayuso2019-12-091-31/+28
* netfilter: nf_flow_table_offload: add IPv6 match descriptionPablo Neira Ayuso2019-11-301-1/+11
* netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offl...Nathan Chancellor2019-11-301-2/+2
* netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSF...wenxu2019-11-301-3/+3
* netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmdwenxu2019-11-301-1/+1
* netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_blockwenxu2019-11-151-0/+3
* netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-151-5/+95
* netfilter: nf_flow_table_offload: add flow_action_entry_next() and use itPablo Neira Ayuso2019-11-151-38/+38
* netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-121-0/+758