summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2017-04-13netfilter: nft_hash: do not dump the auto generated seedLiping Zhang-3/+7
2017-04-08netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang-5/+5
2017-04-08netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang-0/+6
2017-04-08netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang-1/+6
2017-04-08netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang-5/+10
2017-04-08netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng-7/+20
2017-04-08netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang-2/+2
2017-04-08netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet-1/+5
2017-03-29netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang-2/+7
2017-03-27netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang-3/+10
2017-03-27netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang-96/+81
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang-1/+6
2017-03-22netfilter: nfnl_cthelper: Fix memory leakJeffy Chen-3/+9
2017-03-22netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso-2/+84
2017-03-21netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang-9/+11
2017-03-15netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalidLiping Zhang-1/+2
2017-03-13Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso-4/+0
2017-03-13netfilter: nft_set_bitmap: keep a list of dummy elementsPablo Neira Ayuso-80/+66
2017-03-13netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)-1/+5
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang-31/+35
2017-03-13netfilter: nft_set_bitmap: fetch the element key based on the set->klenLiping Zhang-10/+17
2017-03-08netfilter: nf_nat_sctp: fix ICMP packet to be dropped accidentlyYing Xue-1/+12
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-85/+59
2017-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-85/+59
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso-78/+55
2017-03-03netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsPablo Neira Ayuso-5/+4
2017-03-03netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy-2/+0
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+2
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+5
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-11/+11
2017-02-27scripts/spelling.txt: add "aligment" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-26netfilter: nft_set_bitmap: incorrect bitmap sizePablo Neira Ayuso-1/+1
2017-02-26netfilter: nf_ct_expect: Change __nf_ct_expect_check() return value.Jarno Rajahalme-2/+2
2017-02-25netfilter: nf_ct_expect: nf_ct_expect_related_report(): Return zero on success.Jarno Rajahalme-1/+1
2017-02-23netfilter: nft_ct: fix random validation errors for zone set supportFlorian Westphal-0/+1
2017-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-39/+81
2017-02-21Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso-4/+7
2017-02-21netfilter: nfnetlink: remove static declaration from err_listLiping Zhang-1/+1
2017-02-19netfilter: xt_hashlimit: Fix integer divide round to zero.Alban Browaeys-16/+9
2017-02-19netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai-3/+6
2017-02-19Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik-1/+1
2017-02-12netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso-3/+4
2017-02-12netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso-0/+26
2017-02-12netfilter: nf_tables: add check_genid to the nfnetlink subsystemPablo Neira Ayuso-0/+6
2017-02-12netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso-4/+27
2017-02-12netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()Pablo Neira Ayuso-23/+28
2017-02-12netfilter: nfnetlink: get rid of u_intX_t typesPablo Neira Ayuso-8/+8
2017-02-12netfilter: nf_ct_expect: nf_ct_expect_insert() returns voidGao Feng-5/+3
2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng-7/+5