summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_flow_table_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2021-05-141-2/+1
* netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan2021-04-131-0/+3
* netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso2021-03-311-1/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+1
|\
| * netfilter: flowtable: Make sure GC works periodically in idle systemYinjun Zhang2021-03-181-1/+1
* | netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-241-0/+2
* | netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso2021-03-241-0/+1
* | netfilter: flowtable: add vlan supportPablo Neira Ayuso2021-03-241-0/+7
* | netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso2021-03-241-7/+28
* | netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso2021-03-241-2/+1
* | netfilter: flowtable: add xmit path typesPablo Neira Ayuso2021-03-241-0/+1
* | netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso2021-03-181-25/+16
* | netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso2021-03-181-4/+0
* | netfilter: flowtable: consolidate skb_try_make_writable() callPablo Neira Ayuso2021-03-181-12/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-2/+2
|\
| * netfilter: flowtable: fix tcp and udp header checksum updateSven Auhagen2021-02-041-2/+2
* | netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso2021-01-261-3/+3
|/
* netfilter: flowtable: reduce calls to pskb_may_pull()Pablo Neira Ayuso2020-10-121-8/+4
* netfilter: flowtable: Set offload timeout when adding flowRoi Dayan2020-08-031-0/+2
* netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-251-0/+1
* netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel2020-06-151-45/+0
* netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso2020-06-011-3/+3
* netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso2020-05-121-3/+5
* netfilter: flowtable: Free block_cb when being deletedRoi Dayan2020-04-151-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-301-6/+5
|\
| * netfilter: flowtable: Use rw sem as flow block lockPaul Blakey2020-03-271-6/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-0/+3
|\ \ | |/ |/|
| * netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey2020-03-191-0/+3
* | net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey2020-03-121-0/+13
* | netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey2020-03-121-0/+47
|/
* netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey2020-01-311-0/+1
* netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey2020-01-311-1/+1
* netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso2020-01-161-1/+3
* netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso2020-01-161-1/+1
* netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso2020-01-161-10/+10
* netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso2020-01-161-5/+3
* netfilter: flowtable: fetch stats only if flow is still alivePablo Neira Ayuso2020-01-161-3/+2
* netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-061-6/+1
* netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dirwenxu2019-11-151-4/+4
* netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso2019-11-121-2/+31
* netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso2019-11-121-23/+65
* netfilter: nf_flowtable: remove flow_offload_entry structurePablo Neira Ayuso2019-11-121-15/+4
* netfilter: nf_flow_table: move conntrack object to struct flow_offloadPablo Neira Ayuso2019-11-121-24/+11
* netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso2019-10-231-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+1
|\
| * netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso2019-09-031-1/+1
* | netfilter: update include directives.Jeremy Sowden2019-09-131-0/+1
|/
* netfilter: nf_flow_table: teardown flow timeout racePablo Neira Ayuso2019-08-091-9/+25
* netfilter: nf_flow_table: conntrack picks up expired flowsPablo Neira Ayuso2019-08-091-7/+10
* netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo2019-05-311-1/+0