]> git.ipfire.org Git - thirdparty/ipset.git/commit
ipset 2.4.2:
author/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu>
Thu, 23 Oct 2008 17:24:30 +0000 (17:24 +0000)
committer/C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu </C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu>
Thu, 23 Oct 2008 17:24:30 +0000 (17:24 +0000)
commit46fb717308d9d717439badd48c150e32a3508a90
tree3a6e1fcaca1b4b7e9a4e8353bb3f3b3db0f2c737
parentfac5288ad80b7ca2f23d1d5acf6ced98a61fd8eb
ipset 2.4.2:

  - When flushing a nethash/ipportnethash type of set, it can
    lead to a kernel crash due to a wrong type declaration,
    bug reported by Krzysztof Oledzki.
  - iptree and iptreemap types require the header file linux/timer.h,
    also reported by Krzysztof Oledzki.
37 files changed:
ChangeLog
Makefile
ipset_iphash.c
ipset_nethash.c
kernel/ChangeLog
kernel/include/linux/netfilter_ipv4/ip_set_bitmaps.h
kernel/include/linux/netfilter_ipv4/ip_set_hashes.h
kernel/include/linux/netfilter_ipv4/ip_set_iphash.h
kernel/include/linux/netfilter_ipv4/ip_set_ipmap.h
kernel/include/linux/netfilter_ipv4/ip_set_ipporthash.h
kernel/include/linux/netfilter_ipv4/ip_set_ipportiphash.h
kernel/include/linux/netfilter_ipv4/ip_set_ipportnethash.h
kernel/include/linux/netfilter_ipv4/ip_set_macipmap.h
kernel/include/linux/netfilter_ipv4/ip_set_nethash.h
kernel/include/linux/netfilter_ipv4/ip_set_portmap.h
kernel/ip_set_iphash.c
kernel/ip_set_ipmap.c
kernel/ip_set_ipporthash.c
kernel/ip_set_ipportiphash.c
kernel/ip_set_ipportnethash.c
kernel/ip_set_iptree.c
kernel/ip_set_iptreemap.c
kernel/ip_set_macipmap.c
kernel/ip_set_nethash.c
kernel/ip_set_portmap.c
kernel/ipt_SET.c
tests/iphash.t
tests/ipmap.t
tests/ipporthash.t
tests/ipportiphash.t
tests/ipportnethash.t
tests/iptree.t
tests/iptreemap.t
tests/macipmap.t
tests/nethash.t
tests/portmap.t
tests/setlist.t