netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] iproute 2.6.32 released
@ 2009-12-26 18:58 Stephen Hemminger
  2009-12-26 19:43 ` Mike Frysinger
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2009-12-26 18:58 UTC (permalink / raw)
  To: netdev; +Cc: linux-net, linux-kernel

This version of iproute2 utilities includes the changes necessary to support all the features in
2.6.32, but should be backward compatible with older releases. Lots of bug fixes and little
things, the main area of change is around the always problematic 'ip route flush' interface.

The tar ball is available at:
  http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-2.6.31.tar.bz2

Repository:
  git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git

For more info on iproute2 see:
  http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2

Report problems (or enhancements) to the netdev@vger.kernel.org mailing list.

---

Andreas Henriksson (8):
      iproute2: drop equalize support.
      Bug#526329: iproute: Segfault on garbage lladdr
      iproute: typo in ip manpage
      iproute2: use -fPIC in lib/
      iproute: make ss --help output to stdout
      Keep the old tc/ipt/xt module for compatibility.
      Add new (iptables 1.4.5 compatible) tc/ipt/xt module.
      Slightly improve the configure script.

Brian Haley (1):
      ipv6: Add IFA_F_DADFAILED flag

David Ward (2):
      iproute2: Support 20-byte link layer address in idxmap
      iproute2: Add ll_index_to_addr function

Denys Fedoryshchenko (1):
      Filter class output by classid

Eric Dumazet (2):
      ss: correct display of sk pointer
      ss: adds a space before congestion string

Gilad Ben-Yossef (1):
      iproute2 add hoplimit parsing and update usage and documentation

Mark Borst (1):
      iproute: "ip mroute show" doesn't show all output interfaces

Mike Frysinger (5):
      tc/q_atm.so: respect LDFLAGS
      arpd/ifstat/nstat/rtacct: use daemon()
      support static-only systems
      tc: remove dlfcn.h from files that dont need it
      Ignore GDB related files

Olaf Rempel (1):
      iproute2-2.6.14-051107: missing arpd directory

Oliver Hartkopp (2):
      Add support Controller Area Network
      iproute2: add vcan to ip link help text

Patrick McHardy (2):
      iproute uses too small of a receive buffer
      f_fw: fix compat mode

Petr Jediný (1):
      Changing commandline help text to be more uniform...

Sascha Hlusiak (2):
      iptunnel: allow ISATAP with stateless autoconf
      iproute2: ISATAP potential router list

Simon Horman (1):
      flush secondary addresses before primary ones

Srivats P (1):
      ip6tunnel: Fix no default display of ip4ip6 tunnels

Stephen Hemminger (21):
      Fix headers needed for gre
      remove duplicate limits.h
      Remove goto chain
      Add u32 extension to match on ether source/destination
      Add IPV6 match pretty print
      Allow default DP of zero in gred
      fix handling of GRED DPs args
      Fix flushing of large number of entries
      update kernel headers to 2.6.31-rc5
      Fix typo in IPPROTO_DCCP
      add include/linux/if_arp.h
      Update kernel headers to 2.6.31
      Update to 2.6.32 kernel headers
      Consolidate fprintf statements
      Add static-syms.h to ignore
      Add more files to gitignore
      iproute2-091117
      Remove Changes: comments
      Fix warning about strtod() return value
      Fix warning about sprintf() and NSTAT_HIST
      iproute2-091226

Sven Anders (1):
      Fix flushing code - rtnl_send_check

Thomas Egerer (1):
      Fix display of xfrm

Thomas Graf (1):
      cgroup support

Varun Chandramohan (2):
      Add Monitor Support For Neigh Table
      Enable Type Labels For "ip monitor all"

Wolfgang Grandegger (2):
      iproute2: Fixes an issue with cross-compilation
      iproute2: Support for the CAN netlink

jamal (1):
      ip: Allow for easier debug of buggy devices that dont send their names



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] iproute 2.6.32 released
  2009-12-26 18:58 [ANNOUNCE] iproute 2.6.32 released Stephen Hemminger
@ 2009-12-26 19:43 ` Mike Frysinger
  2009-12-26 21:36   ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2009-12-26 19:43 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev, linux-net, linux-kernel

On Sat, Dec 26, 2009 at 13:58, Stephen Hemminger wrote:
> This version of iproute2 utilities includes the changes necessary to support all the features in
> 2.6.32, but should be backward compatible with older releases. Lots of bug fixes and little
> things, the main area of change is around the always problematic 'ip route flush' interface.
>
> The tar ball is available at:
>  http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-2.6.31.tar.bz2

URL and git says 2.6.31, but subject says 2.6.32, so i'm guessing
subject is the typoe
-mike

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] iproute 2.6.32 released
  2009-12-26 19:43 ` Mike Frysinger
@ 2009-12-26 21:36   ` Stephen Hemminger
  2009-12-26 21:38     ` Mike Frysinger
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2009-12-26 21:36 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: netdev, linux-net, linux-kernel

On Sat, 26 Dec 2009 14:43:10 -0500
Mike Frysinger <vapier.adi@gmail.com> wrote:

> On Sat, Dec 26, 2009 at 13:58, Stephen Hemminger wrote:
> > This version of iproute2 utilities includes the changes necessary to support all the features in
> > 2.6.32, but should be backward compatible with older releases. Lots of bug fixes and little
> > things, the main area of change is around the always problematic 'ip route flush' interface.
> >
> > The tar ball is available at:
> >  http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-2.6.31.tar.bz2
> 
> URL and git says 2.6.31, but subject says 2.6.32, so i'm guessing
> subject is the typoe
> -mike

Actually, the url is typo

-- 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] iproute 2.6.32 released
  2009-12-26 21:36   ` Stephen Hemminger
@ 2009-12-26 21:38     ` Mike Frysinger
  2009-12-26 21:42       ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Frysinger @ 2009-12-26 21:38 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev, linux-net, linux-kernel

On Sat, Dec 26, 2009 at 16:36, Stephen Hemminger wrote:
> On Sat, 26 Dec 2009 14:43:10 -0500
> Mike Frysinger <vapier.adi@gmail.com> wrote:
>
>> On Sat, Dec 26, 2009 at 13:58, Stephen Hemminger wrote:
>> > This version of iproute2 utilities includes the changes necessary to support all the features in
>> > 2.6.32, but should be backward compatible with older releases. Lots of bug fixes and little
>> > things, the main area of change is around the always problematic 'ip route flush' interface.
>> >
>> > The tar ball is available at:
>> >  http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-2.6.31.tar.bz2
>>
>> URL and git says 2.6.31, but subject says 2.6.32, so i'm guessing
>> subject is the typoe
>
> Actually, the url is typo

there is no 2.6.32 tarball in the dir indicated by the URL.  there is
however a 2.6.31 tarball dated today.
-mike

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] iproute 2.6.32 released
  2009-12-26 21:38     ` Mike Frysinger
@ 2009-12-26 21:42       ` Stephen Hemminger
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2009-12-26 21:42 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: netdev, linux-net, linux-kernel

On Sat, 26 Dec 2009 16:38:21 -0500
Mike Frysinger <vapier.adi@gmail.com> wrote:

> On Sat, Dec 26, 2009 at 16:36, Stephen Hemminger wrote:
> > On Sat, 26 Dec 2009 14:43:10 -0500
> > Mike Frysinger <vapier.adi@gmail.com> wrote:
> >
> >> On Sat, Dec 26, 2009 at 13:58, Stephen Hemminger wrote:
> >> > This version of iproute2 utilities includes the changes necessary to support all the features in
> >> > 2.6.32, but should be backward compatible with older releases. Lots of bug fixes and little
> >> > things, the main area of change is around the always problematic 'ip route flush' interface.
> >> >
> >> > The tar ball is available at:
> >> >  http://devresources.linuxfoundation.org/dev/iproute2/download/iproute2-2.6.31.tar.bz2
> >>
> >> URL and git says 2.6.31, but subject says 2.6.32, so i'm guessing
> >> subject is the typoe
> >
> > Actually, the url is typo
> 
> there is no 2.6.32 tarball in the dir indicated by the URL.  there is
> however a 2.6.31 tarball dated today.
> -mike

The name is wrong but the code is up to date with 2.6.32.


-- 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-26 21:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-26 18:58 [ANNOUNCE] iproute 2.6.32 released Stephen Hemminger
2009-12-26 19:43 ` Mike Frysinger
2009-12-26 21:36   ` Stephen Hemminger
2009-12-26 21:38     ` Mike Frysinger
2009-12-26 21:42       ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).