aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_flow_table.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-26netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso1-0/+4
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel1-4/+45
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso1-0/+2
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey1-0/+1
2020-03-27netfilter: flowtable: Use rw sem as flow block lockPaul Blakey1-1/+1
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso1-0/+1
2020-03-27netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso1-1/+1
2020-03-15netfilter: flowtable: add tunnel match offload supportwenxu1-0/+6
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey1-0/+3
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey1-0/+23
2020-03-12netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey1-0/+6
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso1-0/+1
2020-01-16netfilter: flowtable: add nf_flowtable_hw_offload() helper functionPablo Neira Ayuso1-0/+5
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso1-7/+9
2020-01-16netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso1-5/+0
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso1-0/+6
2019-11-15netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso1-3/+6
2019-11-12netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso1-6/+27
2019-11-12netfilter: nf_tables: add flowtable offload control planePablo Neira Ayuso1-0/+18
2019-11-12netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso1-3/+11
2019-11-12netfilter: nf_flowtable: remove flow_offload_entry structurePablo Neira Ayuso1-0/+1
2019-11-12netfilter: nf_flow_table: remove union from flow_offload structurePablo Neira Ayuso1-4/+1
2019-11-12netfilter: nf_flow_table: move conntrack object to struct flow_offloadPablo Neira Ayuso1-0/+1
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso1-0/+1
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden1-4/+0
2019-09-13netfilter: fix include guards.Jeremy Sowden1-1/+1
2019-08-13netfilter: add missing IS_ENABLED(CONFIG_NETFILTER) checks to some header-files.Jeremy Sowden1-0/+4
2019-08-13netfilter: add missing includes to a number of header-files.Jeremy Sowden1-0/+1
2019-05-31netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tupleTaehee Yoo1-2/+0
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu1-1/+0
2018-11-12netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo1-4/+0
2018-10-19netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_cleanup()Taehee Yoo1-1/+1
2018-06-22rhashtable: split rhashtable.hNeilBrown1-1/+1
2018-04-24netfilter: nf_flow_table: add a new flow state for tearing down offloadingFelix Fietkau1-0/+2
2018-04-24netfilter: nf_flow_table: make flow_offload_dead inlineFelix Fietkau1-1/+4
2018-04-24netfilter: nf_flow_table: track flow tables in nf_flow_table directlyFelix Fietkau1-0/+1
2018-04-24netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau1-4/+2
2018-04-21netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau1-0/+2
2018-04-19netfilter: nf_flow_table: use IP_CT_DIR_* values for FLOW_OFFLOAD_DIR_*Felix Fietkau1-4/+4
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau1-1/+0
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso1-0/+2
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso1-0/+3
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso1-0/+5
2018-01-08netfilter: add generic flow table infrastructurePablo Neira Ayuso1-0/+94
2018-01-08netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso1-0/+23