aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss1-2/+7
2014-03-18netfilter: Add missing vmalloc.h include to nft_hash.cDavid S. Miller1-0/+1
2014-03-17netfilter: conntrack: Fix UP buildsEric Dumazet1-1/+1
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller36-451/+1430
2014-03-17netfilter: connlimit: use rbtree for per-host conntrack obj storageFlorian Westphal1-47/+177
2014-03-17netfilter: connlimit: make same_source_net signedFlorian Westphal1-4/+5
2014-03-17netfilter: connlimit: use keyed locksFlorian Westphal1-8/+18
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-13netfilter: Convert uses of __constant_<foo> to <foo>Joe Perches2-4/+4
2014-03-12netfilter: connlimit: use kmem_cache for conn objectsFlorian Westphal1-5/+19
2014-03-12netfilter: connlimit: move insertion of new element out of count functionFlorian Westphal1-15/+23
2014-03-12netfilter: connlimit: improve packet-to-closed-connection logicFlorian Westphal1-15/+8
2014-03-12netfilter: connlimit: factor hlist search into new functionFlorian Westphal1-16/+33
2014-03-08netfilter: nft_nat: fix family validationPatrick McHardy1-12/+10
2014-03-08netfilter: nft_ct: remove family from struct nft_ctPatrick McHardy1-7/+2
2014-03-08netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy2-3/+2
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy6-23/+27
2014-03-08netfilter: nf_tables: clean up nf_tables_trans_add() argument orderPatrick McHardy1-4/+4
2014-03-07netfilter: nft_hash: bug fixes and resizingPatrick McHardy1-46/+214
2014-03-07netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer3-66/+180
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer6-69/+77
2014-03-07netfilter: avoid race with exp->master ctJesper Dangaard Brouer2-1/+15
2014-03-07netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer3-75/+158
2014-03-07netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer2-11/+11
2014-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2-8/+7
2014-03-07ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu1-7/+6
2014-03-07sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen1-1/+1
2014-03-06netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt12-10/+32
2014-03-06netfilter: ipset: move registration message to init from net_initIlia Mirkin1-1/+1
2014-03-06netfilter: ipset: add markmask for hash:ip,mark data typeVytas Dauksa2-0/+40
2014-03-06netfilter: ipset: add hash:ip,mark data type to ipsetVytas Dauksa3-0/+322
2014-03-06netfilter: ipset: Add hash: fix coccinelle warningsFengguang Wu1-4/+4
2014-03-06netfilter: ipset: Follow manual page behavior for SET target on list:setSergey Popovich1-2/+2
2014-02-27netfilter: nf_tables: add optional user data area to rulesPablo Neira Ayuso1-2/+15
2014-02-25netfilter: nfnetlink_log: remove unused codeFlorian Westphal1-8/+0
2014-02-25netfilter: nf_tables: accept QUEUE/DROP verdict parametersPatrick McHardy1-5/+10
2014-02-25netfilter: nf_tables: add nft_dereference() macroPatrick McHardy1-2/+1
2014-02-25netfilter: nfnetlink: add rcu_dereference_protected() helpersPatrick McHardy1-0/+8
2014-02-25netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy1-23/+23
2014-02-19netfilter: nft_ct: labels get supportFlorian Westphal2-3/+26
2014-02-19netfilter: xt_ipcomp: Use ntohs to ease sparse warningPablo Neira Ayuso1-1/+1
2014-02-18netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso2-42/+49
2014-02-17netfilter: nf_tables: check if payload length is a power of 2Nikolay Aleksandrov1-1/+2
2014-02-14netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Paul Bolle1-2/+2
2014-02-14netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementPatrick McHardy1-2/+2
2014-02-09net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria1-0/+1
2014-02-07netfilter: nf_tables: unininline nft_trace_packet()Patrick McHardy1-3/+3
2014-02-07netfilter: nf_tables: fix loop checking with end interval elementsPablo Neira Ayuso1-0/+3
2014-02-07netfilter: nft_rbtree: fix data handling of end interval elementsPablo Neira Ayuso1-5/+11