summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-504/+1622
2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer-23/+4
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-01-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-2/+4
2014-01-15netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen-0/+2
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane-2/+2
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+28
2014-01-14netfilter: Add dependency on IPV6 for NF_TABLES_INETPaul Gortmaker-1/+1
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-0/+365
2014-01-10netfilter: nf_tables: fix missing byteorder conversion in policyPablo Neira Ayuso-1/+1
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-154/+417
2014-01-09netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso-1/+7
2014-01-09netfilter: introduce l2tp match extensionJames Chapman-0/+365
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy-2/+2
2014-01-09netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy-1/+1
2014-01-09netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy-1/+7
2014-01-09netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy-13/+9
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy-8/+8
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy-8/+8
2014-01-09netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy-4/+8
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy-0/+1
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy-21/+24
2014-01-09netfilter: nf_tables: fix check for table overflowPatrick McHardy-3/+3
2014-01-09netfilter: nf_tables: restore chain change atomicityPatrick McHardy-22/+21
2014-01-09netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy-36/+20
2014-01-09netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso-0/+3
2014-01-09netfilter: nft_ct: Add support to set the connmarkKristian Evensen-30/+134
2014-01-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-10/+18
2014-01-07netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy-3/+36
2014-01-07netfilter: nft_meta: add l4proto supportPatrick McHardy-0/+4
2014-01-07netfilter: nf_tables: add nfproto support to meta expressionPatrick McHardy-0/+4
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy-0/+106
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy-24/+33
2014-01-07netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy-5/+5
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy-5/+5
2014-01-07netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabledPablo Neira Ayuso-1/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller-55/+4
2014-01-06net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf-55/+4
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+33
2014-01-06netfilter: Fix build failure in nfnetlink_queue_core.c.David S. Miller-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-227/+565
2014-01-06netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann-3/+3
2014-01-06netfilter: only warn once on wrong seqadj usageJesper Dangaard Brouer-1/+1
2014-01-06netfilter: nf_conntrack_dccp: use %s format string for bufferDaniel Borkmann-2/+2
2014-01-06netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helperDaniel Borkmann-5/+27
2014-01-06Revert "netfilter: avoid get_random_bytes calls"Pablo Neira Ayuso-5/+13
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-72/+267
2014-01-04netfilter: nf_tables: dump sets in all existing familiesPablo Neira Ayuso-9/+78
2014-01-03netfilter: x_tables: lightweight process control group matchingDaniel Borkmann-0/+82
2014-01-03netfilter: xt_CT: fix error value in xt_ct_tg_check()Eric Leblond-1/+3