Tag 'v5.1' created by Jozsef Kadlecsik <[email protected]> at 2010-12-22
10:10 -0800
v5.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEABECAAYFAk0RzoMACgkQ1qjnz5JBlvatMQCcDDRXjg8gFsWCBZzG3FuMQtmE
jq4AnRHhC0a+QEurF+A0qNv4qJDrq56l
=e1HA
-----END PGP SIGNATURE-----
Changes since v5.0:
Jan Engelhardt (11):
build: enable parallel building
xt_set: avoid user types in exported kernel headers
kernel: do not mix const and __read_mostly
kernel: use __read_mostly for registration-type structures
kernel: const annotations
kernel: use EXPORT_SYMBOL_GPL
libipset: ipset_strncpy is really a strlcpy-type operation
libipset: remove redundant indirection via union name
libipset: remove redundant casts
libipset: const annotations
libipset: static annotations
Jozsef Kadlecsik (15):
Fix Kbuild for me to delete backup files
Fix incorrect comparison in check_allowed
Try to solve PKG_CHECK_MODULES issue
The fix of incorrect comparison in check_allowed completed.
Use configure to detect compiler warning flags
Check from `configure` that the kernel source is patched with
netlink.patch
Check old system kernel header files
Should have gone to sleep: fix check_allowed. Really.
Put back the Sparc specific workaround at getaddrinfo.
Prevent calling Makefile directly in the kernel/ subdirectory
Merge branch 'master' of git://dev.medozas.de/ipset into ipset-5
Kernel version compatibility: support from 2.6.34
Restore mode did not work for IPv6 (reported by Elie Rosenblum)
Test cases for IPv6 restore and more complex restore sessions added.
ipset 5.1 released
---
ChangeLog | 19 +
Make_global.am | 36 ---
Makefile.am | 12 -
README | 10
autogen.sh | 1
check_const | 4
configure.ac | 65 +++--
include/libipset/data.h | 2
kernel/ChangeLog | 13 +
kernel/Kbuild | 6
kernel/Makefile | 4
kernel/include/linux/netfilter/ipset/ip_set.h | 5
kernel/include/linux/netfilter/ipset/ip_set_ahash.h | 16 -
kernel/include/linux/netfilter/ipset/ip_set_chash.h | 4
kernel/include/linux/netfilter/xt_set.h | 12 -
kernel/ip_set.c | 108 ++++-----
kernel/ip_set_bitmap_ip.c | 25 +-
kernel/ip_set_bitmap_ipmac.c | 18 -
kernel/ip_set_bitmap_port.c | 31 +-
kernel/ip_set_hash_ip.c | 22 -
kernel/ip_set_hash_ipport.c | 18 -
kernel/ip_set_hash_ipportip.c | 18 -
kernel/ip_set_hash_ipportnet.c | 18 -
kernel/ip_set_hash_net.c | 19 -
kernel/ip_set_hash_netport.c | 18 -
kernel/ip_set_list_set.c | 19 -
kernel/xt_set.c | 16 -
lib/data.c | 92 ++++----
lib/mnl.c | 2
lib/parse.c | 22 +
lib/print.c | 2
lib/session.c | 60 +++--
lib/types.c | 25 +-
m4/ax_cflags_gcc_option.m4 | 225 ++++++++++++++++++++
src/ipset.c | 69 +++---
tests/hash:ip6.t | 22 +
tests/hash:net6,port.t | 10
tests/restore.t.destroy | 2
tests/restore.t.list0 | 10
tests/restore.t.list1 | 10
tests/restore.t.restore | 11
41 files changed, 712 insertions(+), 389 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn