Tag 'v6.0' created by Jozsef Kadlecsik <[email protected]> at 2011-02-03 
12:41 -0800

v6.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAk1KomkACgkQ1qjnz5JBlvYpGgCdFsZ/+JiO2m2L9uc7GXmS7Fd9
WO0AnRR8nUVNp6ZklaUSKxwNHfWI+qL8
=NC2m
-----END PGP SIGNATURE-----

Changes since v5.4.1:
Holger Eitzenberger (6):
      ipset: turn Set name[] into a const pointer
      ipset: fix the Netlink sequence number
      ipset: fix spelling error
      ipset: pass ipset_arg argument pointer
      ipset: avoid the unnecessary argv[] loop
      ipset: improve command argument parsing

Jozsef Kadlecsik (21):
      Avoid possible syntax clashing at saving hostnames
      Check ICMP and ICMPv6 with the set match and target in the testsuite
      Resolving IP addresses did not work at listing/saving sets, fixed.
      Correct the error codes: use ENOENT and EMSGSIZE
      Send (N)ACK at dumping only when NLM_F_ACK is set
      Constified attribute cannot be written
      Use meaningful error messages in xt_set.c
      Use vzalloc() instead of __vmalloc()
      Fix the spelling error fix :-)
      Move the type specifici attribute validation to the core
      bitmap:port type: flavour specific adt functions
      bitmap:ip type: flavour specific adt functions
      Fix sparse warning about shadowed definition
      Use better error codes in xt_set.c
      Separate ipset errnos completely from system ones and bump protocol 
version.
      Allow "new" as a commad alias to "create"
      Testsuite compatibility with debugging enabled
      netfilter: ipset: send error message manually
      Reorganized kernel/ subdir
      Print protocol version together with ipset version
      ipset 6.0 released

Patrick McHardy (5):
      netfilter: ipset: use nla_parse_nested()
      netfilter: ipset: remove unnecessary includes
      netfilter: ipset: add missing include to xt_set.h
      netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()
      netfilter: ipset: fix linking with CONFIG_IPV6=n

---
 kernel/Kbuild                                         |   13 
 kernel/Kconfig.ipset                                  |  121 -
 kernel/Makefile                                       |   11 
 kernel/ip_set_bitmap_ip.c                             |  732 -------
 kernel/ip_set_bitmap_ipmac.c                          |  666 -------
 kernel/ip_set_bitmap_port.c                           |  649 ------
 kernel/ip_set_core.c                                  | 1620 -----------------
 kernel/ip_set_getport.c                               |  136 -
 kernel/ip_set_hash_ip.c                               |  484 -----
 kernel/ip_set_hash_ipport.c                           |  565 ------
 kernel/ip_set_hash_ipportip.c                         |  584 ------
 kernel/ip_set_hash_ipportnet.c                        |  650 ------
 kernel/ip_set_hash_net.c                              |  480 -----
 kernel/ip_set_hash_netport.c                          |  601 ------
 kernel/ip_set_list_set.c                              |  594 ------
 kernel/pfxlen.c                                       |  291 ---
 kernel/xt_set.c                                       |  419 ----
 ChangeLog                                             |   17 
 Makefile.am                                           |   15 
 README                                                |   18 
 UPGRADE                                               |   10 
 configure.ac                                          |    2 
 include/libipset/linux_ip_set.h                       |    8 
 include/libipset/parse.h                              |    5 
 include/libipset/types.h                              |    2 
 kernel/ChangeLog                                      |   26 
 kernel/include/linux/netfilter/ipset/ip_set.h         |   17 
 kernel/include/linux/netfilter/ipset/ip_set_ahash.h   |   20 
 kernel/include/linux/netfilter/ipset/ip_set_getport.h |   10 
 kernel/include/linux/netfilter/xt_set.h               |    1 
 kernel/net/netfilter/Kbuild                           |    9 
 kernel/net/netfilter/Kconfig.ipset                    |   22 
 kernel/net/netfilter/Makefile                         |   11 
 kernel/net/netfilter/ipset/Kbuild                     |   13 
 kernel/net/netfilter/ipset/Kconfig                    | 1078 +++++++++++
 kernel/net/netfilter/ipset/Makefile                   |   11 
 kernel/net/netfilter/ipset/ip_set_bitmap_ip.c         |  587 ++++++
 kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c      |  652 +++++++
 kernel/net/netfilter/ipset/ip_set_bitmap_port.c       |  515 +++++
 kernel/net/netfilter/ipset/ip_set_core.c              | 1676 ++++++++++++++++++
 kernel/net/netfilter/ipset/ip_set_getport.c           |  141 +
 kernel/net/netfilter/ipset/ip_set_hash_ip.c           |  464 ++++
 kernel/net/netfilter/ipset/ip_set_hash_ipport.c       |  544 +++++
 kernel/net/netfilter/ipset/ip_set_hash_ipportip.c     |  562 ++++++
 kernel/net/netfilter/ipset/ip_set_hash_ipportnet.c    |  628 ++++++
 kernel/net/netfilter/ipset/ip_set_hash_net.c          |  458 ++++
 kernel/net/netfilter/ipset/ip_set_hash_netport.c      |  578 ++++++
 kernel/net/netfilter/ipset/ip_set_list_set.c          |  584 ++++++
 kernel/net/netfilter/ipset/pfxlen.c                   |  291 +++
 kernel/net/netfilter/xt_set.c                         |  423 ++++
 lib/mnl.c                                             |    7 
 lib/parse.c                                           |   11 
 lib/print.c                                           |    7 
 lib/types.c                                           |   17 
 src/errcode.c                                         |    8 
 src/ipset.c                                           |  149 -
 src/ui.c                                              |   14 
 tests/ipmap.t                                         |    2 
 tests/match_target.t                                  |   22 
 tests/match_target6.t                                 |   22 
 60 files changed, 9503 insertions(+), 8770 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to