summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | netfilter: nft_hash: use set global element counter instead of private onePatrick McHardy2014-04-021-7/+2
| | * | | | netfilter: nf_tables: implement proper set selectionPatrick McHardy2014-04-023-18/+169
| | * | | | netfilter: nft_ct: split nft_ct_init() into two functions for get/setPatrick McHardy2014-04-021-53/+43
| | * | | | netfilter: nft_meta: split nft_meta_init() into two functions for get/setPatrick McHardy2014-04-021-35/+30
| | * | | | netfilter: nft_ct: add missing ifdef for NFT_MARK settingPatrick McHardy2014-04-021-0/+2
| * | | | | net: rename local_df to ignore_dfWANG Cong2014-05-121-10/+10
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-122-6/+8
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs2014-04-221-1/+2
| * | | | | netlink: simplify nfnetlink_bindRichard Guy Briggs2014-04-221-5/+2
* | | | | | Merge tag 'llvmlinux-for-v3.16' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds2014-06-081-5/+17
|\ \ \ \ \ \
| * | | | | | net: netfilter: LLVMLinux: vlais-netfilterMark Charlebois2014-06-071-5/+17
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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
| | |/ / /
* | | | | ipvs: Fix panic due to non-linear skbPeter Christensen2014-05-261-5/+10
|/ / / /
* | | | 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
OpenPOWER on IntegriCloud