aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_flow_offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-05netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu1-3/+0
2019-11-12netfilter: nf_flow_table: detach routing information from flow descriptionPablo Neira Ayuso1-1/+4
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana1-0/+19
2019-09-13netfilter: update include directives.Jeremy Sowden1-1/+2
2019-08-19netfilter: nft_flow_offload: missing netlink attribute policyPablo Neira Ayuso1-0/+6
2019-08-14netfilter: nft_flow_offload: skip tcp rst and fin packetsPablo Neira Ayuso1-3/+6
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-10/+21
2019-05-22netfilter: nft_flow_offload: IPCB is only valid for ipv4 familyFlorian Westphal1-6/+11
2019-05-22netfilter: nft_flow_offload: don't offload when sequence numbers need adjustmentFlorian Westphal1-4/+2
2019-05-22netfilter: nft_flow_offload: set liberal tracking mode for tcpFlorian Westphal1-0/+8
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-30netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo1-0/+1
2019-04-30netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso1-2/+1
2019-01-14netfilter: nft_flow_offload: fix checking method of conntrack helperHenry Yen1-1/+4
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu1-2/+2
2019-01-09netfilter: nft_flow_offload: Fix reverse route lookupwenxu1-2/+2
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo1-1/+4
2018-10-19netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_cleanup()Taehee Yoo1-1/+1
2018-04-24netfilter: nf_tables: simplify lookup functionsPablo Neira Ayuso1-3/+2
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso1-18/+1
2018-02-02netfilter: nft_flow_offload: no need to flush entries on module removalPablo Neira Ayuso1-6/+0
2018-02-02netfilter: nft_flow_offload: wait for garbage collector to run after cleanupPablo Neira Ayuso1-0/+1
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso1-2/+2
2018-01-08netfilter: nf_tables: flow offload expressionPablo Neira Ayuso1-0/+264