summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xt_sctp: validate the flag_info countWander Lairson Costa2023-09-131-0/+2
* netfilter: xt_u32: validate user space inputWander Lairson Costa2023-09-131-0/+21
* netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang2023-09-131-12/+8
* netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng2023-09-131-0/+1
* netfilter: nf_tables: fix out of memory error handlingFlorian Westphal2023-08-301-3/+10
* netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso2023-08-301-1/+1
* netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long2023-08-231-3/+3
* netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso2023-08-231-0/+3
* ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong2023-08-231-0/+4
* netfilter: nf_tables: deactivate catchall elements in next generationFlorian Westphal2023-08-231-0/+1
* netfilter: nf_tables: fix false-positive lockdep splatFlorian Westphal2023-08-231-1/+12
* netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso2023-08-164-71/+114
* net: annotate data-races around sk->sk_markEric Dumazet2023-08-112-3/+3
* netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso2023-08-031-2/+3
* netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORPablo Neira Ayuso2023-08-031-9/+18
* netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal2023-08-031-6/+14
* netfilter: nf_tables: fix underflow in chain reference counterPablo Neira Ayuso2023-08-031-1/+3
* netfilter: nf_tables: fix underflow in object reference counterPablo Neira Ayuso2023-08-031-8/+5
* netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso2023-07-271-0/+2
* netfilter: nf_tables: skip bound chain in netns release pathPablo Neira Ayuso2023-07-271-0/+3
* netfilter: nft_set_pipapo: fix improper element removalFlorian Westphal2023-07-271-1/+5
* netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal2023-07-271-2/+2
* netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal2023-07-271-0/+3
* netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo2023-07-191-7/+7
* netfilter: nf_tables: do not ignore genmask when looking up chain by idThadeu Lima de Souza Cascardo2023-07-191-4/+7
* netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest2023-07-191-0/+4
* netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso2023-07-191-0/+2
* ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi2023-07-192-15/+16
* netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov2023-07-191-1/+1
* netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal2023-07-191-3/+49
* netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso2023-06-282-1/+1
* netfilter: nf_tables: disallow updates of anonymous setsPablo Neira Ayuso2023-06-281-0/+3
* netfilter: nf_tables: reject unbound chain set before commit phasePablo Neira Ayuso2023-06-281-0/+13
* netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-06-281-3/+32
* netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso2023-06-281-2/+5
* netfilter: nft_set_pipapo: .walk does not deal with generationsPablo Neira Ayuso2023-06-281-1/+5
* netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2023-06-285-31/+163
* netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-06-282-7/+41
* netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso2023-06-282-40/+133
* ipvs: align inner_mac_header for encapsulationTerin Stock2023-06-281-0/+2
* netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso2023-06-211-1/+2
* netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso2023-06-211-1/+2
* netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso2023-06-212-15/+96
* netfilter: nf_tables: out-of-bound check in chain blobPablo Neira Ayuso2023-06-141-1/+1
* netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima2023-06-141-0/+8
* netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout2023-06-141-0/+3
* netfilter: nft_bitwise: fix register trackingJeremy Sowden2023-06-141-1/+1
* netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix2023-06-091-0/+4
* netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey2023-06-051-8/+0
* netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal2023-05-241-7/+13