summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2022-05-31netfilter: flowtable: fix nft_flow_route source address for nat casewenxu
2022-05-31netfilter: flowtable: fix missing FLOWI_FLAG_ANYSRC flagwenxu
2022-05-31netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso
2022-05-31netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso
2022-05-31netfilter: nf_tables: sanitize nft_set_desc_concat_parse()Pablo Neira Ayuso
2022-05-27netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso
2022-05-27netfilter: cttimeout: fix slab-out-of-bounds read in cttimeout_net_exitFlorian Westphal
2022-05-27netfilter: nfnetlink: fix warn in nfnetlink_unbindFlorian Westphal
2022-05-26netfilter: nft_limit: Clone packet limits' cost valuePhil Sutter
2022-05-26netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-18netfilter: nf_tables: disable expression reduction infraPablo Neira Ayuso
2022-05-18netfilter: flowtable: move dst_check to packet pathRitaro Takenaka
2022-05-18netfilter: flowtable: fix TCP flow teardownPablo Neira Ayuso
2022-05-18netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"Stephen Rothwell
2022-05-16netfilter: conntrack: remove pr_debug callsites from tcp trackerFlorian Westphal
2022-05-16netfilter: nf_conncount: reduce unnecessary GCWilliam Tu
2022-05-16netfilter: nft_flow_offload: fix offload with pppoe + vlanFelix Fietkau
2022-05-16netfilter: nft_flow_offload: skip dst neigh lookup for ppp devicesFelix Fietkau
2022-05-16netfilter: flowtable: fix excessive hw offload attempts after failureFelix Fietkau
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-05-13netfilter: flowtable: nft_flow_route use more data for reverse routeSven Auhagen
2022-05-13netfilter: conntrack: add nf_conntrack_events autodetect modeFlorian Westphal
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso
2022-05-13netfilter: conntrack: avoid unconditional local_bh_disableFlorian Westphal
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal
2022-05-13netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-28netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal
2022-04-27netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk
2022-04-27netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal
2022-04-22netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo Neira Ayuso
2022-04-19ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-12netfilter: nf_tables: nft_parse_register can return a negative valueAntoine Tenart
2022-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-04-11netfilter: nft_socket: make cgroup match work in input tooFlorian Westphal
2022-04-11netfilter: nft_fib: reverse path filter for policy-based routing on iifPablo Neira Ayuso
2022-04-09netfilter: bitwise: improve error goto labelsJeremy Sowden