summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov2014-09-1511-25/+130
* netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov2014-09-154-6/+31
* netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-151-1/+26
* netfilter: ipset: Fix static checker warning in ip_set_core.cJozsef Kadlecsik2014-09-151-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-1010-28/+33
|\
| * netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-241-1/+3
| * netfilter: ipset: Resolve missing-field-initializer warningsMark Rustad2014-08-246-18/+18
| * netfilter: ipset: netnet,netportnet: Fix value range support for IPv4Sergey Popovich2014-08-242-8/+11
| * netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validationVytas Dauksa2014-08-241-1/+1
* | netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-102-18/+17
|/
* net: use the new API kvfree()WANG Cong2014-06-051-4/+1
* netfilter: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-131-2/+2
* 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: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy2014-02-251-23/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-28/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-051-28/+0
| |\
| | * netfilter: ipset: remove unused codestephen hemminger2014-01-031-28/+0
* | | net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer2014-01-231-23/+4
* | | Merge branch 'master' into for-nextJiri Kosina2013-12-1919-1437/+2111
|\| |
| * | netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones2013-11-251-1/+1
| |/
| * netfilter: ipset: remove duplicate defineMichael Opdenacker2013-10-271-1/+0
| * netfilter:ipset: Fix memory allocation for bitmap:portJozsef Kadlecsik2013-10-271-1/+1
| * netfilter: ipset: The unnamed union initialization may lead to compilation errorJozsef Kadlecsik2013-10-222-24/+20
| * netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik2013-10-224-54/+58
| * netfilter: ipset: Add hash:net,port,net module to kernel.Oliver Smith2013-09-303-0/+598
| * netfiler: ipset: Add net namespace for ipsetVitaly Lavrov2013-09-306-118/+212
| * netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik2013-09-304-50/+12
| * netfilter: ipset: For set:list types, replaced elements must be zeroed outJozsef Kadlecsik2013-09-301-1/+3
| * netfilter: ipset: Fix hash resizing with commentsJozsef Kadlecsik2013-09-301-5/+5
| * netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith2013-09-309-13/+30
| * netfilter: ipset: Support comments in the list-type ipset.Oliver Smith2013-09-301-6/+12
| * netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith2013-09-304-9/+17
| * netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2013-09-301-0/+14
| * netfilter: ipset: Add hash:net,net module to kernel.Oliver Smith2013-09-304-9/+541
| * netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik2013-09-301-1/+1
| * netfilter: ipset: list:set: make sure all elements are checked by the gcJozsef Kadlecsik2013-09-301-2/+5
| * netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-303-38/+90
| * netfilter: ipset: Generalize extensions supportJozsef Kadlecsik2013-09-3013-749/+105
| * netfilter: ipset: Move extension data to set structureJozsef Kadlecsik2013-09-3013-278/+244
| * netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-306-35/+35
| * netfilter: ipset: Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-305-46/+48
| * netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik2013-09-301-0/+17
| * netfilter: ipset: Support package fragments for IPv4 protos without portsAnders K. Pedersen2013-09-301-1/+17
| * netfilter: ipset: Fix "may be used uninitialized" warningsJozsef Kadlecsik2013-09-309-12/+12
| * netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-09-3013-162/+166