summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2023-08-11netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal
2023-08-11netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo
2023-08-11netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest
2023-08-11netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso
2023-08-11netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-08-11netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso
2023-08-11netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-06-28netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso
2023-06-21netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix
2023-05-30netfilter: nf_tables: fix register orderingFlorian Westphal
2023-05-30netfilter: nf_tables: do not allow SET_ID to refer to another tablePablo Neira Ayuso
2023-05-30netfilter: nf_tables: do not allow RULE_ID to refer to another chainPablo Neira Ayuso
2023-05-30netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso
2023-05-30netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso
2023-05-30netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso
2023-05-30netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso
2023-05-30netfilter: nf_tables: validate registers coming from userspace.Pablo Neira Ayuso
2023-05-30netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso
2023-05-30netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2023-05-30netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2023-05-30netfilter: nf_tables: bogus EBUSY in helper removal from transactionPablo Neira Ayuso
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2023-05-17netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2023-05-17netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2023-05-17netfilter: nft_hash: fix nft_hash_deactivatePablo Neira Ayuso
2023-05-17netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2023-05-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal
2023-03-11netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()Hangyu Hua
2023-02-06netfilter: conntrack: fix vtag checks for ABORT/SHUTDOWN_COMPLETESriram Yagnaraman
2023-01-18netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function.Gavrilov Ilia
2022-11-10ipvs: use explicitly signed charsJason A. Donenfeld
2022-10-26netfilter: nf_queue: fix socket leakVimal Agrawal
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-05netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven
2022-09-05netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso
2022-09-05netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso
2022-08-25netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal
2022-08-25netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal
2022-07-07netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso
2022-06-14netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso
2022-05-12ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang
2022-04-20netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso
2022-03-28netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso
2022-03-08netfilter: nf_queue: fix possible use-after-freeFlorian Westphal
2022-03-08netfilter: nf_queue: don't assume sk is full socketFlorian Westphal