summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2023-10-10netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long1-10/+33
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife1-2/+2
2023-10-10netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik1-2/+10
2023-10-10netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso1-4/+5
2023-09-23netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa1-0/+8
2023-09-23netfilter: xt_sctp: validate the flag_info countWander Lairson Costa1-0/+2
2023-09-23netfilter: xt_u32: validate user space inputWander Lairson Costa1-0/+21
2023-09-23netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng1-0/+1
2023-08-30netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long1-3/+3
2023-08-30netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso1-0/+3
2023-08-30ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong1-0/+4
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso3-67/+113
2023-07-27netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal1-2/+2
2023-07-27netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal1-0/+3
2023-07-27netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo1-7/+7
2023-07-27netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest1-0/+4
2023-07-27netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal1-4/+0
2023-07-27netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso1-0/+2
2023-07-27netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-5/+31
2023-07-27netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-4/+23
2023-07-27netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso1-1/+2
2023-07-27netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal1-0/+6
2023-07-27netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal4-141/+235
2023-07-27netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso10-208/+75
2023-07-27netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso1-9/+14
2023-07-27netfilter: nf_tables: fix nat hook table deletionFlorian Westphal1-5/+6
2023-07-27netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov1-1/+1
2023-07-27netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal1-3/+49
2023-06-28netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso2-1/+1
2023-06-28netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso1-2/+5
2023-06-28ipvs: align inner_mac_header for encapsulationTerin Stock1-0/+2
2023-06-21netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso1-1/+2
2023-06-21Remove DECnet support from kernelStephen Hemminger1-10/+0
2023-06-14netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima1-0/+8
2023-06-14netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout1-0/+3
2023-06-09treewide: Remove uninitialized_var() usageKees Cook3-4/+4
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-06-05netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey1-8/+0
2023-05-30netfilter: nf_tables: hold mutex on netns pre_exit pathPablo Neira Ayuso1-0/+2
2023-05-30netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso1-4/+9
2023-05-30netfilter: nf_tables: stricter validation of element dataPablo Neira Ayuso1-1/+8
2023-05-30netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso1-13/+28
2023-05-30netfilter: nf_tables: add nft_setelem_parse_key()Pablo Neira Ayuso1-46/+45
2023-05-30netfilter: nf_tables: validate registers coming from userspace.Pablo Neira Ayuso1-14/+17
2023-05-30netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso1-2/+1
2023-05-30netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso17-77/+87
2023-05-30netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso20-110/+107
2023-05-30netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2-3/+6
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso4-3/+15
2023-05-17netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2-8/+2