summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_flow_table_core.c
AgeCommit message (Expand)Author
2021-12-08netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-08-06netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal
2021-08-01netfilter: flowtable: remove nf_ct_l4proto_find() callPablo Neira Ayuso
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-23netfilter: flowtable: avoid possible false sharingPablo Neira Ayuso
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko
2021-06-07netfilter: flowtable: Set offload timeouts according to proto valuesOz Shlomo
2021-05-14netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan
2021-04-13netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan
2021-03-31netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau
2021-03-24netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo 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: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso
2021-03-24netfilter: flowtable: add xmit path typesPablo 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: consolidate skb_try_make_writable() callPablo Neira Ayuso
2021-03-18netfilter: flowtable: Make sure GC works periodically in idle systemYinjun Zhang
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-04netfilter: flowtable: fix tcp and udp header checksum updateSven Auhagen
2021-01-26netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso
2020-10-12netfilter: flowtable: reduce calls to pskb_may_pull()Pablo Neira Ayuso
2020-08-03netfilter: flowtable: Set offload timeout when adding flowRoi Dayan
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso
2020-05-12netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso
2020-04-15netfilter: flowtable: Free block_cb when being deletedRoi Dayan
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-27netfilter: flowtable: Use rw sem as flow block lockPaul Blakey
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-19netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey
2020-03-12netfilter: flowtable: Add API for registering to flow table eventsPaul 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