summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2022-12-14netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso
2022-12-14netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio
2022-12-02netfilter: flowtable_offload: add missing lockingFelix Fietkau
2022-12-02netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai
2022-12-02netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik
2022-12-02netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-10ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao
2022-11-10ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao
2022-11-10ipvs: use explicitly signed charsJason A. Donenfeld
2022-11-10netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso
2022-09-28netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa
2022-09-28netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa
2022-09-28netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()Pablo Neira Ayuso
2022-09-28netfilter: nf_conntrack_irc: Tighten matching on DCC messageDavid Leadbeater
2022-09-28netfilter: nf_conntrack_sip: fix ct_sip_walk_headersIgor Ryzhov
2022-09-15netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater
2022-09-15netfilter: nf_tables: clean up hook list when offload flags check failsPablo Neira Ayuso
2022-09-05netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-08-31netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso
2022-08-31netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso
2022-08-31netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso
2022-08-31netfilter: bitwise: improve error goto labelsJeremy Sowden
2022-08-31netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso
2022-08-31netfilter: nf_tables: consolidate rule verdict trace callPablo Neira Ayuso
2022-08-31netfilter: nftables: remove redundant assignment of variable errColin Ian King
2022-08-31netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso
2022-08-31netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso
2022-08-31netfilter: nf_tables: do not leave chain stats enabled on errorPablo Neira Ayuso
2022-08-31netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso
2022-08-31netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso
2022-08-25netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu
2022-08-25netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter
2022-08-25netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2022-08-25netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso
2022-08-25audit: log nftables configuration change events once per tableRichard Guy Briggs
2022-08-25netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso
2022-08-25netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso
2022-08-21netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal
2022-08-21netfilter: nf_tables: do not allow RULE_ID to refer to another chainThadeu Lima de Souza Cascardo
2022-08-21netfilter: nf_tables: do not allow CHAIN_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-08-21netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-08-03netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal
2022-07-12netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso
2022-07-12netfilter: nft_set_pipapo: release elements in clone from abort pathPablo Neira Ayuso
2022-07-07netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso
2022-06-29netfilter: use get_random_u32 instead of prandomFlorian Westphal
2022-06-29netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2022-06-29netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso