summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* | netfilter: nf_tables: fix trace of matching non-terminal rulePablo Neira Ayuso2014-05-151-1/+3
* | netfilter: nf_tables: fix missing return trace at the end of non-base chainPablo Neira Ayuso2014-05-121-5/+3
* | netfilter: nf_tables: fix bogus rulenum after goto actionPablo Neira Ayuso2014-05-121-1/+1
* | netfilter: nf_tables: fix tracing of the goto actionPablo Neira Ayuso2014-05-121-1/+5
* | netfilter: nf_tables: fix goto actionPablo Neira Ayuso2014-05-121-18/+10
* | netfilter: nf_tables: reset rule number counter after jump and gotoPablo Neira Ayuso2014-05-101-1/+2
* | netfilter: nfnetlink: Fix use after free when it fails to process batchDenys Fedoryshchenko2014-05-041-4/+4
* | netfilter: ctnetlink: don't add null bindings if no nat requestedFlorian Westphal2014-04-291-0/+3
* | netfilter: Fix warning in nfnetlink_receive().David S. Miller2014-04-241-1/+0
* | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
|/
* netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2014-04-142-3/+2
* netfilter: nf_conntrack: initialize net.ct.generationAndrey Vagin2014-04-141-0/+1
* netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin2014-04-082-21/+2
* netfilter: nf_tables: fix wrong format in request_module()Pablo Neira Ayuso2014-04-031-2/+2
* netfilter: nf_tables: set names cannot be larger than 15 bytesPablo Neira Ayuso2014-04-031-1/+2
* netfilter: Add {ipt,ip6t}_osf aliases for xt_osfKirill Tkhai2014-04-031-0/+2
* netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooksAlexey Perevalov2014-04-031-1/+2
* netfilter: connlimit: move lock array out of struct connlimit_dataFlorian Westphal2014-04-031-9/+16
* netfilter: connlimit: fix UP buildFlorian Westphal2014-04-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-2/+7
|\
| * core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-271-2/+7
* | netfilter: Add missing vmalloc.h include to nft_hash.cDavid S. Miller2014-03-181-0/+1
* | netfilter: conntrack: Fix UP buildsEric Dumazet2014-03-171-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-03-1736-451/+1430
|\ \
| * | netfilter: connlimit: use rbtree for per-host conntrack obj storageFlorian Westphal2014-03-171-47/+177
| * | netfilter: connlimit: make same_source_net signedFlorian Westphal2014-03-171-4/+5
| * | netfilter: connlimit: use keyed locksFlorian Westphal2014-03-171-8/+18
| * | netfilter: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-132-4/+4
| * | netfilter: connlimit: use kmem_cache for conn objectsFlorian Westphal2014-03-121-5/+19
| * | netfilter: connlimit: move insertion of new element out of count functionFlorian Westphal2014-03-121-15/+23
| * | netfilter: connlimit: improve packet-to-closed-connection logicFlorian Westphal2014-03-121-15/+8
| * | netfilter: connlimit: factor hlist search into new functionFlorian Westphal2014-03-121-16/+33
| * | netfilter: nft_nat: fix family validationPatrick McHardy2014-03-081-12/+10
| * | netfilter: nft_ct: remove family from struct nft_ctPatrick McHardy2014-03-081-7/+2
| * | netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy2014-03-082-3/+2
| * | netfilter: nf_tables: restore context for expression destructorsPatrick McHardy2014-03-086-23/+27
| * | netfilter: nf_tables: clean up nf_tables_trans_add() argument orderPatrick McHardy2014-03-081-4/+4
| * | netfilter: nft_hash: bug fixes and resizingPatrick McHardy2014-03-071-46/+214
| * | netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer2014-03-073-66/+180
| * | netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer2014-03-076-69/+77
| * | netfilter: avoid race with exp->master ctJesper Dangaard Brouer2014-03-072-1/+15
| * | netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer2014-03-073-75/+158
| * | netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer2014-03-072-11/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2014-03-072-8/+7
| |\ \
| | * | ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu2014-03-071-7/+6
| | * | sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen2014-03-071-1/+1
| * | | netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-0612-10/+32
| * | | netfilter: ipset: move registration message to init from net_initIlia Mirkin2014-03-061-1/+1