Age | Commit message (Expand) | Author | Files | Lines |
2014-04-04 | netfilter: nf_tables: fix wrong format in request_module() | Pablo Neira Ayuso | 1 | -2/+2 |
2014-04-04 | netfilter: nf_tables: set names cannot be larger than 15 bytes | Pablo Neira Ayuso | 1 | -1/+2 |
2014-04-04 | netfilter: Add {ipt,ip6t}_osf aliases for xt_osf | Kirill Tkhai | 1 | -0/+2 |
2014-04-04 | netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooks | Alexey Perevalov | 1 | -1/+2 |
2014-04-04 | netfilter: connlimit: move lock array out of struct connlimit_data | Florian Westphal | 1 | -9/+16 |
2014-04-04 | netfilter: connlimit: fix UP build | Florian Westphal | 1 | -1/+1 |
2014-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+7 |
2014-03-27 | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors | Zoltan Kiss | 1 | -2/+7 |
2014-03-19 | netfilter: Add missing vmalloc.h include to nft_hash.c | David S. Miller | 1 | -0/+1 |
2014-03-18 | netfilter: conntrack: Fix UP builds | Eric Dumazet | 1 | -1/+1 |
2014-03-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 36 | -451/+1430 |
2014-03-17 | netfilter: connlimit: use rbtree for per-host conntrack obj storage | Florian Westphal | 1 | -47/+177 |
2014-03-17 | netfilter: connlimit: make same_source_net signed | Florian Westphal | 1 | -4/+5 |
2014-03-17 | netfilter: connlimit: use keyed locks | Florian Westphal | 1 | -8/+18 |
2014-03-15 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -2/+2 |
2014-03-13 | netfilter: Convert uses of __constant_<foo> to <foo> | Joe Perches | 2 | -4/+4 |
2014-03-12 | netfilter: connlimit: use kmem_cache for conn objects | Florian Westphal | 1 | -5/+19 |
2014-03-12 | netfilter: connlimit: move insertion of new element out of count function | Florian Westphal | 1 | -15/+23 |
2014-03-12 | netfilter: connlimit: improve packet-to-closed-connection logic | Florian Westphal | 1 | -15/+8 |
2014-03-12 | netfilter: connlimit: factor hlist search into new function | Florian Westphal | 1 | -16/+33 |
2014-03-08 | netfilter: nft_nat: fix family validation | Patrick McHardy | 1 | -12/+10 |
2014-03-08 | netfilter: nft_ct: remove family from struct nft_ct | Patrick McHardy | 1 | -7/+2 |
2014-03-08 | netfilter: nf_tables: restore notifications for anonymous set destruction | Patrick McHardy | 2 | -3/+2 |
2014-03-08 | netfilter: nf_tables: restore context for expression destructors | Patrick McHardy | 6 | -23/+27 |
2014-03-08 | netfilter: nf_tables: clean up nf_tables_trans_add() argument order | Patrick McHardy | 1 | -4/+4 |
2014-03-07 | netfilter: nft_hash: bug fixes and resizing | Patrick McHardy | 1 | -46/+214 |
2014-03-07 | netfilter: conntrack: remove central spinlock nf_conntrack_lock | Jesper Dangaard Brouer | 3 | -66/+180 |
2014-03-07 | netfilter: conntrack: seperate expect locking from nf_conntrack_lock | Jesper Dangaard Brouer | 6 | -69/+77 |
2014-03-07 | netfilter: avoid race with exp->master ct | Jesper Dangaard Brouer | 2 | -1/+15 |
2014-03-07 | netfilter: conntrack: spinlock per cpu to protect special lists. | Jesper Dangaard Brouer | 3 | -75/+158 |
2014-03-07 | netfilter: trivial code cleanup and doc changes | Jesper Dangaard Brouer | 2 | -11/+11 |
2014-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next | Pablo Neira Ayuso | 2 | -8/+7 |
2014-03-07 | ipvs: Reduce checkpatch noise in ip_vs_lblc.c | Tingwei Liu | 1 | -7/+6 |
2014-03-07 | sections, ipvs: Remove useless __read_mostly for ipvs genl_ops | Andi Kleen | 1 | -1/+1 |
2014-03-06 | netfilter: ipset: add forceadd kernel support for hash set types | Josh Hunt | 12 | -10/+32 |
2014-03-06 | netfilter: ipset: move registration message to init from net_init | Ilia Mirkin | 1 | -1/+1 |
2014-03-06 | netfilter: ipset: add markmask for hash:ip,mark data type | Vytas Dauksa | 2 | -0/+40 |
2014-03-06 | netfilter: ipset: add hash:ip,mark data type to ipset | Vytas Dauksa | 3 | -0/+322 |
2014-03-06 | netfilter: ipset: Add hash: fix coccinelle warnings | Fengguang Wu | 1 | -4/+4 |
2014-03-06 | netfilter: ipset: Follow manual page behavior for SET target on list:set | Sergey Popovich | 1 | -2/+2 |
2014-02-27 | netfilter: nf_tables: add optional user data area to rules | Pablo Neira Ayuso | 1 | -2/+15 |
2014-02-25 | netfilter: nfnetlink_log: remove unused code | Florian Westphal | 1 | -8/+0 |
2014-02-25 | netfilter: nf_tables: accept QUEUE/DROP verdict parameters | Patrick McHardy | 1 | -5/+10 |
2014-02-25 | netfilter: nf_tables: add nft_dereference() macro | Patrick McHardy | 1 | -2/+1 |
2014-02-25 | netfilter: nfnetlink: add rcu_dereference_protected() helpers | Patrick McHardy | 1 | -0/+8 |
2014-02-25 | netfilter: ip_set: rename nfnl_dereference()/nfnl_set() | Patrick McHardy | 1 | -23/+23 |
2014-02-19 | netfilter: nft_ct: labels get support | Florian Westphal | 2 | -3/+26 |
2014-02-19 | netfilter: xt_ipcomp: Use ntohs to ease sparse warning | Pablo Neira Ayuso | 1 | -1/+1 |
2014-02-18 | netfilter: ctnetlink: force null nat binding on insert | Pablo Neira Ayuso | 2 | -42/+49 |
2014-02-17 | netfilter: nf_tables: check if payload length is a power of 2 | Nikolay Aleksandrov | 1 | -1/+2 |