Age | Commit message (Expand) | Author |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-01-23 | net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in... | Cody P Schafer |
2014-01-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2014-01-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller |
2014-01-15 | netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not set | Kristian Evensen |
2014-01-14 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane |
2014-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-01-14 | netfilter: Add dependency on IPV6 for NF_TABLES_INET | Paul Gortmaker |
2014-01-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller |
2014-01-10 | netfilter: nf_tables: fix missing byteorder conversion in policy | Pablo Neira Ayuso |
2014-01-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller |
2014-01-09 | netfilter: nf_tables: fix error path in the init functions | Pablo Neira Ayuso |
2014-01-09 | netfilter: introduce l2tp match extension | James Chapman |
2014-01-09 | netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain() | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: prohibit deletion of a table with existing sets | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: take AF module reference when creating a table | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: perform flags validation before table allocation | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: minor nf_chain_type cleanups | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: constify chain type definitions and pointers | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: replay request after dropping locks to load chain type | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: add missing module references to chain types | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: fix chain type module reference handling | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: fix check for table overflow | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: restore chain change atomicity | Patrick McHardy |
2014-01-09 | netfilter: nf_tables: split chain policy validation from actually setting it | Patrick McHardy |
2014-01-09 | netfilter: nft_meta: fix lack of validation of the input register | Pablo Neira Ayuso |
2014-01-09 | netfilter: nft_ct: Add support to set the connmark | Kristian Evensen |
2014-01-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller |
2014-01-07 | netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INET | Patrick McHardy |
2014-01-07 | netfilter: nft_meta: add l4proto support | Patrick McHardy |
2014-01-07 | netfilter: nf_tables: add nfproto support to meta expression | Patrick McHardy |
2014-01-07 | netfilter: nf_tables: add "inet" table for IPv4/IPv6 | Patrick McHardy |
2014-01-07 | netfilter: nf_tables: add support for multi family tables | Patrick McHardy |
2014-01-07 | netfilter: nf_tables: add hook ops to struct nft_pktinfo | Patrick McHardy |
2014-01-07 | netfilter: nf_tables: make chain types override the default AF functions | Patrick McHardy |
2014-01-07 | netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabled | Pablo Neira Ayuso |
2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/... | David S. Miller |
2014-01-06 | net: Export skb_zerocopy() to zerocopy from one skb to another | Thomas Graf |
2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-01-06 | netfilter: Fix build failure in nfnetlink_queue_core.c. | David S. Miller |
2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller |
2014-01-06 | netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages | Daniel Borkmann |
2014-01-06 | netfilter: only warn once on wrong seqadj usage | Jesper Dangaard Brouer |
2014-01-06 | netfilter: nf_conntrack_dccp: use %s format string for buffer | Daniel Borkmann |
2014-01-06 | netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helper | Daniel Borkmann |
2014-01-06 | Revert "netfilter: avoid get_random_bytes calls" | Pablo Neira Ayuso |
2014-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2014-01-04 | netfilter: nf_tables: dump sets in all existing families | Pablo Neira Ayuso |
2014-01-03 | netfilter: x_tables: lightweight process control group matching | Daniel Borkmann |
2014-01-03 | netfilter: xt_CT: fix error value in xt_ct_tg_check() | Eric Leblond |