summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy2014-02-062-81/+9
* netfilter: nf_tables: add AF specific expression supportPatrick McHardy2014-02-061-6/+16
* netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy2014-02-061-0/+1
* netfilter: nf_tables: fix potential oops when dumping setsPatrick McHardy2014-02-061-3/+5
* netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Patrick McHardy2014-02-051-2/+2
* netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso2014-02-053-14/+32
* netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin2014-02-051-4/+17
* netfilter: nf_tables: fix oops when deleting a chain with referencesPatrick McHardy2014-02-051-1/+1
* netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero2014-02-051-2/+13
* ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek2014-02-041-4/+4
* 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-142-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-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
| |\ \ \ \