Tag 'v5.4' created by Jozsef Kadlecsik <[email protected]> at 2011-01-21 
21:47 -0800

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

iEYEABECAAYFAk05/wUACgkQ1qjnz5JBlvYf4gCfVFUcsSt5z0WyRDTv6FCBm2SA
5m4AnRrEpTeNQ17b7KC4JJh570mmYB0o
=j8sN
-----END PGP SIGNATURE-----

Changes since v5.3:
Jozsef Kadlecsik (17):
      Fix the placement style of boolean operators at continued lines
      Get rid of ip_set_kernel.h
      The module parameter max_sets should be unsigned int
      Move NLA_PUT_NET* macros to include/net/netlink.h
      Use static LIST_HEAD() for ip_set_type_list
      NETMASK*, HOSTMASK* macros are too generic
      Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into core
      Use annotated types and fix sparse warnings
      Enforce network-order data in the netlink protocol
      Add missing __GFP_HIGHMEM flag to __vmalloc
      The get_ip*_port functions are too large to be inlined, moved into the 
core.
      Fix wrong kzalloc flag in type_pf_expire
      Fix module loading at create/header commands
      Un-inline functions which are not small enough
      Fix trailing whitespaces and pr_* messages
      Fixed broken ICMP and ICMPv6 handling
      ipset 5.4 released

---
 kernel/include/linux/netfilter/ipset/ip_set_kernel.h  |   15 
 Makefile.am                                           |    4 
 configure.ac                                          |    2 
 kernel/ChangeLog                                      |   23 +
 kernel/Kbuild                                         |    2 
 kernel/include/linux/netfilter/ipset/ip_set.h         |  131 +----
 kernel/include/linux/netfilter/ipset/ip_set_ahash.h   |   44 +-
 kernel/include/linux/netfilter/ipset/ip_set_getport.h |  127 -----
 kernel/include/linux/netfilter/ipset/ip_set_timeout.h |   20 
 kernel/include/linux/netfilter/ipset/pfxlen.h         |   31 +
 kernel/ip_set_bitmap_ip.c                             |   72 +--
 kernel/ip_set_bitmap_ipmac.c                          |   59 +-
 kernel/ip_set_bitmap_port.c                           |   74 +--
 kernel/ip_set_core.c                                  |  396 ++++++++++--------
 kernel/ip_set_getport.c                               |  136 ++++++
 kernel/ip_set_hash_ip.c                               |   97 ++--
 kernel/ip_set_hash_ipport.c                           |  113 ++---
 kernel/ip_set_hash_ipportip.c                         |  127 ++---
 kernel/ip_set_hash_ipportnet.c                        |  159 +++----
 kernel/ip_set_hash_net.c                              |   72 +--
 kernel/ip_set_hash_netport.c                          |  123 ++---
 kernel/ip_set_list_set.c                              |   79 +--
 kernel/pfxlen.c                                       |   14 
 kernel/xt_set.c                                       |   28 -
 netlink.patch                                         |   34 +
 25 files changed, 1021 insertions(+), 961 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to