netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ipset updates for nf-next
@ 2013-05-02  9:37 Jozsef Kadlecsik
  2013-05-02  9:37 ` [PATCH 1/6] netfilter: ipset: Don't call ip_nest_end needlessly in the error path Jozsef Kadlecsik
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Jozsef Kadlecsik @ 2013-05-02  9:37 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Pablo Neira Ayuso

Hi Pablo,

Here follows the ipset related updates for nf-next: sparse warning fixes,
cleanups and small corrections. Please consider applying them.

Best regards,
Jozsef

The following changes since commit eee1d5a14780b9391ec51f3feaf4cffb521ddbb1:
  Simon Horman (1):
        sctp: Correct type and usage of sctp_end_cksum()

are available in the git repository at:

  git://blackhole.kfki.hu/nf-next master

Jozsef Kadlecsik (6):
      netfilter: ipset: Don't call ip_nest_end needlessly in the error path
      netfilter: ipset: Sparse warning about shadowed variable fixed
      netfilter: ipset: Fix sparse warnings due to missing rcu annotations
      netfilter: ipset: Rename simple macro names to avoid namespace issues.
      netfilter: ipset: Fix "may be used uninitialized" warnings
      netfilter: ipset: Use fix sized type for timeout in the extension part

 include/linux/netfilter/ipset/ip_set.h      |    5 +-
 net/netfilter/ipset/ip_set_bitmap_gen.h     |   49 +++---
 net/netfilter/ipset/ip_set_bitmap_ip.c      |   14 +-
 net/netfilter/ipset/ip_set_bitmap_ipmac.c   |   14 +-
 net/netfilter/ipset/ip_set_bitmap_port.c    |   10 +-
 net/netfilter/ipset/ip_set_hash_gen.h       |  234 +++++++++++++++------------
 net/netfilter/ipset/ip_set_hash_ip.c        |   12 +-
 net/netfilter/ipset/ip_set_hash_ipport.c    |   14 +-
 net/netfilter/ipset/ip_set_hash_ipportip.c  |   14 +-
 net/netfilter/ipset/ip_set_hash_ipportnet.c |   22 ++--
 net/netfilter/ipset/ip_set_hash_net.c       |   16 +-
 net/netfilter/ipset/ip_set_hash_netiface.c  |   16 +-
 net/netfilter/ipset/ip_set_hash_netport.c   |   18 +-
 net/netfilter/ipset/ip_set_list_set.c       |   12 +-
 14 files changed, 240 insertions(+), 210 deletions(-)

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

end of thread, other threads:[~2013-05-02 10:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02  9:37 [PATCH 0/6] ipset updates for nf-next Jozsef Kadlecsik
2013-05-02  9:37 ` [PATCH 1/6] netfilter: ipset: Don't call ip_nest_end needlessly in the error path Jozsef Kadlecsik
2013-05-02  9:37 ` [PATCH 2/6] netfilter: ipset: Sparse warning about shadowed variable fixed Jozsef Kadlecsik
2013-05-02  9:37 ` [PATCH 3/6] netfilter: ipset: Fix sparse warnings due to missing rcu annotations Jozsef Kadlecsik
2013-05-02 10:08   ` Pablo Neira Ayuso
2013-05-02  9:37 ` [PATCH 4/6] netfilter: ipset: Rename simple macro names to avoid namespace issues Jozsef Kadlecsik
2013-05-02  9:37 ` [PATCH 5/6] netfilter: ipset: Fix "may be used uninitialized" warnings Jozsef Kadlecsik
2013-05-02 10:09   ` Pablo Neira Ayuso
2013-05-02  9:37 ` [PATCH 6/6] netfilter: ipset: Use fix sized type for timeout in the extension part Jozsef Kadlecsik
2013-05-02 10:07 ` [PATCH 0/6] ipset updates for nf-next Pablo Neira Ayuso
2013-05-02 10:14   ` Jozsef Kadlecsik
2013-05-02 10:29     ` Pablo Neira Ayuso

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).