aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_flow_table_core.c
AgeCommit message (Expand)Author
2020-05-20netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso
2020-03-19netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey
2020-01-31netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey
2020-01-31netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso
2020-01-16netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso
2020-01-16netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso
2020-01-16netfilter: flowtable: fetch stats only if flow is still alivePablo Neira Ayuso
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso
2019-11-15netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dirwenxu
2019-11-12netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso
2019-11-12netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso
2019-11-12netfilter: nf_flowtable: remove flow_offload_entry structurePablo Neira Ayuso
2019-11-12netfilter: nf_flow_table: move conntrack object to struct flow_offloadPablo Neira Ayuso
2019-10-23netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13netfilter: update include directives.Jeremy Sowden
2019-09-03netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso
2019-08-09netfilter: nf_flow_table: teardown flow timeout racePablo Neira Ayuso
2019-08-09netfilter: nf_flow_table: conntrack picks up expired flowsPablo Neira Ayuso
2019-05-31netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-06netfilter: nf_flow_table: do not flow offload deleted conntrack entriesTaehee Yoo
2019-05-06netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu
2018-11-12netfilter: nf_flow_table: simplify nf_flow_offload_gc_step()Taehee Yoo
2018-11-12netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo
2018-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-10-19netfilter: nf_flow_table: do not remove offload when other netns's interface ...Taehee Yoo
2018-10-19netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo
2018-09-28netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fa...Taehee Yoo
2018-09-20netfilter: nf_tables: use rhashtable_walk_enter instead of rhashtable_walk_initTaehee Yoo
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal
2018-07-16netfilter: flowtables: use fixed renew timeout on teardownFlorian Westphal
2018-04-24netfilter: nf_flow_table: fix offloading connections with SNAT+DNATFelix Fietkau
2018-04-24netfilter: nf_flow_table: add support for sending flows back to the slow pathFelix Fietkau
2018-04-24netfilter: nf_flow_table: in flow_offload_lookup, skip entries being deletedFelix Fietkau
2018-04-24netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau
2018-04-24netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau
2018-04-24netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau
2018-04-24netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau
2018-04-21netfilter: nf_flow_table: rename nf_flow_table.c to nf_flow_table_core.cFelix Fietkau