Tag 'v5.0-pre1' created by Jozsef Kadlecsik <[email protected]> at 
2010-06-15 13:32 -0700

ipset 5.0 pre1 version
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBMF3Lt1qjnz5JBlvYRAgR4AJ9uWp3Ry53SZ8fO/wnfzPbbE97dRgCghO6y
ViRRmo+1VsK2ZqyVcAfUygI=
=TXdx
-----END PGP SIGNATURE-----

Changes since v5.0-pre0:
Jozsef Kadlecsik (1):
      ipset 5 in an almost ready state - milestone

---
 kernel/include/linux/netfilter/ipt_set.h        |   21 
 kernel/ip_set_hash_ip_src.c                     |  473 ----------
 kernel/ip_set_iptreemap.c                       |  700 ---------------
 kernel/ip_set_tree_ip.c                         |  464 ----------
 kernel/ipt_SET.c                                |  242 -----
 kernel/ipt_set.c                                |  238 -----
 lib/utils.c                                     |  103 --
 src/ipset_iptreemap.c                           |  208 ----
 src/ipset_tree_ip.c                             |   75 -
 Make_global.am                                  |    2 
 Makefile.am                                     |    1 
 include/libipset/data.h                         |   11 
 include/libipset/debug.h                        |   35 
 include/libipset/linux_ip_set.h                 |   51 -
 include/libipset/linux_ip_set_list.h            |   14 
 include/libipset/parse.h                        |   24 
 include/libipset/print.h                        |    6 
 include/libipset/session.h                      |   22 
 include/libipset/types.h                        |   36 
 include/libipset/ui.h                           |   24 
 include/libipset/utils.h                        |    6 
 kernel/Kbuild                                   |   11 
 kernel/include/linux/netfilter/ip_set.h         |  246 ++---
 kernel/include/linux/netfilter/ip_set_bitmap.h  |    6 
 kernel/include/linux/netfilter/ip_set_chash.h   | 1096 +++++++++++++++++++++++
 kernel/include/linux/netfilter/ip_set_getport.h |   25 
 kernel/include/linux/netfilter/ip_set_hash.h    |    5 
 kernel/include/linux/netfilter/ip_set_jhash.h   |  152 +--
 kernel/include/linux/netfilter/ip_set_kernel.h  |   20 
 kernel/include/linux/netfilter/ip_set_list.h    |   21 
 kernel/include/linux/netfilter/ip_set_slist.h   |   86 +
 kernel/include/linux/netfilter/ip_set_timeout.h |   35 
 kernel/include/linux/netfilter/xt_set.h         |   55 +
 kernel/ip_set.c                                 |  824 +++++++++++------
 kernel/ip_set_bitmap_ip.c                       |  173 +--
 kernel/ip_set_bitmap_ipmac.c                    |  486 ++++++----
 kernel/ip_set_bitmap_port.c                     |  141 +--
 kernel/ip_set_hash_ip.c                         |  539 +++++------
 kernel/ip_set_hash_ipport.c                     |  538 ++++++++---
 kernel/ip_set_hash_ipportip.c                   |  580 +++++++++---
 kernel/ip_set_hash_ipportnet.c                  |  696 ++++++++++-----
 kernel/ip_set_hash_net.c                        |  556 ++++++++----
 kernel/ip_set_list_set.c                        |  731 ++++++++++-----
 kernel/xt_set.c                                 |  356 +++++++
 lib/Makefile.am                                 |    4 
 lib/PROTOCOL                                    |    6 
 lib/data.c                                      |   67 +
 lib/mnl.c                                       |    2 
 lib/parse.c                                     |  449 +++++++--
 lib/print.c                                     |   27 
 lib/session.c                                   |   98 +-
 lib/types.c                                     |   58 -
 netlink.patch                                   |   16 
 src/Makefile.am                                 |    1 
 src/errcode.c                                   |   26 
 src/ipset.8                                     | 1109 ++++++++++++------------
 src/ipset.c                                     |  194 ++--
 src/ipset_bitmap_ip.c                           |   16 
 src/ipset_bitmap_ipmac.c                        |   14 
 src/ipset_bitmap_port.c                         |   12 
 src/ipset_hash_ip.c                             |   52 -
 src/ipset_hash_ipport.c                         |   66 -
 src/ipset_hash_ipportip.c                       |   66 -
 src/ipset_hash_ipportnet.c                      |   83 -
 src/ipset_hash_net.c                            |   59 -
 src/ipset_list_set.c                            |   31 
 src/ui.c                                        |  231 +++-
 tests/Makefile                                  |  450 +++++++++
 tests/Makefile.am                               |    5 
 tests/Makefile.in                               |  450 +++++++++
 tests/bitmap:ip.t                               |   16 
 tests/bitmap:ip.t.list0                         |    3 
 tests/bitmap:ip.t.list1                         |    3 
 tests/bitmap:ip.t.list2                         |    3 
 tests/bitmap:ip.t.list3                         |    3 
 tests/bitmap:ip.t.list4                         |   13 
 tests/bitmap:ip.t.list5                         |    9 
 tests/bitmap:ip.t.list6                         |  265 +++++
 tests/hash:ip,port,ip.t                         |   51 +
 tests/hash:ip,port,ip.t.list0                   |   11 
 tests/hash:ip,port,ip.t.list1                   |    7 
 tests/hash:ip,port.t                            |   43 
 tests/hash:ip,port.t.list0                      |   11 
 tests/hash:ip,port.t.list1                      |    7 
 tests/hash:ip.t                                 |   14 
 tests/hash:ip.t.list0                           |    5 
 tests/hash:ip.t.list1                           |    5 
 tests/hash:ip.t.list2                           |    9 
 tests/hash:ip.t.list3                           |   10 
 tests/hash:ip6,port,ip6.t                       |   51 +
 tests/hash:ip6,port,ip6.t.list0                 |   11 
 tests/hash:ip6,port,ip6.t.list1                 |    7 
 tests/hash:ip6,port,net6.t                      |   45 
 tests/hash:ip6,port,net6.t.list0                |   11 
 tests/hash:ip6,port.t                           |   43 
 tests/hash:ip6,port.t.list0                     |   11 
 tests/hash:ip6,port.t.list1                     |    7 
 tests/hash:ip6.t                                |   77 +
 tests/hash:ip6.t.list0                          |    8 
 tests/hash:ip6.t.list1                          |    8 
 tests/hash:ip6.t.list2                          |    9 
 tests/hash:ip6.t.list3                          |   10 
 tests/hash:net.t                                |   49 +
 tests/hash:net.t.list0                          |   11 
 tests/hash:net.t.list1                          |    7 
 tests/hash:net6.t                               |   49 +
 tests/hash:net6.t.list0                         |   11 
 tests/hash:net6.t.list1                         |    7 
 tests/iphash.t                                  |   10 
 tests/iphash.t.list0                            |    5 
 tests/iphash.t.list1                            |    5 
 tests/ipmap.t                                   |    2 
 tests/ipmap.t.list0                             |    3 
 tests/ipmap.t.list1                             |    3 
 tests/ipmap.t.list2                             |    3 
 tests/ipmap.t.list3                             |    3 
 tests/ipmap.t.list4                             |    3 
 tests/ipporthash.t                              |   44 
 tests/ipporthash.t.list0                        |    8 
 tests/ipporthash.t.list1                        |    8 
 tests/ipportiphash.t                            |   40 
 tests/ipportiphash.t.list0                      |    8 
 tests/ipportiphash.t.list1                      |    6 
 tests/ipportnethash.t                           |   26 
 tests/ipportnethash.t.list0                     |    8 
 tests/ipportnethash.t.list1                     |    8 
 tests/iptree.t                                  |    2 
 tests/iptree.t.list0                            |    7 
 tests/iptreemap.t                               |    4 
 tests/iptreemap.t.list0                         |   35 
 tests/macipmap.t                                |   12 
 tests/macipmap.t.list0                          |    3 
 tests/macipmap.t.list1                          |    3 
 tests/macipmap.t.list2                          |    3 
 tests/macipmap.t.list3                          |   10 
 tests/nethash.t                                 |   30 
 tests/nethash.t.list0                           |    8 
 tests/portmap.t                                 |    6 
 tests/portmap.t.list0                           |    3 
 tests/portmap.t.list1                           |    3 
 tests/portmap.t.list3                           |    9 
 tests/runtest.sh                                |   19 
 tests/setlist.t                                 |    6 
 tests/setlist.t.list0                           |    5 
 tests/sort.sh                                   |    4 
 145 files changed, 9165 insertions(+), 5846 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to