summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_flow_table_ip.c
AgeCommit message (Expand)Author
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-05-18netfilter: flowtable: split IPv6 datapath in helper functionsPablo Neira Ayuso
2023-05-18netfilter: flowtable: split IPv4 datapath in helper functionsPablo Neira Ayuso
2022-12-08netfilter: flowtable: add a 'default' case to flowtable datapathLi Qiong
2022-05-18netfilter: flowtable: move dst_check to packet pathRitaro Takenaka
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-16netfilter: flowtable: Fix QinQ and pppoe support for inet tablePablo Neira Ayuso
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-03-03net: Add skb_clear_tstamp() to keep the mono delivery_timeMartin KaFai Lau
2022-03-03netfilter: flowtable: Support GREToshiaki Makita
2021-03-31netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso
2021-03-24netfilter: flowtable: add pppoe supportPablo Neira Ayuso
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso
2021-03-18netfilter: flowtable: refresh timeout after dst and writable checksPablo Neira Ayuso
2021-03-18netfilter: flowtable: call dst_check() to fall back to classic forwardingPablo Neira Ayuso
2021-03-18netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso
2021-03-18netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso
2021-03-18netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4Pablo Neira Ayuso
2021-03-18netfilter: flowtable: consolidate skb_try_make_writable() callPablo Neira Ayuso
2020-10-12netfilter: flowtable: reduce calls to pskb_may_pull()Pablo Neira Ayuso
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey
2020-01-16netfilter: flowtable: refresh flow if hardware offload failsPablo Neira Ayuso
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso
2019-08-29netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal
2019-08-05netfilter: nf_flow_table: fix offload for flows that are subject to xfrmFlorian Westphal
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-05-22netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-04-30netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo
2019-04-08netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso
2018-09-28netfilter: nf_flow_table: remove unnecessary nat flag check codeTaehee Yoo
2018-06-01netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld
2018-04-24netfilter: nf_flow_table: add missing condition for TCP state checkFelix Fietkau
2018-04-24netfilter: nf_flow_table: tear down TCP flows if RST or FIN was seenFelix Fietkau
2018-04-24netfilter: nf_flow_table: move ipv6 offload hook code to nf_flow_tableFelix Fietkau
2018-04-24netfilter: nf_flow_table: move ip header check out of nf_flow_exceeds_mtuFelix Fietkau
2018-04-24netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_tableFelix Fietkau