summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2021-10-27netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum1-1/+1
2021-10-27netfilter: ipvs: make global sysctl readonly in non-init netnsAntoine Tenart1-0/+5
2021-10-06netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik1-2/+2
2021-10-06ipvs: check that ip_vs_conn_tab_bits is between 8 and 20Andrea Claudi1-0/+4
2021-08-04netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso1-1/+3
2021-07-20netfilter: nft_exthdr: check for IPv6 packet before further processingPablo Neira Ayuso1-0/+3
2021-06-30netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+5
2021-06-10netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso1-2/+6
2021-06-10ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov1-1/+1
2021-06-03netfilter: x_tables: Use correct memory barriers.Mark Tomlinson1-0/+3
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal1-8/+2
2021-03-17netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin1-2/+4
2021-02-23netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik1-2/+10
2021-02-03netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso1-1/+3
2021-01-12netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal1-0/+3
2021-01-12netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin1-15/+5
2020-10-29ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye1-3/+4
2020-10-14netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker1-0/+2
2020-09-12netfilter: nf_tables: fix destination register zeroingFlorian Westphal1-1/+3
2020-07-09netfilter: nf_conntrack_h323: lost .data_len definition for Q.931/ipv6Vasily Averin1-0/+1
2020-06-29netfilter: ipset: fix unaligned atomic accessRussell King1-0/+2
2020-06-20netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supportedPablo Neira Ayuso1-2/+2
2020-06-03netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso1-1/+1
2020-06-03netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso1-27/+35
2020-06-03netfilter: ipset: Fix subcounter update skipPhil Sutter1-1/+1
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-2/+2
2020-05-10netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang1-1/+3
2020-05-10netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang1-0/+3
2020-05-10netfilter: nf_tables: fix a wrong check to skip the inactive rulesLiping Zhang1-1/+1
2020-05-10netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso1-3/+3
2020-03-20netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski1-0/+2
2020-02-28netfilter: xt_bpf: add overflow checksJann Horn1-0/+3
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József4-10/+10
2020-01-23netfilter: fix a use-after-free in mtype_destroy()Cong Wang1-1/+1
2020-01-14netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2020-01-12netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal1-0/+3
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-8/+7
2019-11-12netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter1-3/+5
2019-09-21netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch1-1/+1
2019-09-06netfilter: conntrack: Use consistent ct id hash calculationDirk Morris1-8/+8
2019-09-06netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2-5/+64
2019-08-25netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal1-1/+1
2019-08-11netfilter: nfnetlink_acct: validate NFACCT_QUOTA parameterPhil Turnbull1-0/+2
2019-05-16ipvs: do not schedule icmp errors from tunnelsJulian Anastasov1-1/+1
2019-05-16netfilter: compat: initialize all fields in xt_initFrancesco Ruggeri1-1/+1
2019-04-27netfilter: physdev: relax br_netfilter dependencyFlorian Westphal1-2/+7
2019-03-23netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP optionsJozsef Kadlecsik1-0/+4
2019-03-23netfilter: nfnetlink_acct: validate NFACCT_FILTER parametersPhil Turnbull1-0/+3
2019-03-23netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2019-03-23ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu1-0/+12