netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ipset: rework extension handling to be more manageable.
@ 2013-09-01 19:58 Oliver
  2013-09-01 19:58 ` [PATCH v2 1/2] netfilter: ipset: rework hash ext. " Oliver
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Oliver @ 2013-09-01 19:58 UTC (permalink / raw)
  To: netfilter-devel

From: Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>

Earlier today I sent a patch that cleaned up the hash extension, not noticing
that the bitmap family is in a similar state.

This series cleans up the code for both the hash and bitmap families. Patch 1 is
identical to the one I sent earlier today but has a different commit message that
specifically mentions that it applies to the hash family.

Oliver Smith (2):
  netfilter: ipset: rework hash ext. handling to be more manageable.
  netfilter: ipset: rework bitmap ext. handling to be more manageable.

 kernel/include/uapi/linux/netfilter/ipset/ip_set.h |   8 +-
 kernel/net/netfilter/ipset/ip_set_bitmap_gen.h     |  55 ++++++++++
 kernel/net/netfilter/ipset/ip_set_bitmap_ip.c      |  68 ++----------
 kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c   |  63 ++---------
 kernel/net/netfilter/ipset/ip_set_bitmap_port.c    |  57 +---------
 kernel/net/netfilter/ipset/ip_set_hash_gen.h       | 121 ++++++++-------------
 6 files changed, 129 insertions(+), 243 deletions(-)

-- 
1.8.3.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-03 10:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-01 19:58 [PATCH v2 0/2] ipset: rework extension handling to be more manageable Oliver
2013-09-01 19:58 ` [PATCH v2 1/2] netfilter: ipset: rework hash ext. " Oliver
2013-09-01 19:58 ` [PATCH v2 2/2] netfilter: ipset: rework bitmap " Oliver
2013-09-02 20:04 ` [PATCH v2 0/2] ipset: rework extension " Jozsef Kadlecsik
2013-09-03 10:49   ` Oliver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).