net/ipv4/netfilter/ipt_rlsnmpstats.c | 1423 -------------------- debian/arch/amd64/config.vyatta-virt | 14 debian/arch/i386/config.586-vyatta | 13 debian/arch/i386/config.vyatta-virt | 14 include/linux/netfilter_ipv4/ip_set.h | 91 + include/linux/netfilter_ipv4/ip_set_bitmaps.h | 121 + include/linux/netfilter_ipv4/ip_set_compat.h | 4 include/linux/netfilter_ipv4/ip_set_getport.h | 48 include/linux/netfilter_ipv4/ip_set_hashes.h | 304 ++++ include/linux/netfilter_ipv4/ip_set_iphash.h | 4 include/linux/netfilter_ipv4/ip_set_ipmap.h | 11 include/linux/netfilter_ipv4/ip_set_ipporthash.h | 5 include/linux/netfilter_ipv4/ip_set_ipportiphash.h | 39 include/linux/netfilter_ipv4/ip_set_ipportnethash.h | 42 include/linux/netfilter_ipv4/ip_set_iptree.h | 1 include/linux/netfilter_ipv4/ip_set_iptreemap.h | 2 include/linux/netfilter_ipv4/ip_set_jhash.h | 181 +- include/linux/netfilter_ipv4/ip_set_macipmap.h | 3 include/linux/netfilter_ipv4/ip_set_malloc.h | 8 include/linux/netfilter_ipv4/ip_set_nethash.h | 34 include/linux/netfilter_ipv4/ip_set_portmap.h | 10 include/linux/netfilter_ipv4/ip_set_setlist.h | 26 net/ipv4/netfilter/Kconfig | 99 - net/ipv4/netfilter/Makefile | 8 net/ipv4/netfilter/ip_set.c | 102 + net/ipv4/netfilter/ip_set_iphash.c | 355 ---- net/ipv4/netfilter/ip_set_ipmap.c | 238 --- net/ipv4/netfilter/ip_set_ipporthash.c | 479 +----- net/ipv4/netfilter/ip_set_ipportiphash.c | 216 +++ net/ipv4/netfilter/ip_set_ipportnethash.c | 304 ++++ net/ipv4/netfilter/ip_set_iptree.c | 171 -- net/ipv4/netfilter/ip_set_iptreemap.c | 153 -- net/ipv4/netfilter/ip_set_macipmap.c | 253 --- net/ipv4/netfilter/ip_set_nethash.c | 443 +----- net/ipv4/netfilter/ip_set_portmap.c | 291 ---- net/ipv4/netfilter/ip_set_setlist.c | 336 ++++ net/ipv4/netfilter/ipt_SET.c | 46 net/ipv4/netfilter/ipt_set.c | 30 38 files changed, 2279 insertions(+), 3643 deletions(-)
New commits: commit 10e1158fcc15b0ee223fa21352b42715c679f1a7 Author: Stephen Hemminger <[email protected]> Date: Mon Feb 16 15:14:12 2009 -0800 Update to ipset-2.4.9 Userspace changes - In order to disable the extra warning flags, NO_EXTRA_WARN_FLAGS variable added to userspace Makefile - Kernel part changes - The Jenkins' hash lookup2() replaced with Jenkins' faster/better lookup3() hash function. - Bug fixed: after elements are added and deleted from a hash, an element can successfully be added in spite it's already in the hash and thus duplicates can occur (bug spotted by Shih-Yi Chen). - Compatibility with old gcc without 'bool' added. In the previous release, the old include file was referred instead of http://suva.vyatta.com/git/?p=linux-vyatta.git;a=commitdiff;h=10e1158fcc15b0ee223fa21352b42715c679f1a7 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
