summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2014-05-15netfilter: nf_tables: fix trace of matching non-terminal rulePablo Neira Ayuso-1/+3
2014-05-12netfilter: nf_tables: fix missing return trace at the end of non-base chainPablo Neira Ayuso-5/+3
2014-05-12netfilter: nf_tables: fix bogus rulenum after goto actionPablo Neira Ayuso-1/+1
2014-05-12netfilter: nf_tables: fix tracing of the goto actionPablo Neira Ayuso-1/+5
2014-05-12netfilter: nf_tables: fix goto actionPablo Neira Ayuso-18/+10
2014-05-10netfilter: nf_tables: reset rule number counter after jump and gotoPablo Neira Ayuso-1/+2
2014-05-04netfilter: nfnetlink: Fix use after free when it fails to process batchDenys Fedoryshchenko-4/+4
2014-04-29netfilter: ctnetlink: don't add null bindings if no nat requestedFlorian Westphal-0/+3
2014-04-24netfilter: Fix warning in nfnetlink_receive().David S. Miller-1/+0
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-1/+1
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy-3/+2
2014-04-14netfilter: nf_conntrack: initialize net.ct.generationAndrey Vagin-0/+1
2014-04-08netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin-21/+2
2014-04-03netfilter: nf_tables: fix wrong format in request_module()Pablo Neira Ayuso-2/+2
2014-04-03netfilter: nf_tables: set names cannot be larger than 15 bytesPablo Neira Ayuso-1/+2
2014-04-03netfilter: Add {ipt,ip6t}_osf aliases for xt_osfKirill Tkhai-0/+2
2014-04-03netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooksAlexey Perevalov-1/+2
2014-04-03netfilter: connlimit: move lock array out of struct connlimit_dataFlorian Westphal-9/+16
2014-04-03netfilter: connlimit: fix UP buildFlorian Westphal-1/+1
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+7
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss-2/+7
2014-03-18netfilter: Add missing vmalloc.h include to nft_hash.cDavid S. Miller-0/+1
2014-03-17netfilter: conntrack: Fix UP buildsEric Dumazet-1/+1
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-451/+1430
2014-03-17netfilter: connlimit: use rbtree for per-host conntrack obj storageFlorian Westphal-47/+177
2014-03-17netfilter: connlimit: make same_source_net signedFlorian Westphal-4/+5
2014-03-17netfilter: connlimit: use keyed locksFlorian Westphal-8/+18
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman-2/+2
2014-03-13netfilter: Convert uses of __constant_<foo> to <foo>Joe Perches-4/+4
2014-03-12netfilter: connlimit: use kmem_cache for conn objectsFlorian Westphal-5/+19
2014-03-12netfilter: connlimit: move insertion of new element out of count functionFlorian Westphal-15/+23
2014-03-12netfilter: connlimit: improve packet-to-closed-connection logicFlorian Westphal-15/+8
2014-03-12netfilter: connlimit: factor hlist search into new functionFlorian Westphal-16/+33
2014-03-08netfilter: nft_nat: fix family validationPatrick McHardy-12/+10
2014-03-08netfilter: nft_ct: remove family from struct nft_ctPatrick McHardy-7/+2
2014-03-08netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy-3/+2
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy-23/+27
2014-03-08netfilter: nf_tables: clean up nf_tables_trans_add() argument orderPatrick McHardy-4/+4
2014-03-07netfilter: nft_hash: bug fixes and resizingPatrick McHardy-46/+214
2014-03-07netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer-66/+180
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer-69/+77
2014-03-07netfilter: avoid race with exp->master ctJesper Dangaard Brouer-1/+15
2014-03-07netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer-75/+158
2014-03-07netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer-11/+11
2014-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso-8/+7
2014-03-07ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu-7/+6
2014-03-07sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen-1/+1
2014-03-06netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt-10/+32