summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-11-08netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman
2024-11-08netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso
2024-11-08netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso
2024-11-08netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso
2024-09-12netfilter: nf_conncount: fix wrong variable typeYunjian Wang
2024-09-04netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior
2024-08-19netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso
2024-08-19netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso
2024-08-19netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev
2024-08-19netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso
2024-08-19ipvs: Avoid unnecessary calls to skb_is_gso_sctpIsmael Luceno
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso
2024-07-05netfilter: nf_tables: validate family when identifying table via handlePablo Neira Ayuso
2024-07-05netfilter: ipset: Fix suspicious rcu_dereference_protected()Jozsef Kadlecsik
2024-07-05netfilter: nftables: exthdr: fix 4-byte stack OOB writeFlorian Westphal
2024-07-05netfilter: ipset: Fix race between namespace cleanup and gc in the list:set typeJozsef Kadlecsik
2024-06-16netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet
2024-05-02ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno
2024-05-02netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan
2024-04-13netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-04-13netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-13netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-13netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-13netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso
2024-04-13netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso
2024-04-13netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso
2024-04-13netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso
2024-03-26netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso
2024-03-15netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang
2024-03-15netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal
2024-03-06netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin
2024-03-01netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal
2024-03-01netfilter: conntrack: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_newXin Long
2024-02-23netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()Dan Carpenter
2024-02-23netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2024-02-23netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso
2024-02-23netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso
2024-02-23netfilter: nft_compat: restrict match/target protocol to u16Pablo Neira Ayuso
2024-02-23netfilter: nft_compat: reject unused compat flagPablo Neira Ayuso
2024-02-23netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso
2024-02-23netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting loggerPablo Neira Ayuso
2024-02-23netfilter: nf_tables: reject QUEUE/DROP verdict parametersFlorian Westphal
2024-02-23netfilter: nf_tables: validate NFPROTO_* familyPablo Neira Ayuso
2024-02-23netfilter: nf_tables: restrict anonymous set and map names to 16 bytesFlorian Westphal
2024-01-25ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin