summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-2/+7
|\
| * core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-271-2/+7
* | netfilter: Add missing vmalloc.h include to nft_hash.cDavid S. Miller2014-03-181-0/+1
* | netfilter: conntrack: Fix UP buildsEric Dumazet2014-03-171-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-03-1736-451/+1430
|\ \
| * | netfilter: connlimit: use rbtree for per-host conntrack obj storageFlorian Westphal2014-03-171-47/+177
| * | netfilter: connlimit: make same_source_net signedFlorian Westphal2014-03-171-4/+5
| * | netfilter: connlimit: use keyed locksFlorian Westphal2014-03-171-8/+18
| * | netfilter: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-132-4/+4
| * | netfilter: connlimit: use kmem_cache for conn objectsFlorian Westphal2014-03-121-5/+19
| * | netfilter: connlimit: move insertion of new element out of count functionFlorian Westphal2014-03-121-15/+23
| * | netfilter: connlimit: improve packet-to-closed-connection logicFlorian Westphal2014-03-121-15/+8
| * | netfilter: connlimit: factor hlist search into new functionFlorian Westphal2014-03-121-16/+33
| * | netfilter: nft_nat: fix family validationPatrick McHardy2014-03-081-12/+10
| * | netfilter: nft_ct: remove family from struct nft_ctPatrick McHardy2014-03-081-7/+2
| * | netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy2014-03-082-3/+2
| * | netfilter: nf_tables: restore context for expression destructorsPatrick McHardy2014-03-086-23/+27
| * | netfilter: nf_tables: clean up nf_tables_trans_add() argument orderPatrick McHardy2014-03-081-4/+4
| * | netfilter: nft_hash: bug fixes and resizingPatrick McHardy2014-03-071-46/+214
| * | netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer2014-03-073-66/+180
| * | netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer2014-03-076-69/+77
| * | netfilter: avoid race with exp->master ctJesper Dangaard Brouer2014-03-072-1/+15
| * | netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer2014-03-073-75/+158
| * | netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer2014-03-072-11/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso2014-03-072-8/+7
| |\ \
| | * | ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu2014-03-071-7/+6
| | * | sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen2014-03-071-1/+1
| * | | netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-0612-10/+32
| * | | netfilter: ipset: move registration message to init from net_initIlia Mirkin2014-03-061-1/+1
| * | | netfilter: ipset: add markmask for hash:ip,mark data typeVytas Dauksa2014-03-062-0/+40
| * | | netfilter: ipset: add hash:ip,mark data type to ipsetVytas Dauksa2014-03-063-0/+322
| * | | netfilter: ipset: Add hash: fix coccinelle warningsFengguang Wu2014-03-061-4/+4
| * | | netfilter: ipset: Follow manual page behavior for SET target on list:setSergey Popovich2014-03-061-2/+2
| |/ /
| * | netfilter: nf_tables: add optional user data area to rulesPablo Neira Ayuso2014-02-271-2/+15
| * | netfilter: nfnetlink_log: remove unused codeFlorian Westphal2014-02-251-8/+0
| * | netfilter: nf_tables: accept QUEUE/DROP verdict parametersPatrick McHardy2014-02-251-5/+10
| * | netfilter: nf_tables: add nft_dereference() macroPatrick McHardy2014-02-251-2/+1
| * | netfilter: nfnetlink: add rcu_dereference_protected() helpersPatrick McHardy2014-02-251-0/+8
| * | netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy2014-02-251-23/+23
| * | netfilter: nft_ct: labels get supportFlorian Westphal2014-02-192-3/+26
| * | netfilter: xt_ipcomp: Use ntohs to ease sparse warningPablo Neira Ayuso2014-02-191-1/+1
* | | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
| |/ |/|
* | netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso2014-02-182-42/+49
* | netfilter: nf_tables: check if payload length is a power of 2Nikolay Aleksandrov2014-02-171-1/+2
* | netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Paul Bolle2014-02-141-2/+2
* | netfilter: nft_reject_inet: fix unintended fall-through in switch-statatementPatrick McHardy2014-02-141-2/+2
|/
* net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria2014-02-091-0/+1
* netfilter: nf_tables: unininline nft_trace_packet()Patrick McHardy2014-02-071-3/+3
* netfilter: nf_tables: fix loop checking with end interval elementsPablo Neira Ayuso2014-02-071-0/+3
* netfilter: nft_rbtree: fix data handling of end interval elementsPablo Neira Ayuso2014-02-071-5/+11
OpenPOWER on IntegriCloud