aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)AuthorFilesLines
2014-02-18netfilter: ctnetlink: force null nat binding on insertGravatar Pablo Neira Ayuso 2-42/+49
2014-02-17netfilter: nf_tables: check if payload length is a power of 2Gravatar Nikolay Aleksandrov 1-1/+2
2014-02-14netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Gravatar Paul Bolle 1-2/+2
2014-02-14netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementGravatar Patrick McHardy 1-2/+2
2014-02-09net: Include appropriate header file in netfilter/nft_lookup.cGravatar Rashika Kheria 1-0/+1
2014-02-07netfilter: nf_tables: unininline nft_trace_packet()Gravatar Patrick McHardy 1-3/+3
2014-02-07netfilter: nf_tables: fix loop checking with end interval elementsGravatar Pablo Neira Ayuso 1-0/+3
2014-02-07netfilter: nft_rbtree: fix data handling of end interval elementsGravatar Pablo Neira Ayuso 1-5/+11
2014-02-07netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataGravatar Pablo Neira Ayuso 1-0/+3
2014-02-06netfilter: nf_tables: fix racy rule deletionGravatar Pablo Neira Ayuso 1-17/+23
2014-02-06netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETGravatar Patrick McHardy 2-7/+2
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETGravatar Patrick McHardy 3-0/+69
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsGravatar Patrick McHardy 2-81/+9
2014-02-06netfilter: nf_tables: add AF specific expression supportGravatar Patrick McHardy 1-6/+16
2014-02-06netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksGravatar Patrick McHardy 1-0/+1
2014-02-06netfilter: nf_tables: fix potential oops when dumping setsGravatar Patrick McHardy 1-3/+5
2014-02-05netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Gravatar Patrick McHardy 1-2/+2
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntGravatar Pablo Neira Ayuso 3-14/+32
2014-02-05netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getGravatar Andrey Vagin 1-4/+17
2014-02-05netfilter: nf_tables: fix oops when deleting a chain with referencesGravatar Patrick McHardy 1-1/+1
2014-02-05netfilter: nft_ct: fix unconditional dump of 'dir' attrGravatar Arturo Borrero 1-2/+13
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Gravatar Michal Kubecek 1-4/+4
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 31-504/+1622
2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Gravatar Cody P Schafer 1-23/+4
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-01-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...Gravatar David S. Miller 3-2/+4
2014-01-15netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setGravatar Kristian Evensen 1-0/+2
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomGravatar Aruna-Hewapathirane 2-2/+2
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-6/+28
2014-01-14netfilter: Add dependency on IPV6 for NF_TABLES_INETGravatar Paul Gortmaker 1-1/+1
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...Gravatar David S. Miller 3-0/+365
2014-01-10netfilter: nf_tables: fix missing byteorder conversion in policyGravatar Pablo Neira Ayuso 1-1/+1
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...Gravatar David S. Miller 10-154/+417
2014-01-09netfilter: nf_tables: fix error path in the init functionsGravatar Pablo Neira Ayuso 1-1/+7
2014-01-09netfilter: introduce l2tp match extensionGravatar James Chapman 3-0/+365
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Gravatar Patrick McHardy 1-2/+2
2014-01-09netfilter: nf_tables: prohibit deletion of a table with existing setsGravatar Patrick McHardy 1-1/+1
2014-01-09netfilter: nf_tables: take AF module reference when creating a tableGravatar Patrick McHardy 1-1/+7
2014-01-09netfilter: nf_tables: perform flags validation before table allocationGravatar Patrick McHardy 1-13/+9
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsGravatar Patrick McHardy 2-8/+8
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersGravatar Patrick McHardy 2-8/+8
2014-01-09netfilter: nf_tables: replay request after dropping locks to load chain typeGravatar Patrick McHardy 1-4/+8
2014-01-09netfilter: nf_tables: add missing module references to chain typesGravatar Patrick McHardy 1-0/+1
2014-01-09netfilter: nf_tables: fix chain type module reference handlingGravatar Patrick McHardy 1-21/+24
2014-01-09netfilter: nf_tables: fix check for table overflowGravatar Patrick McHardy 1-3/+3
2014-01-09netfilter: nf_tables: restore chain change atomicityGravatar Patrick McHardy 1-22/+21
2014-01-09netfilter: nf_tables: split chain policy validation from actually setting itGravatar Patrick McHardy 1-36/+20
2014-01-09netfilter: nft_meta: fix lack of validation of the input registerGravatar Pablo Neira Ayuso 1-0/+3
2014-01-09netfilter: nft_ct: Add support to set the connmarkGravatar Kristian Evensen 1-30/+134
2014-01-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...Gravatar David S. Miller 7-10/+18