aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal6-75/+30
2017-04-15netfilter: ecache: Refine the nf_ct_deliver_cached_eventsGao Feng1-2/+2
2017-04-15netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setupGao Feng1-1/+1
2017-04-15Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2-7/+4
2017-04-15ipset: remove unused function __ip_set_get_netlinkAaron Conole1-8/+0
2017-04-14netfilter: nf_conntrack: remove double assignmentAaron Conole1-2/+1
2017-04-14netfilter: nf_tables: remove double return statementAaron Conole1-2/+0
2017-04-13netfilter: nft_hash: do not dump the auto generated seedLiping Zhang1-3/+7
2017-04-13netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.Taehee Yoo1-5/+2
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg2-2/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg14-62/+80
2017-04-13netlink: extended ACK reportingJohannes Berg2-11/+13
2017-04-08netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang2-5/+5
2017-04-08netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang1-0/+6
2017-04-08netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang2-1/+6
2017-04-08netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang1-5/+10
2017-04-08netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2-7/+20
2017-04-08netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang1-2/+2
2017-04-08netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet1-1/+5
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal11-13/+13
2017-04-07net: netfilter: Use list_{next/prev}_entry instead of list_entrysimran singhal1-1/+1
2017-04-07netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal6-15/+15
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal5-11/+10
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso10-27/+28
2017-04-06netfilter: ctnetlink: Expectations must have a conntrack helper areaGao Feng1-19/+8
2017-04-06netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2-15/+5
2017-04-06netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng4-36/+37
2017-04-06netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng3-24/+19
2017-04-06netfilter: expect: Make sure the max_expected limit is effectiveGao Feng3-0/+15
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso3-21/+22
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-112/+204
2017-03-30ipvs: remove unused variableArushi Singhal1-4/+1
2017-03-30netfilter: ipvs: Replace kzalloc with kcalloc.Varsha Rao1-2/+2
2017-03-30netfilter: ipvs: don't check for presence of nat extensionFlorian Westphal1-1/+1
2017-03-29netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang1-2/+7
2017-03-27netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang1-3/+10
2017-03-27netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang1-96/+81
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang4-1/+6
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-124/+133
2017-03-22netfilter: nfnl_cthelper: Fix memory leakJeffy Chen1-3/+9
2017-03-22netfilter: nfnl_cthelper: fix runtime expectation policy updatesPablo Neira Ayuso1-2/+84
2017-03-21netfilter: nfnl_cthelper: fix incorrect helper->expect_class_maxLiping Zhang1-9/+11
2017-03-20netfilter: fix the warning on unused refcount variableReshetova, Elena1-1/+0
2017-03-17netfilter: refcounter conversionsReshetova, Elena17-57/+61
2017-03-16ipvs: remove an annoying printk in netns initCong Wang1-2/+0
2017-03-15netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalidLiping Zhang1-1/+2
2017-03-13netfilter: nft_set_rbtree: use per-set rwlock to improve the scalabilityLiping Zhang1-15/+16
2017-03-13netfilter: limit: use per-rule spinlock to improve the scalabilityLiping Zhang2-10/+11
2017-03-13netfilter: nf_conntrack: reduce resolve_normal_ct argsFlorian Westphal1-31/+26
2017-03-13Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso1-4/+0