summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-01netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang1-0/+1
2018-11-27netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo1-0/+20
2018-11-27netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook1-4/+4
2018-09-19netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet1-2/+2
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu1-4/+11
2018-08-24netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal1-4/+4
2018-07-17netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet1-0/+3
2018-07-11netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn1-3/+6
2018-07-11netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo1-1/+2
2018-07-03ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov1-6/+15
2018-05-16ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2-83/+80
2018-04-13netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang1-1/+6
2018-04-08netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal3-5/+36
2018-04-08netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke1-4/+3
2018-03-24netfilter: xt_CT: fix refcnt leak on error pathGao Feng1-2/+9
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal1-9/+25