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