All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] netfilter:ipset fixes: list:set and refcounting
@ 2011-03-25 10:42 Jozsef Kadlecsik
  2011-03-25 10:42 ` [PATCH 1/2] netfilter:ipset: list:set timeout variant fixes Jozsef Kadlecsik
  0 siblings, 1 reply; 7+ messages in thread
From: Jozsef Kadlecsik @ 2011-03-25 10:42 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Patrick McHardy, Jozsef Kadlecsik

Hi Patrick,

Please apply the next two patches for ipset:

- list:set timeout variant fixes
- References are protected by rwlock instead of mutex

Best regards,
Jozsef

Jozsef Kadlecsik (2):
  netfilter:ipset: list:set timeout variant fixes
  netfilter:ipset: References are protected by rwlock instead of mutex

 include/linux/netfilter/ipset/ip_set.h       |    2 +-
 include/linux/netfilter/ipset/ip_set_ahash.h |    3 +-
 net/netfilter/ipset/ip_set_bitmap_ip.c       |    3 +-
 net/netfilter/ipset/ip_set_bitmap_ipmac.c    |    3 +-
 net/netfilter/ipset/ip_set_bitmap_port.c     |    3 +-
 net/netfilter/ipset/ip_set_core.c            |  109 ++++++++++++++++----------
 net/netfilter/ipset/ip_set_list_set.c        |   53 ++++++-------
 7 files changed, 94 insertions(+), 82 deletions(-)


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

end of thread, other threads:[~2011-04-04 13:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25 10:42 [PATCH 0/2] netfilter:ipset fixes: list:set and refcounting Jozsef Kadlecsik
2011-03-25 10:42 ` [PATCH 1/2] netfilter:ipset: list:set timeout variant fixes Jozsef Kadlecsik
2011-03-25 10:42   ` [PATCH 2/2] netfilter:ipset: References are protected by rwlock instead of mutex Jozsef Kadlecsik
2011-03-28 12:35     ` Patrick McHardy
2011-03-28 13:33       ` Jozsef Kadlecsik
2011-04-04 13:20         ` Patrick McHardy
2011-03-28 12:25   ` [PATCH 1/2] netfilter:ipset: list:set timeout variant fixes Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.