summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2020-04-28netfilter: fix a use-after-free in mtype_destroy()Cong Wang
2020-04-28netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal
2020-04-28netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso
2020-04-28netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso
2020-04-28netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal
2019-12-19netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter
2019-12-19ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-11-22netfilter: conntrack: Use consistent ct id hash calculationDirk Morris
2019-08-13netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-08-13ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-05-02netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso
2019-05-02netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso
2019-05-02netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal
2019-05-02netfilter: nft_compat: fix crash when related match/target module is removedLiping Zhang
2019-02-11netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal
2019-02-11netfilter: nf_tables: fix oob accessFlorian Westphal
2019-02-11netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal
2019-02-11netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo
2019-02-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-12-16netfilter: nf_tables: fix register orderingFlorian Westphal
2018-12-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo
2018-11-20netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn
2018-11-20netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet
2018-10-21ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov
2018-10-21ipvs: fix stats update from local clientsJulian Anastasov
2018-10-21netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal
2018-06-16netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet
2018-06-16netfilter: nat: cope with negative port rangePaolo Abeni
2018-06-16netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni
2018-06-16netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang
2018-03-03netfilter: xt_bpf: add overflow checksJann Horn
2018-02-13netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet
2018-01-01netfilter: xt_osf: Add missing permission checksKevin Cernekee
2018-01-01netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee
2018-01-01netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet
2018-01-01netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal
2017-11-11netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller
2017-11-11netfilter: Fix switch statement warnings with recent gcc.David Miller
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2017-09-15netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang
2017-08-26netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang
2017-08-26netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twiceLiping Zhang
2017-03-16netfilter: nft_log: restrict the log prefix length to 127Liping Zhang
2017-02-23netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull
2017-02-23netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang
2017-02-23netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville
2017-02-23netfilter: nf_conntrack_sip: extend request line validationUlrich Weber
2017-02-23netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter
2017-02-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana
2017-02-23netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana