aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_flow_table_ip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-31netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso1-18/+4
2021-03-24netfilter: flowtable: add pppoe supportPablo Neira Ayuso1-6/+47
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso1-25/+96
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso1-22/+66
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso1-6/+8
2021-03-18netfilter: flowtable: refresh timeout after dst and writable checksPablo Neira Ayuso1-4/+4
2021-03-18netfilter: flowtable: call dst_check() to fall back to classic forwardingPablo Neira Ayuso1-10/+2
2021-03-18netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso1-85/+62
2021-03-18netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso1-8/+0
2021-03-18netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4Pablo Neira Ayuso1-4/+4
2021-03-18netfilter: flowtable: consolidate skb_try_make_writable() callPablo Neira Ayuso1-43/+31
2020-10-12netfilter: flowtable: reduce calls to pskb_may_pull()Pablo Neira Ayuso1-19/+26
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+7
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso1-0/+7
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+10
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan1-0/+2
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan1-4/+8
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey1-13/+2
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso1-0/+13
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso1-4/+4
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso1-2/+2
2019-08-29netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal1-1/+2
2019-08-05netfilter: nf_flow_table: fix offload for flows that are subject to xfrmFlorian Westphal1-0/+43
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel1-1/+1
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+1
2019-05-22netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal1-2/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+6
2019-04-30netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo1-0/+6
2019-04-08netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso1-8/+2
2018-09-28netfilter: nf_flow_table: remove unnecessary nat flag check codeTaehee Yoo1-4/+2
2018-06-01netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld1-2/+4
2018-04-24netfilter: nf_flow_table: add missing condition for TCP state checkFelix Fietkau1-4/+8
2018-04-24netfilter: nf_flow_table: tear down TCP flows if RST or FIN was seenFelix Fietkau1-3/+27
2018-04-24netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_tableFelix Fietkau1-0/+215
2018-04-24netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtuFelix Fietkau1-4/+2
2018-04-24netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_tableFelix Fietkau1-0/+246