All of lore.kernel.org
 help / color / mirror / Atom feed
* ipset: use NFPROTO_ (v2)
@ 2011-08-31 12:43 Jan Engelhardt
  2011-08-31 12:43 ` [PATCH 1/3] ipset: use NFPROTO_ constants Jan Engelhardt
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jan Engelhardt @ 2011-08-31 12:43 UTC (permalink / raw)
  To: kadlec; +Cc: netfilter-devel


The following changes since commit cdb6bb6cf01909e84bae99af0d83946884f24611:

  ipset 6.8 released (2011-07-11 11:10:47 +0200)

are available in the git repository at:
  git://dev.medozas.de/ipset master

Jan Engelhardt (3):
      ipset: use NFPROTO_ constants
      build: abort autogen on subcommand failure
      build: move ipset_errcode into library

 autogen.sh                                         |    2 +-
 include/libipset/nfproto.h                         |   19 +++++++
 include/libipset/types.h                           |   15 +++--
 kernel/include/linux/netfilter/ipset/ip_set.h      |    5 ++-
 kernel/net/netfilter/ipset/ip_set_bitmap_ip.c      |    4 +-
 kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c   |    4 +-
 kernel/net/netfilter/ipset/ip_set_bitmap_port.c    |    4 +-
 kernel/net/netfilter/ipset/ip_set_core.c           |   16 +++---
 kernel/net/netfilter/ipset/ip_set_getport.c        |    4 +-
 kernel/net/netfilter/ipset/ip_set_hash_ip.c        |   18 +++---
 kernel/net/netfilter/ipset/ip_set_hash_ipport.c    |   10 ++--
 kernel/net/netfilter/ipset/ip_set_hash_ipportip.c  |   10 ++--
 kernel/net/netfilter/ipset/ip_set_hash_ipportnet.c |   12 ++--
 kernel/net/netfilter/ipset/ip_set_hash_net.c       |   12 ++--
 kernel/net/netfilter/ipset/ip_set_hash_netiface.c  |   12 ++--
 kernel/net/netfilter/ipset/ip_set_hash_netport.c   |   12 ++--
 kernel/net/netfilter/ipset/ip_set_list_set.c       |    2 +-
 lib/Makefile.am                                    |    1 +
 lib/data.c                                         |   21 ++++----
 lib/debug.c                                        |    4 +-
 {src => lib}/errcode.c                             |    0
 lib/parse.c                                        |   52 ++++++++++----------
 lib/print.c                                        |   20 ++++----
 lib/session.c                                      |   34 ++++++------
 lib/types.c                                        |   29 ++++++-----
 src/Makefile.am                                    |    1 -
 src/ipset.c                                        |   10 ++--
 src/ipset_bitmap_ip.c                              |    2 +-
 src/ipset_bitmap_ipmac.c                           |    2 +-
 src/ipset_bitmap_port.c                            |    2 +-
 src/ipset_hash_ip.c                                |    2 +-
 src/ipset_hash_ipport.c                            |    2 +-
 src/ipset_hash_ipportip.c                          |    2 +-
 src/ipset_hash_ipportnet.c                         |    4 +-
 src/ipset_hash_net.c                               |    4 +-
 src/ipset_hash_netiface.c                          |    2 +-
 src/ipset_hash_netport.c                           |    4 +-
 src/ipset_list_set.c                               |    2 +-
 38 files changed, 194 insertions(+), 167 deletions(-)
 create mode 100644 include/libipset/nfproto.h
 rename {src => lib}/errcode.c (100%)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* ipset 6.8 patches
@ 2011-08-28 17:32 Jan Engelhardt
  2011-08-28 17:32 ` [PATCH 2/3] build: abort autogen on subcommand failure Jan Engelhardt
  0 siblings, 1 reply; 8+ messages in thread
From: Jan Engelhardt @ 2011-08-28 17:32 UTC (permalink / raw)
  To: kadlec; +Cc: netfilter-devel


The following changes since commit cdb6bb6cf01909e84bae99af0d83946884f24611:

  ipset 6.8 released (2011-07-11 11:10:47 +0200)

are available in the git repository at:
  git://dev.medozas.de/ipset master

Jan Engelhardt (3):
      ipset: use NFPROTO_ constants
      build: abort autogen on subcommand failure
      build: move ipset_errcode into library

 autogen.sh                                         |    2 +-
 include/libipset/nfproto.h                         |   19 +++++++
 include/libipset/types.h                           |   15 +++--
 kernel/include/linux/netfilter/ipset/ip_set.h      |    5 ++-
 kernel/net/netfilter/ipset/ip_set_bitmap_ip.c      |    4 +-
 kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c   |    4 +-
 kernel/net/netfilter/ipset/ip_set_bitmap_port.c    |    4 +-
 kernel/net/netfilter/ipset/ip_set_core.c           |   16 +++---
 kernel/net/netfilter/ipset/ip_set_getport.c        |    4 +-
 kernel/net/netfilter/ipset/ip_set_hash_ip.c        |   18 +++---
 kernel/net/netfilter/ipset/ip_set_hash_ipport.c    |   10 ++--
 kernel/net/netfilter/ipset/ip_set_hash_ipportip.c  |   10 ++--
 kernel/net/netfilter/ipset/ip_set_hash_ipportnet.c |   12 ++--
 kernel/net/netfilter/ipset/ip_set_hash_net.c       |   12 ++--
 kernel/net/netfilter/ipset/ip_set_hash_netiface.c  |   12 ++--
 kernel/net/netfilter/ipset/ip_set_hash_netport.c   |   12 ++--
 kernel/net/netfilter/ipset/ip_set_list_set.c       |    2 +-
 lib/Makefile.am                                    |    1 +
 lib/data.c                                         |   21 ++++----
 lib/debug.c                                        |    4 +-
 {src => lib}/errcode.c                             |    0
 lib/parse.c                                        |   52 ++++++++++----------
 lib/print.c                                        |   20 ++++----
 lib/session.c                                      |   34 ++++++------
 lib/types.c                                        |   26 +++++-----
 src/Makefile.am                                    |    1 -
 src/ipset.c                                        |   10 ++--
 src/ipset_bitmap_ip.c                              |    2 +-
 src/ipset_bitmap_ipmac.c                           |    2 +-
 src/ipset_bitmap_port.c                            |    2 +-
 src/ipset_hash_ip.c                                |    2 +-
 src/ipset_hash_ipport.c                            |    2 +-
 src/ipset_hash_ipportip.c                          |    2 +-
 src/ipset_hash_ipportnet.c                         |    4 +-
 src/ipset_hash_net.c                               |    4 +-
 src/ipset_hash_netiface.c                          |    2 +-
 src/ipset_hash_netport.c                           |    4 +-
 src/ipset_list_set.c                               |    2 +-
 38 files changed, 191 insertions(+), 167 deletions(-)
 create mode 100644 include/libipset/nfproto.h
 rename {src => lib}/errcode.c (100%)

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

end of thread, other threads:[~2011-09-01  9:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-31 12:43 ipset: use NFPROTO_ (v2) Jan Engelhardt
2011-08-31 12:43 ` [PATCH 1/3] ipset: use NFPROTO_ constants Jan Engelhardt
2011-08-31 12:43 ` [PATCH 2/3] build: abort autogen on subcommand failure Jan Engelhardt
2011-08-31 12:43 ` [PATCH 3/3] build: move ipset_errcode into library Jan Engelhardt
2011-08-31 19:13 ` ipset: use NFPROTO_ (v2) Jozsef Kadlecsik
2011-08-31 20:30   ` Jan Engelhardt
2011-09-01  9:22     ` Jozsef Kadlecsik
  -- strict thread matches above, loose matches on Subject: below --
2011-08-28 17:32 ipset 6.8 patches Jan Engelhardt
2011-08-28 17:32 ` [PATCH 2/3] build: abort autogen on subcommand failure Jan Engelhardt

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.