aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-0/+365
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller10-154/+417
2014-01-09netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso1-1/+7
2014-01-09netfilter: introduce l2tp match extensionJames Chapman3-0/+365
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy1-2/+2
2014-01-09netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy1-1/+1
2014-01-09netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy1-1/+7
2014-01-09netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy1-13/+9
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2-8/+8
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2-8/+8
2014-01-09netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy1-4/+8
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy1-0/+1
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy1-21/+24
2014-01-09netfilter: nf_tables: fix check for table overflowPatrick McHardy1-3/+3
2014-01-09netfilter: nf_tables: restore chain change atomicityPatrick McHardy1-22/+21
2014-01-09netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy1-36/+20
2014-01-09netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso1-0/+3
2014-01-09netfilter: nft_ct: Add support to set the connmarkKristian Evensen1-30/+134
2014-01-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-10/+18
2014-01-07netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy1-3/+36
2014-01-07netfilter: nft_meta: add l4proto supportPatrick McHardy1-0/+4
2014-01-07netfilter: nf_tables: add nfproto support to meta expressionPatrick McHardy1-0/+4
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy3-0/+106
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy2-24/+33
2014-01-07netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy3-5/+5
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy1-5/+5
2014-01-07netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabledPablo Neira Ayuso1-1/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller1-55/+4
2014-01-06net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf1-55/+4
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-8/+33
2014-01-06netfilter: Fix build failure in nfnetlink_queue_core.c.David S. Miller1-0/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller9-227/+565
2014-01-06netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann1-3/+3
2014-01-06netfilter: nf_conntrack_dccp: use %s format string for bufferDaniel Borkmann1-2/+2
2014-01-06Revert "netfilter: avoid get_random_bytes calls"Pablo Neira Ayuso6-5/+13
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller19-72/+267
2014-01-04netfilter: nf_tables: dump sets in all existing familiesPablo Neira Ayuso1-9/+78
2014-01-03netfilter: x_tables: lightweight process control group matchingDaniel Borkmann3-0/+82
2014-01-03netfilter: xt_CT: fix error value in xt_ct_tg_check()Eric Leblond1-1/+3
2014-01-03netfilter: nf_conntrack: remove dead codestephen hemminger2-21/+0
2014-01-03netfilter: ipset: remove unused codestephen hemminger1-28/+0
2014-01-03netfilter: nf_nat: add full port randomization supportDaniel Borkmann2-6/+8
2014-01-03netfilter: nf_tables: remove unused variable in nf_tables_dump_set()Michal Nazarewicz1-3/+2
2014-01-03netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()Daniel Borkmann1-3/+6
2014-01-01netfilter: add help information to new nf_tables Kconfig optionsPablo Neira Ayuso1-0/+42
2013-12-30netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond3-0/+151
2013-12-29netfilter: select NFNETLINK when enabling NF_TABLESEric Leblond1-1/+1
2013-12-28netfilter: nf_tables: fix wrong datatype in nft_validate_data_load()Pablo Neira Ayuso1-1/+3
2013-12-28netfilter: nf_tables: remove nft_meta_targetPablo Neira Ayuso2-118/+0
2013-12-28netfilter: nf_tables: nft_meta module get/set opsArturo Borrero Gonzalez1-23/+123