Tag 'v5.3' created by Jozsef Kadlecsik <[email protected]> at 2011-01-18 
19:48 -0800

v5.3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAk017o4ACgkQ1qjnz5JBlvZIlACcCVY3ENAFzpJ0mJbnOwu2SotA
eXIAnjoJhRF1amwmuCdP8ZOsxBJ0lz/Y
=9uq0
-----END PGP SIGNATURE-----

Changes since v5.2:
Holger Eitzenberger (1):
      Do session initialization once

Jan Engelhardt (3):
      build: use only AC_CANONICAL_HOST
      build: remove autogenerated files
      kernel: remove unused ctnl parameter from call_ad

Jozsef Kadlecsik (15):
      Comment the possible return values of the add/del/test type-functions
      Merge branch 'master' of git://dev.medozas.de/ipset
      Merge branch 'master' of git://dev.medozas.de/ipset
      Replace ospf with vrrp in the testsuite
      Separate prefixlens from ip_set core.
      Use jhash.h accepted in kernel, with backward compatibility.
      Update copyright date and some style changes.
      Replace strncpy with strlcpy at creating a set.
      There is no need to call synchronize_net() at swapping.
      Show correct line numbers in restore output for parser errors
      Make IPv4 and IPv6 address handling similar
      Fix build with NDEBUG defined
      Testsuite fix of ospf replaced with vrrp.
      Set the non-debug compiling the default
      ipset 5.3 released

---
 kernel/include/linux/netfilter/ipset/jhash.h          |  169 -
 kernel/ip_set.c                                       | 1850 ------------------
 tests/Makefile                                        |  450 ----
 tests/Makefile.in                                     |  450 ----
 ChangeLog                                             |   12 
 Make_global.am                                        |    6 
 configure.ac                                          |   14 
 include/libipset/session.h                            |    1 
 include/libipset/utils.h                              |    5 
 kernel/ChangeLog                                      |    9 
 kernel/Kbuild                                         |    5 
 kernel/include/linux/jhash.h                          |  169 +
 kernel/include/linux/netfilter/ipset/ip_set.h         |   22 
 kernel/include/linux/netfilter/ipset/ip_set_ahash.h   |    2 
 kernel/include/linux/netfilter/ipset/ip_set_timeout.h |    2 
 kernel/include/linux/netfilter/ipset/pfxlen.h         |   16 
 kernel/ip_set_bitmap_ip.c                             |    3 
 kernel/ip_set_bitmap_ipmac.c                          |    3 
 kernel/ip_set_bitmap_port.c                           |    2 
 kernel/ip_set_core.c                                  | 1556 +++++++++++++++
 kernel/ip_set_hash_ip.c                               |    5 
 kernel/ip_set_hash_ipport.c                           |    5 
 kernel/ip_set_hash_ipportip.c                         |    5 
 kernel/ip_set_hash_ipportnet.c                        |    5 
 kernel/ip_set_hash_net.c                              |    5 
 kernel/ip_set_hash_netport.c                          |    5 
 kernel/ip_set_list_set.c                              |    2 
 kernel/pfxlen.c                                       |  289 ++
 kernel/xt_set.c                                       |    2 
 lib/parse.c                                           |   15 
 lib/print.c                                           |   18 
 lib/session.c                                         |   13 
 src/ipset.c                                           |   15 
 tests/hash:ip,port.t                                  |    8 
 tests/hash:ip,port.t.list2                            |    2 
 35 files changed, 2160 insertions(+), 2980 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to