summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* netfilter: nf_tables: do not allow NFT_SET_ELEM_INTERVAL_END flag and dataPablo Neira Ayuso2014-02-071-0/+3
* netfilter: nf_tables: fix racy rule deletionPablo Neira Ayuso2014-02-061-17/+23
* netfilter: nf_tables: fix log/queue expressions for NFPROTO_INETPatrick McHardy2014-02-062-7/+2
* netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-063-0/+69
* 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