summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-064-36/+37
| * | | | netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng2017-04-063-24/+19
| * | | | netfilter: expect: Make sure the max_expected limit is effectiveGao Feng2017-04-063-0/+15
| * | | | netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso2017-04-063-21/+22
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-157-24/+61
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | netfilter: nft_hash: do not dump the auto generated seedLiping Zhang2017-04-131-3/+7
| * | | | netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang2017-04-082-5/+5
| * | | | netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang2017-04-081-0/+6
| * | | | netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang2017-04-082-1/+6
| * | | | netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang2017-04-081-5/+10
| * | | | netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2017-04-082-7/+20
| * | | | netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang2017-04-081-2/+2
| * | | | netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-04-081-1/+5
* | | | | netlink: pass extended ACK struct where availableJohannes Berg2017-04-132-2/+2
* | | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-1314-62/+80
* | | | | netlink: extended ACK reportingJohannes Berg2017-04-132-11/+13
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-067-112/+204
|\| | |
| * | | netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang2017-03-291-2/+7
| * | | netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang2017-03-271-3/+10
| * | | netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang2017-03-271-96/+81
| * | | netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-274-1/+6
| * | | netfilter: nfnl_cthelper: Fix memory leakJeffy Chen2017-03-221-3/+9
| * | | netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso2017-03-221-2/+84
| * | | netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang2017-03-211-9/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-237-124/+133
|\| | | | |/ / |/| |
| * | netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalidLiping Zhang2017-03-151-1/+2
| * | Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso2017-03-131-4/+0
| * | netfilter: nft_set_bitmap: keep a list of dummy elementsPablo Neira Ayuso2017-03-131-80/+66
| * | netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)2017-03-131-1/+5
| * | netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-133-31/+35
| * | netfilter: nft_set_bitmap: fetch the element key based on the set->klenLiping Zhang2017-03-131-10/+17
| * | netfilter: nf_nat_sctp: fix ICMP packet to be dropped accidentlyYing Xue2017-03-081-1/+12
| |/
* | netfilter: fix the warning on unused refcount variableReshetova, Elena2017-03-201-1/+0
* | netfilter: refcounter conversionsReshetova, Elena2017-03-1717-57/+61
* | ipvs: remove an annoying printk in netns initCong Wang2017-03-161-2/+0
* | netfilter: nft_set_rbtree: use per-set rwlock to improve the scalabilityLiping Zhang2017-03-131-15/+16
* | netfilter: limit: use per-rule spinlock to improve the scalabilityLiping Zhang2017-03-132-10/+11
* | netfilter: nf_conntrack: reduce resolve_normal_ct argsFlorian Westphal2017-03-131-31/+26
* | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-5/+9
* | netfilter: nft_ct: add helper set supportFlorian Westphal2017-03-131-0/+171
* | netfilter: provide nft_ctx in object init functionFlorian Westphal2017-03-133-5/+8
* | netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso2017-03-064-37/+36
* | netfilter: nf_tables: validate the expr explicitly after init successfullyLiping Zhang2017-03-069-35/+13
* | netfilter: nft_hash: support of symmetric hashLaura Garcia Liebana2017-03-061-1/+98
* | netfilter: nft_hash: rename nft_hash to nft_jhashLaura Garcia Liebana2017-03-061-18/+18
* | netfilter: nft_exthdr: Allow checking TCP option presence, tooPhil Sutter2017-03-061-3/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-043-85/+59
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-033-85/+59
| |\
| | * netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso2017-03-031-78/+55
| | * netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsPablo Neira Ayuso2017-03-031-5/+4