aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-13netfilter: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
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-25netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy1-23/+23
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-28/+0
2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration instead of opencodingCody P Schafer1-23/+4
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-28/+0
2014-01-03netfilter: ipset: remove unused codestephen hemminger1-28/+0
2013-12-19Merge branch 'master' into for-nextJiri Kosina19-1437/+2111
2013-12-02treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-11-25netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones1-1/+1
2013-10-27netfilter: ipset: remove duplicate defineMichael Opdenacker1-1/+0
2013-10-27netfilter:ipset: Fix memory allocation for bitmap:portJozsef Kadlecsik1-1/+1
2013-10-22netfilter: ipset: The unnamed union initialization may lead to compilation errorJozsef Kadlecsik2-24/+20
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik4-54/+58
2013-09-30netfilter: ipset: Add hash:net,port,net module to kernel.Oliver Smith3-0/+598
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov6-118/+212
2013-09-30netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik4-50/+12
2013-09-30netfilter: ipset: For set:list types, replaced elements must be zeroed outJozsef Kadlecsik1-1/+3
2013-09-30netfilter: ipset: Fix hash resizing with commentsJozsef Kadlecsik1-5/+5
2013-09-30netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith9-13/+30
2013-09-30netfilter: ipset: Support comments in the list-type ipset.Oliver Smith1-6/+12
2013-09-30netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith4-9/+17
2013-09-30netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith1-0/+14
2013-09-30netfilter: ipset: Add hash:net,net module to kernel.Oliver Smith4-9/+541
2013-09-30netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik1-1/+1
2013-09-30netfilter: ipset: list:set: make sure all elements are checked by the gcJozsef Kadlecsik1-2/+5
2013-09-30netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik3-38/+90
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik13-749/+105
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik13-278/+244
2013-09-30netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik6-35/+35
2013-09-30netfilter: ipset: Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik5-46/+48
2013-09-30netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik1-0/+17
2013-09-30netfilter: ipset: Support package fragments for IPv4 protos without portsAnders K. Pedersen1-1/+17
2013-09-30netfilter: ipset: Fix "may be used uninitialized" warningsJozsef Kadlecsik9-12/+12
2013-09-30netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik13-162/+166
2013-09-30netfilter: ipset: Fix sparse warnings due to missing rcu annotationsJozsef Kadlecsik1-32/+55
2013-09-30netfilter: ipset: Sparse warning about shadowed variable fixedJozsef Kadlecsik1-1/+1
2013-09-30netfilter: ipset: Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik3-3/+3
2013-09-16netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith1-12/+16
2013-09-16netfilter: ipset: Validate the set family and not the set type family at swappingJozsef Kadlecsik1-1/+1
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik5-10/+9
2013-09-16netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/protocolJozsef Kadlecsik1-2/+2
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2-3/+7
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik1-6/+67
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik8-19/+381