summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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-0910-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/+9
| * 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/+21
| * netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy2014-01-091-36/+20
| * 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-061-55/+4
|\ \
| * | net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf2014-01-061-55/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-066-8/+33
|\ \ \
| * | | netfilter: nf_tables: fix wrong datatype in nft_validate_data_load()Pablo Neira Ayuso2013-12-281-1/+3
| * | | netfilter: nf_tables: fix oops when updating table with user chainsPablo Neira Ayuso2013-12-281-2/+10
| * | | netfilter: nf_tables: fix dumping with large number of setsPablo Neira Ayuso2013-12-281-3/+7
| * | | ipvs: correct usage/allocation of seqadj ext in ipvsJesper Dangaard Brouer2013-12-271-0/+6
| * | | netfilter: WARN about wrong usage of sequence number adjustmentsJesper Dangaard Brouer2013-12-271-0/+5
| * | | netfilter: nf_ct_timestamp: Fix BUG_ON after netns deletionHelmut Schaa2013-12-201-1/+0
| * | | netfilter: nft_exthdr: call ipv6_find_hdr() with explicitly initialized offsetDaniel Borkmann2013-12-201-1/+1
| * | | netfilter: nfnetlink_log: unset nf_loggers for netns when unloading moduleGao feng2013-12-171-0/+1
* | | | 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/+2
| * | | 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/+0