summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2019-08-13netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2-5/+65
2019-08-13ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-2/+3
2019-05-02netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso1-0/+3
2019-05-02netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso1-1/+2
2019-05-02netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal1-34/+58
2019-05-02netfilter: nft_compat: fix crash when related match/target module is removedLiping Zhang1-23/+20
2019-02-11netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2-3/+5
2019-02-11netfilter: nf_tables: fix oob accessFlorian Westphal1-1/+1
2019-02-11netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal1-9/+6
2019-02-11netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo1-0/+20
2019-02-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal3-5/+36
2018-12-17netfilter: nf_tables: fix register orderingFlorian Westphal1-1/+7
2018-12-17netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo3-3/+3
2018-11-20netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn1-3/+6
2018-11-20netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet1-0/+3
2018-10-21ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2-8/+17
2018-10-21ipvs: fix stats update from local clientsJulian Anastasov1-0/+8
2018-10-21netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal1-27/+32
2018-06-17netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet1-3/+6
2018-06-17netfilter: nat: cope with negative port rangePaolo Abeni1-2/+5
2018-06-17netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni1-6/+6
2018-06-17netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang1-5/+17
2018-03-03netfilter: xt_bpf: add overflow checksJann Horn1-1/+5
2018-02-13netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet1-1/+5
2018-01-01netfilter: xt_osf: Add missing permission checksKevin Cernekee1-0/+7
2018-01-01netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee1-0/+10
2018-01-01netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet1-2/+2
2018-01-01netfilter: ipset: pernet ops must be unregistered lastFlorian Westphal1-9/+14
2017-11-11netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller1-0/+2
2017-11-11netfilter: Fix switch statement warnings with recent gcc.David Miller2-3/+11
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau1-1/+1
2017-09-15netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang1-1/+6
2017-08-26netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang1-6/+21
2017-08-26netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twiceLiping Zhang1-19/+14
2017-03-16netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2-2/+2
2017-02-23netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull1-4/+5
2017-02-23netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang1-1/+3
2017-02-23netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville1-1/+1
2017-02-23netfilter: nf_conntrack_sip: extend request line validationUlrich Weber1-1/+4
2017-02-23netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter1-1/+1
2017-02-23netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana6-7/+57
2017-02-23netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana1-2/+9
2017-02-23netfilter: restart search if moved to other chainFlorian Westphal1-0/+7
2016-11-20netfilter: nfnetlink_queue: reject verdict request from different portidLiping Zhang1-4/+2
2016-11-20netfilter: nf_ct_expect: remove the redundant slash when policy name is emptyLiping Zhang1-1/+1
2016-11-20netfilter: x_tables: speed up jump target validationFlorian Westphal1-0/+50
2016-08-23netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-0/+74
2016-08-23netfilter: x_tables: do compat validation via translate_tableFlorian Westphal1-0/+8
2016-08-23netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-3/+2
2016-08-23netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal1-2/+2