Tag 'v2_6_9-041019' created by osdl.net!shemminger <osdl.net!shemminger> at 
1970-01-01 00:00 -0800

Changes since v2_6_8-ss040831:
net[shemminger]!kaber (1):
      : prevent tc crashes

net[shemminger]!shemminger (6):
      Import patch iproute2-compile-fixes-1.diff
      iproute2-compile-fixes-1.diff
      Import patch iproute2-typo-fixes-1.diff
      iproute2-typo-fixes-1.diff
      Import patch stats.eml
      Import patch nstat.eml

org[shemminger]!nakam (4):
      [iproute2] XFRM: fixing IPsec algorithm key
      [iproute2] XFRM: using flush message type
      [iproute2] XFRM: fixing protocol
      [iproute2] XFRM: support ICMP/ICMPv6's type and code

osdl.net!shemminger (70):
      Handle new/old API and new additions to tc_stats.
      handle new tcstats
      id can be const char
      make all filtering handles take const args.
      new snapshot today
      new tc_stats handling, and const args to filter
      no longer need xstats stub
      update changelog
      Fix typo in requeues
      Use common code to print tcstats
      Use common code to print tcstats and fix typo
      Fix ip command to not crash when interface name is too long.
      Fix ip command to not crash when interface name is too long.
      ss cleanup and enable full features.
      ss cleanup and enable full features.
      Fix issues with filter name conflicts and cleanup.
      Fix issues with filter name conflicts and cleanup.
      Fix issues with filter name conflicts and cleanup.
      [iproute2] XFRM: fixing IPsec algorithm key
      [iproute2] XFRM: using flush message type
      [iproute2] XFRM: fixing protocol
      [iproute2] XFRM: support ICMP/ICMPv6's type and code
      changelog update
      fix when DESTDIR is set.
      fix when DESTDIR is set.
      Initial revision
      (Logical change 1.87)
      Some versions -ldb seem do need pthread.
      pkt_sched.h needs to be copied
      ChangeLog:
      add latest changes.
      Merge
      SCCS merged
      add mike's stuff.
      get rid of warning.
      Delete: include/pkt_sched.h
      FHS says to put documents in /usr/share/doc
      today's snapshot
      today's snapshot
      Merge zqx3.pdx.osdl.net:/home/shemminger/iproute2/latest
      reqs was rejected by kernel due to possible API breakage.
      (Logical change 1.92)
      Fix build warnings on x86_64
      Fix build warnings on x86_64
      Initial revision
      fix scaling in print_rates (for bits).
      fix scaling in print_rates (for bits).
      IP using wrong structure for stats.
      IP using wrong structure for stats.
      Make sure to prevent overflow in nstat
      Make sure to prevent overflow in nstat
      (Logical change 1.98)
      Add lnstat to replace rtstat.
      Add lnstat to replace rtstat.
      Delete: misc/rtstat.c
      Initial revision
      lnstat in Changelog
      lnstat in Changelog
      Delete: iproute2/ip/ipxfrm.c
      Delete: iproute2/ip/xfrm.h
      Delete: iproute2/ip/xfrm_policy.c
      Delete: iproute2/ip/xfrm_state.c
      Rename: misc/README.lnstat -> README.lnstat
      Rename: misc/README.lnstat -> README.lnstat
      Snapshot
      Snapshot
      Make sure we have sanatized headers that match 2.6.9
      Make sure we have sanatized headers that match 2.6.9
      Add const on strings and make sure not to crash
      Add const on strings and make sure not to crash

---
 iproute2/ip/ipxfrm.c      | 1054 -------------------------------------
 iproute2/ip/xfrm.h        |  104 ---
 iproute2/ip/xfrm_policy.c | 1292 ----------------------------------------------
 iproute2/ip/xfrm_state.c  |  762 ---------------------------
 misc/rtstat.c             |  173 ------
 ChangeLog                 |   49 +
 Makefile                  |    9 
 README.lnstat             |   81 ++
 include/SNAPSHOT.h        |    2 
 include/libnetlink.h      |   19 
 include/linux/pkt_sched.h |    1 
 include/linux/rtnetlink.h |  151 +++--
 include/linux/xfrm.h      |    1 
 include/ll_map.h          |    5 
 include/utils.h           |    3 
 ip/Makefile               |    2 
 ip/ip_common.h            |   14 
 ip/ipaddress.c            |   24 
 ip/iplink.c               |   26 
 ip/ipmonitor.c            |    3 
 ip/ipneigh.c              |    2 
 ip/iproute.c              |    2 
 ip/iprule.c               |    5 
 ip/iptunnel.c             |   25 
 ip/ipxfrm.c               |  149 ++++-
 ip/rtmon.c                |    3 
 ip/xfrm.h                 |    2 
 ip/xfrm_policy.c          |   53 +
 ip/xfrm_state.c           |  107 ++-
 lib/libnetlink.c          |   24 
 lib/ll_map.c              |    4 
 misc/Makefile             |   21 
 misc/ifstat.c             |    6 
 misc/lnstat.c             |  336 +++++++++++
 misc/nstat.c              |   18 
 misc/ss.c                 |   86 +--
 tc/f_fw.c                 |    9 
 tc/f_route.c              |    9 
 tc/f_rsvp.c               |   18 
 tc/f_tcindex.c            |    9 
 tc/f_u32.c                |    9 
 tc/m_action.c             |   29 -
 tc/m_gact.c               |    9 
 tc/m_police.c             |   16 
 tc/q_atm.c                |   21 
 tc/q_cbq.c                |   19 
 tc/q_dsmark.c             |   21 
 tc/q_fifo.c               |   34 -
 tc/q_gred.c               |   17 
 tc/q_hfsc.c               |   15 
 tc/q_htb.c                |   30 -
 tc/q_ingress.c            |   15 
 tc/q_netem.c              |    8 
 tc/q_prio.c               |   16 
 tc/q_red.c                |   11 
 tc/q_sfq.c                |   16 
 tc/q_tbf.c                |   15 
 tc/tc.c                   |   22 
 tc/tc_class.c             |   40 -
 tc/tc_filter.c            |   19 
 tc/tc_qdisc.c             |   53 +
 tc/tc_util.c              |   27 
 tc/tc_util.h              |   24 
 63 files changed, 1175 insertions(+), 3974 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to