summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2531-504/+1622
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-163-2/+4
| |\
| | * netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen2014-01-151-0/+2
| | * netfilter: Add dependency on IPV6 for NF_TABLES_INETPaul Gortmaker2014-01-141-1/+1
| | * netfilter: nf_tables: fix missing byteorder conversion in policyPablo Neira Ayuso2014-01-101-1/+1
| * | net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-152-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-142-6/+28
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-103-0/+365
| |\ \ \ | | |_|/ | |/| |
| | * | netfilter: introduce l2tp match extensionJames Chapman2014-01-093-0/+365
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-1010-154/+417
| |\ \ \ | | |/ / | |/| |
| | * | netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso2014-01-091-1/+7
| | * | netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy2014-01-091-2/+2
| | * | netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy2014-01-091-1/+1
| | * | netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy2014-01-091-1/+7
| | * | netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy2014-01-091-13/+9Star
| | * | netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy2014-01-092-8/+8
| | * | netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy2014-01-092-8/+8
| | * | netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy2014-01-091-4/+8
| | * | netfilter: nf_tables: add missing module references to chain typesPatrick McHardy2014-01-091-0/+1
| | * | netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy2014-01-091-21/+24
| | * | netfilter: nf_tables: fix check for table overflowPatrick McHardy2014-01-091-3/+3
| | * | netfilter: nf_tables: restore chain change atomicityPatrick McHardy2014-01-091-22/+21Star
| | * | netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy2014-01-091-36/+20Star
| | * | netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso2014-01-091-0/+3
| | * | netfilter: nft_ct: Add support to set the connmarkKristian Evensen2014-01-091-30/+134
| | * | netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy2014-01-071-3/+36
| | * | netfilter: nft_meta: add l4proto supportPatrick McHardy2014-01-071-0/+4
| | * | netfilter: nf_tables: add nfproto support to meta expressionPatrick McHardy2014-01-071-0/+4
| | * | netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy2014-01-073-0/+106
| | * | netfilter: nf_tables: add support for multi family tablesPatrick McHardy2014-01-072-24/+33
| | * | netfilter: nf_tables: add hook ops to struct nft_pktinfoPatrick McHardy2014-01-073-5/+5
| | * | netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy2014-01-071-5/+5
| | * | netfilter: nft_reject: fix compilation warning if NF_TABLES_IPV6 is disabledPablo Neira Ayuso2014-01-071-1/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-087-10/+18
| |\ \ \ | | |/ / | |/| |
| | * | netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann2014-01-061-3/+3
| | * | netfilter: nf_conntrack_dccp: use %s format string for bufferDaniel Borkmann2014-01-061-2/+2
| | * | Revert "netfilter: avoid get_random_bytes calls"Pablo Neira Ayuso2014-01-066-5/+13
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-01-071-55/+4Star
| |\ \ \
| | * | | net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf2014-01-071-55/+4Star
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-066-8/+33
| |\ \ \ \
| * | | | | netfilter: Fix build failure in nfnetlink_queue_core.c.David S. Miller2014-01-061-0/+1
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-069-227/+565
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | netfilter: nf_tables: dump sets in all existing familiesPablo Neira Ayuso2014-01-041-9/+78
| | * | | | netfilter: nf_tables: remove unused variable in nf_tables_dump_set()Michal Nazarewicz2014-01-031-3/+2Star
| | * | | | netfilter: nf_tables: fix type in parsing in nf_tables_set_alloc_name()Daniel Borkmann2014-01-031-3/+6
| | * | | | netfilter: add help information to new nf_tables Kconfig optionsPablo Neira Ayuso2014-01-011-0/+42
| | * | | | netfilter: nft_reject: support for IPv6 and TCP resetEric Leblond2013-12-303-0/+151
| | * | | | netfilter: select NFNETLINK when enabling NF_TABLESEric Leblond2013-12-291-1/+1
| | * | | | netfilter: nf_tables: remove nft_meta_targetPablo Neira Ayuso2013-12-282-118/+0Star
| | * | | | netfilter: nf_tables: nft_meta module get/set opsArturo Borrero Gonzalez2013-12-281-23/+123