summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2022-09-20netfilter: nf_ct_ftp: fix deadlock when nat rewrite is neededFlorian Westphal
2022-09-20netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa
2022-09-20netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa
2022-09-07netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()Pablo Neira Ayuso
2022-09-07netfilter: nf_conntrack_irc: Tighten matching on DCC messageDavid Leadbeater
2022-09-07netfilter: nf_conntrack_sip: fix ct_sip_walk_headersIgor Ryzhov
2022-09-01netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater
2022-08-31netfilter: nf_tables: clean up hook list when offload flags check failsPablo Neira Ayuso
2022-08-31netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso
2022-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-08-24netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso
2022-08-24netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso
2022-08-24netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso
2022-08-24netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso
2022-08-24netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso
2022-08-24netfilter: nf_tables: do not leave chain stats enabled on errorPablo Neira Ayuso
2022-08-24netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso
2022-08-24netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso
2022-08-24netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso
2022-08-24netfilter: nf_tables: disallow updates of implicit chainPablo Neira Ayuso
2022-08-23netfilter: nft_tproxy: restrict to prerouting hookFlorian Westphal
2022-08-23netfilter: conntrack: work around exceeded receive windowFlorian Westphal
2022-08-17netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven
2022-08-15netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso
2022-08-15netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...Pablo Neira Ayuso
2022-08-15netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso
2022-08-12netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso
2022-08-11netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso
2022-08-11netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal
2022-08-11netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal
2022-08-11netfilter: nf_ct_irc: cap packet search space to 4kFlorian Westphal
2022-08-11netfilter: nf_ct_ftp: prefer skb_linearizeFlorian Westphal
2022-08-11netfilter: nf_ct_h323: cap packet size at 64kFlorian Westphal
2022-08-11netfilter: nf_ct_sane: remove pseudo skb linearizationFlorian Westphal
2022-08-10netfilter: nf_tables: possible module reference underflow in error pathPablo Neira Ayuso
2022-08-10netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...Pablo Neira Ayuso
2022-08-10netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...Pablo Neira Ayuso
2022-08-09netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal
2022-08-09netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso
2022-08-09netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso
2022-08-09netfilter: nf_tables: do not allow RULE_ID to refer to another chainThadeu Lima de Souza Cascardo
2022-08-09netfilter: nf_tables: do not allow CHAIN_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-08-09netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-08-09netfilter: nf_tables: validate variable length element extensionPablo Neira Ayuso
2022-08-05netfilter: flowtable: fix incorrect Kconfig dependenciesPablo Neira Ayuso
2022-08-05netfilter: nf_tables: fix crash when nf_trace is enabledFlorian Westphal
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26netfilter: nft_queue: only allow supported familes and hooksFlorian Westphal
2022-07-26netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal