Age | Commit message (Expand) | Author |
2014-04-22 | netlink: have netlink per-protocol bind function return an error code. | Richard Guy Briggs |
2014-04-22 | netlink: simplify nfnetlink_bind | Richard Guy Briggs |
2014-04-14 | netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4 | Patrick McHardy |
2014-04-14 | netfilter: nf_conntrack: initialize net.ct.generation | Andrey Vagin |
2014-04-08 | netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helper | Andrey Vagin |
2014-04-03 | netfilter: nf_tables: fix wrong format in request_module() | Pablo Neira Ayuso |
2014-04-03 | netfilter: nf_tables: set names cannot be larger than 15 bytes | Pablo Neira Ayuso |
2014-04-03 | netfilter: Add {ipt,ip6t}_osf aliases for xt_osf | Kirill Tkhai |
2014-04-03 | netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooks | Alexey Perevalov |
2014-04-03 | netfilter: connlimit: move lock array out of struct connlimit_data | Florian Westphal |
2014-04-03 | netfilter: connlimit: fix UP build | Florian Westphal |
2014-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-03-27 | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors | Zoltan Kiss |
2014-03-18 | netfilter: Add missing vmalloc.h include to nft_hash.c | David S. Miller |
2014-03-17 | netfilter: conntrack: Fix UP builds | Eric Dumazet |
2014-03-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller |
2014-03-17 | netfilter: connlimit: use rbtree for per-host conntrack obj storage | Florian Westphal |
2014-03-17 | netfilter: connlimit: make same_source_net signed | Florian Westphal |
2014-03-17 | netfilter: connlimit: use keyed locks | Florian Westphal |
2014-03-14 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman |
2014-03-13 | netfilter: Convert uses of __constant_<foo> to <foo> | Joe Perches |
2014-03-12 | netfilter: connlimit: use kmem_cache for conn objects | Florian Westphal |
2014-03-12 | netfilter: connlimit: move insertion of new element out of count function | Florian Westphal |
2014-03-12 | netfilter: connlimit: improve packet-to-closed-connection logic | Florian Westphal |
2014-03-12 | netfilter: connlimit: factor hlist search into new function | Florian Westphal |
2014-03-08 | netfilter: nft_nat: fix family validation | Patrick McHardy |
2014-03-08 | netfilter: nft_ct: remove family from struct nft_ct | Patrick McHardy |
2014-03-08 | netfilter: nf_tables: restore notifications for anonymous set destruction | Patrick McHardy |
2014-03-08 | netfilter: nf_tables: restore context for expression destructors | Patrick McHardy |
2014-03-08 | netfilter: nf_tables: clean up nf_tables_trans_add() argument order | Patrick McHardy |
2014-03-07 | netfilter: nft_hash: bug fixes and resizing | Patrick McHardy |
2014-03-07 | netfilter: conntrack: remove central spinlock nf_conntrack_lock | Jesper Dangaard Brouer |
2014-03-07 | netfilter: conntrack: seperate expect locking from nf_conntrack_lock | Jesper Dangaard Brouer |
2014-03-07 | netfilter: avoid race with exp->master ct | Jesper Dangaard Brouer |
2014-03-07 | netfilter: conntrack: spinlock per cpu to protect special lists. | Jesper Dangaard Brouer |
2014-03-07 | netfilter: trivial code cleanup and doc changes | Jesper Dangaard Brouer |
2014-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next | Pablo Neira Ayuso |
2014-03-07 | ipvs: Reduce checkpatch noise in ip_vs_lblc.c | Tingwei Liu |
2014-03-07 | sections, ipvs: Remove useless __read_mostly for ipvs genl_ops | Andi Kleen |
2014-03-06 | netfilter: ipset: add forceadd kernel support for hash set types | Josh Hunt |
2014-03-06 | netfilter: ipset: move registration message to init from net_init | Ilia Mirkin |
2014-03-06 | netfilter: ipset: add markmask for hash:ip,mark data type | Vytas Dauksa |
2014-03-06 | netfilter: ipset: add hash:ip,mark data type to ipset | Vytas Dauksa |
2014-03-06 | netfilter: ipset: Add hash: fix coccinelle warnings | Fengguang Wu |
2014-03-06 | netfilter: ipset: Follow manual page behavior for SET target on list:set | Sergey Popovich |
2014-02-27 | netfilter: nf_tables: add optional user data area to rules | Pablo Neira Ayuso |
2014-02-25 | netfilter: nfnetlink_log: remove unused code | Florian Westphal |
2014-02-25 | netfilter: nf_tables: accept QUEUE/DROP verdict parameters | Patrick McHardy |
2014-02-25 | netfilter: nf_tables: add nft_dereference() macro | Patrick McHardy |
2014-02-25 | netfilter: nfnetlink: add rcu_dereference_protected() helpers | Patrick McHardy |