summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
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
2018-12-01netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang
2018-11-27netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo
2018-11-27netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook
2018-09-19netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu
2018-08-24netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal
2018-07-17netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet
2018-07-11netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn
2018-07-11netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo
2018-07-03ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov
2018-05-16ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov
2018-04-13netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang
2018-04-08netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-04-08netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke
2018-03-24netfilter: xt_CT: fix refcnt leak on error pathGao Feng
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2018-03-18netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet
2018-03-18netfilter: nat: cope with negative port rangePaolo Abeni
2018-03-18netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni
2018-03-18netfilter: nfnetlink_queue: fix timestamp attributeFlorian Westphal
2018-02-25netfilter: ipvs: avoid unused variable warningsArnd Bergmann
2018-02-25netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang
2018-02-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet
2018-02-25netfilter: x_tables: fix int overflow in xt_alloc_table_info()Dmitry Vyukov
2018-02-16netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman
2018-01-31netfilter: xt_osf: Add missing permission checksKevin Cernekee
2018-01-31netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee
2018-01-31netfilter: nf_conntrack_sip: extend request line validationUlrich Weber