All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ipset patches against nf-next
@ 2011-07-11  9:52 Jozsef Kadlecsik
  2011-07-11  9:52 ` [PATCH 1/3] netfilter: ipset: Make possible to hash some part of the data element only Jozsef Kadlecsik
  0 siblings, 1 reply; 7+ messages in thread
From: Jozsef Kadlecsik @ 2011-07-11  9:52 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Patrick McHardy, Pablo Neira Ayuso, Jozsef Kadlecsik

Hi Patrick,

Here follows three patches against nf-next: the second one is an important
fix against the new hash:net,iface set type and depends on the first one.
The third is a compiler warning fix for some gcc versions.

Please consider applying them. Thanks!

Best regards,
Jozsef

Chris Friesen (1):
  netfilter: ipset: Fix compiler warnings "'hash_ip4_data_next'
    declared inline after being called"

Jozsef Kadlecsik (2):
  netfilter: ipset: Make possible to hash some part of the data element
    only
  netfilter: ipset: hash:net,iface fixed to handle overlapping nets
    behind different interfaces

 include/linux/netfilter/ipset/ip_set_ahash.h |  108 +++++++++++++++++---------
 net/netfilter/ipset/ip_set_hash_ip.c         |    6 +-
 net/netfilter/ipset/ip_set_hash_ipport.c     |    6 +-
 net/netfilter/ipset/ip_set_hash_ipportip.c   |    6 +-
 net/netfilter/ipset/ip_set_hash_ipportnet.c  |    6 +-
 net/netfilter/ipset/ip_set_hash_net.c        |    6 +-
 net/netfilter/ipset/ip_set_hash_netiface.c   |   40 ++++++++--
 net/netfilter/ipset/ip_set_hash_netport.c    |    6 +-
 8 files changed, 128 insertions(+), 56 deletions(-)


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

end of thread, other threads:[~2011-07-11 16:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-11  9:52 [PATCH 0/3] ipset patches against nf-next Jozsef Kadlecsik
2011-07-11  9:52 ` [PATCH 1/3] netfilter: ipset: Make possible to hash some part of the data element only Jozsef Kadlecsik
2011-07-11  9:52   ` [PATCH 2/3] netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfaces Jozsef Kadlecsik
2011-07-11  9:52     ` [PATCH 3/3] netfilter: ipset: Fix compiler warnings "'hash_ip4_data_next' declared inline after being called" Jozsef Kadlecsik
2011-07-11 16:51       ` Patrick McHardy
2011-07-11 16:49     ` [PATCH 2/3] netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfaces Patrick McHardy
2011-07-11 16:48   ` [PATCH 1/3] netfilter: ipset: Make possible to hash some part of the data element only 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.