aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-02-18netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso
2014-02-17netfilter: nf_tables: check if payload length is a power of 2Nikolay Aleksandrov
2014-02-14netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Paul Bolle
2014-02-14netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementPatrick McHardy
2014-02-09net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria
2014-02-07netfilter: nf_tables: unininline nft_trace_packet()Patrick McHardy
2014-02-07netfilter: nf_tables: fix loop checking with end interval elementsPablo Neira Ayuso
2014-02-07netfilter: nft_rbtree: fix data handling of end interval elementsPablo Neira Ayuso
2014-02-07netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataPablo Neira Ayuso
2014-02-06netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso
2014-02-06netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETPatrick McHardy
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy
2014-02-06netfilter: nf_tables: add AF specific expression supportPatrick McHardy
2014-02-06netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy
2014-02-06netfilter: nf_tables: fix potential oops when dumping setsPatrick McHardy
2014-02-05netfilter: nf_tables: fix overrun in nf_tables_set_alloc_name()Patrick McHardy
2014-02-05netfilter: nf_conntrack: don't release a conntrack with non-zero refcntPablo Neira Ayuso
2014-02-05netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_getAndrey Vagin
2014-02-05netfilter: nf_tables: fix oops when deleting a chain with referencesPatrick McHardy
2014-02-05netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero
2014-02-04ipvs: fix AF assignment in ip_vs_conn_new()Michal Kubecek
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-01-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-15netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-14netfilter: Add dependency on IPV6 for NF_TABLES_INETPaul Gortmaker
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-10netfilter: nf_tables: fix missing byteorder conversion in policyPablo Neira Ayuso
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-09netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso
2014-01-09netfilter: introduce l2tp match extensionJames Chapman
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy
2014-01-09netfilter: nf_tables: prohibit deletion of a table with existing setsPatrick McHardy
2014-01-09netfilter: nf_tables: take AF module reference when creating a tablePatrick McHardy
2014-01-09netfilter: nf_tables: perform flags validation before table allocationPatrick McHardy
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy
2014-01-09netfilter: nf_tables: replay request after dropping locks to load chain typePatrick McHardy
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy
2014-01-09netfilter: nf_tables: fix chain type module reference handlingPatrick McHardy
2014-01-09netfilter: nf_tables: fix check for table overflowPatrick McHardy
2014-01-09netfilter: nf_tables: restore chain change atomicityPatrick McHardy
2014-01-09netfilter: nf_tables: split chain policy validation from actually setting itPatrick McHardy
2014-01-09netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso
2014-01-09netfilter: nft_ct: Add support to set the connmarkKristian Evensen