Tag 'debian/20110317-vyatta1' created by Stephen Hemminger 
<[email protected]> at 2011-04-13 17:26 -0700

20110317-vyatta1

Changes since debian/20100804-vyatta6:
Andreas Schwab (1):
      iproute2: remove useless use of buffer

Ben Greear (1):
      Allow 'ip addr flush' to loop more than 10 times

Brandon Philips (2):
      ip: fix memory leak in ipmaddr.c
      doc: add pdf targets

Changli Gao (1):
      iproute2: tc: f_flow: add key rxhash

Dan Smith (1):
      Add ip route save/restore

Diego Elio Pettenò (1):
      Remove -L flags from link

Eric Dumazet (1):
      sfq: add divisor support

Gerrit Renker (7):
      tc-red: typo in man page
      utils: get_jiffies always uses base=0
      iproute: fix unit conversion of rtt/rttvar/rto_min
      iproute: rename 'get_jiffies' since it uses msecs
      utils: get_jiffies always uses base=0
      iproute: fix unit conversion of rtt/rttvar/rto_min
      iproute: rename 'get_jiffies' since it uses msecs

Gregoire Baron (1):
      tc: add ACT_CSUM action support (csum)

Jiri Pirko (1):
      iplink: implement setting of master devic

John Fastabend (1):
      iproute2: tc add mqprio qdisc support

Joy Latten (6):
      xfrm security context support
      xfrm security context support
      xfrm security context support
      xfrm security context support
      xfrm security context support
      xfrm security context support

Juliusz Chroboczek (1):
      tc : SFB flow scheduler

Mike Frysinger (1):
      m_xt: stop using xtables_set_revision()

Nicolas Dichtel (3):
      iproute2: allow to specify truncation bits on auth algo
      iproute2: add support of flag XFRM_STATE_ALIGN4
      iproute2: allow to specify truncation bits on auth algo

Octavian Purdila (1):
      iproute2: initialize the ll_map only once

Petr Sabata (3):
      ss(8) improvements by Jiri Popelka <[email protected]>
      ss: Change "do now" to "do not" in ss(8), -n option
      ip: Few typo and grammar errors fixes for ip(8) manpage

Roopa Prabhu (1):
      iproute2: add VF_PORT support

Sridhar Samudrala (2):
      Support 'mode' parameter when creating macvtap device
      macvlan/macvtap: support 'passthru' mode

Stephen Hemminger (25):
      Increase size of ifindex hash heads
      Cleanup ll_map
      Update to 2.6.37-rc8 headers
      v2.6.37
      Update to lasest kernel headers
      Revert "iproute2: add VF_PORT support"
      CHOKe scheduler
      Merge branch 'master' into choke
      update to net-next (2.6.39) headers
      Merge branch 'choke' into net-next
      Remove #ifdef's
      v2.6.38
      v2.6.38.1
      update to 2.6.39-rc3 headers
      Add no-strict-aliasing to genl
      Add checks for fgets() when reading proc
      Fix snprintf with non format
      Fix warning in u32 from assignment in conditional
      Update email address of netem
      Add README.devel
      Update README information
      Use INIT_NETDEV_GROUP
      Merge branch 'for-2.6.39' of /home/shemminger/iproute2-net-next
      Merge branch 'master' of /home/shemminger/iproute2 into napa
      20110317-vyatta1

Timo Teräs (2):
      iproute2: treat gre key as number
      iproute2: support xfrm upper protocol gre key

Ulrich Weber (1):
      iproute2: parse flag XFRM_POLICY_ICMP

Vlad Dogaru (6):
      iproute2: support listing devices by group
      iproute2: support device group semantics
      iproute2: support device group semantics
      iproute2: fix man page whitespace
      iproute2: fix man page whitespace
      iproute2: support listing devices by group

---
 Makefile                                 |    3
 README                                   |   25 ++-
 README.devel                             |   15 +
 debian/changelog                         |  187 +++++++++++++++++++++++
 doc/Makefile                             |   17 +-
 doc/ip-cref.tex                          |   35 ++++
 etc/iproute2/group                       |    2
 genl/Makefile                            |    2
 include/SNAPSHOT.h                       |    2
 include/linux/can/netlink.h              |    2
 include/linux/if.h                       |    9 -
 include/linux/if_ether.h                 |    1
 include/linux/if_link.h                  |   29 +++
 include/linux/netdevice.h                |    3
 include/linux/netfilter.h                |   17 +-
 include/linux/netfilter/x_tables.h       |    5
 include/linux/netfilter_ipv4/ip_tables.h |   82 ++++------
 include/linux/netlink.h                  |    2
 include/linux/pkt_cls.h                  |    1
 include/linux/pkt_sched.h                |  109 +++++++++++++
 include/linux/tc_act/tc_csum.h           |   32 ++++
 include/linux/tc_ematch/tc_em_meta.h     |    1
 include/linux/types.h                    |   10 +
 include/linux/xfrm.h                     |   14 +
 include/rt_names.h                       |    1
 include/utils.h                          |    6
 ip/Makefile                              |    2
 ip/ip.c                                  |   11 +
 ip/ip6tunnel.c                           |    7
 ip/ipaddress.c                           |   38 +++-
 ip/iplink.c                              |   60 ++++++-
 ip/iplink_macvlan.c                      |    7
 ip/iplink_macvtap.c                      |   93 +++++++++++
 ip/ipmaddr.c                             |    5
 ip/ipmroute.c                            |    6
 ip/ipneigh.c                             |    2
 ip/iproute.c                             |  199 +++++++++++++++++--------
 ip/iptunnel.c                            |   18 +-
 ip/ipxfrm.c                              |   97 ++++++++++++
 ip/link_veth.c                           |    3
 ip/xfrm.h                                |    3
 ip/xfrm_policy.c                         |   69 ++++++++
 ip/xfrm_state.c                          |   74 +++++++--
 lib/ll_map.c                             |   73 +++++----
 lib/ll_proto.c                           |   17 --
 lib/rt_names.c                           |   50 ++++++
 lib/utils.c                              |   36 +---
 man/man8/ip.8                            |  115 +++++++++++---
 man/man8/ss.8                            |   21 +-
 man/man8/tc-red.8                        |    2
 misc/rtacct.c                            |    7
 tc/Makefile                              |    4
 tc/f_flow.c                              |    3
 tc/m_csum.c                              |  246 +++++++++++++++++++++++++++++++
 tc/m_xt.c                                |    2
 tc/q_choke.c                             |  215 +++++++++++++++++++++++++++
 tc/q_mqprio.c                            |  124 +++++++++++++++
 tc/q_netem.c                             |    2
 tc/q_sfb.c                               |  200 +++++++++++++++++++++++++
 tc/q_sfq.c                               |    9 +
 60 files changed, 2115 insertions(+), 317 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to