* [ANNOUNCE] iproute2 v2.6.28
@ 2009-01-15 21:08 Stephen Hemminger
2009-01-16 14:46 ` Arkadiusz Miskiewicz
2009-01-16 19:06 ` Oliver Hartkopp
0 siblings, 2 replies; 4+ messages in thread
From: Stephen Hemminger @ 2009-01-15 21:08 UTC (permalink / raw)
To: netdev
New version of iproute2 utilities that includes bug fixes and
support for all the new features in kernel 2.6.28.
Source: (note old developer.osdl.org address works as well)
http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-2.6.28.tar.bz2
Git tree:
git://git.kernel.org/pub/scm/network/iproute2/iproute2.git
Changes since v.2.6.27:
Alexander Duyck (2):
add support for skbedit action
add support for multiq qdisc
Benedikt Gollatz (1):
When the preferred lifetime of a prefix assigned by IPv6 autoconfiguration
Denys Fedoryshchenko (1):
Fix tc/m_ipt memory leaks
Herbert Xu (2):
ip: gre: Add GRE configuration support through rtnl_link
Update version of IP gre
Olivier Fourdan (1):
ip maddr show” on an infiniband address causes a stack corruption
Stephen Hemminger (4):
Update headers to 2.6.28
Fix leftovers from earlier change
Fix compile warnings
Update snapshot
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [ANNOUNCE] iproute2 v2.6.28 2009-01-15 21:08 [ANNOUNCE] iproute2 v2.6.28 Stephen Hemminger @ 2009-01-16 14:46 ` Arkadiusz Miskiewicz 2009-01-16 17:43 ` Stephen Hemminger 2009-01-16 19:06 ` Oliver Hartkopp 1 sibling, 1 reply; 4+ messages in thread From: Arkadiusz Miskiewicz @ 2009-01-16 14:46 UTC (permalink / raw) To: netdev; +Cc: Stephen Hemminger On Thursday 15 of January 2009, you wrote: > New version of iproute2 utilities that includes bug fixes and > support for all the new features in kernel 2.6.28. > > Source: (note old developer.osdl.org address works as well) > http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-2. >6.28.tar.bz2 > > Git tree: > git://git.kernel.org/pub/scm/network/iproute2/iproute2.git > > Changes since v.2.6.27: There was no 2.6.27 release, so please include changelog up to 2.6.26. -- Arkadiusz Miśkiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/ ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] iproute2 v2.6.28 2009-01-16 14:46 ` Arkadiusz Miskiewicz @ 2009-01-16 17:43 ` Stephen Hemminger 0 siblings, 0 replies; 4+ messages in thread From: Stephen Hemminger @ 2009-01-16 17:43 UTC (permalink / raw) To: Arkadiusz Miskiewicz; +Cc: netdev > There was no 2.6.27 release, so please include changelog up to 2.6.26. Alexander Duyck (2): add support for skbedit action add support for multiq qdisc Andreas Henriksson (5): fix syntax errors in ip(8) manpage. ip: abbreviation of network-prefix is no longer possible with ip route ip a flush: unnecessarily chatty when there's nothing to flush iproute: DESTDIR vs LIBDIR. Allow he in tunnel name Benedikt Gollatz (1): Fix IPV6 autoconfig causing negative preferred lifetime Denys Fedoryshchenko (2): long/ulong iproute-git fix Fix tc/m_ipt memory leaks Herbert Xu (3): ip: xfrm: Add AEAD support ip: gre: Add GRE configuration support through rtnl_link Update version of IP gre Jussi Kivilinna (1): add generic size table for qdiscs Li Yewang (2): Fix the error of "ss -f inet -t" distinguish the inet and inet6 domain when loading the tcp_diag module Olivier Fourdan (1): ip maddr show” on an infiniband address causes a stack corruption Patrick McHardy (4): cls_flow: add perturbation support iflink_vlan: support GVRP flag Support "ip link add help" for rtnl_link API Refuse "ip link add/replace" without device type parameter Stephen Hemminger (19): Revert "I found out when I was writing manual page, that options ALGO_NAME and" Add DSCP values for RFC2597 Update headers to 2.6.27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2 Update to 2.6.27 API Merge in fix for loss of MQ Fix duplicate return tc filter help should just print usage Fix help text for ip link Compatiable network abbreviation support Restore old address parsing but with checking Update headers to 2.6.28 Fix leftovers from earlier change Fix compile warnings Update snapshot ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] iproute2 v2.6.28 2009-01-15 21:08 [ANNOUNCE] iproute2 v2.6.28 Stephen Hemminger 2009-01-16 14:46 ` Arkadiusz Miskiewicz @ 2009-01-16 19:06 ` Oliver Hartkopp 1 sibling, 0 replies; 4+ messages in thread From: Oliver Hartkopp @ 2009-01-16 19:06 UTC (permalink / raw) To: Stephen Hemminger; +Cc: netdev [-- Attachment #1: Type: text/plain, Size: 782 bytes --] Stephen Hemminger wrote: > New version of iproute2 utilities that includes bug fixes and > support for all the new features in kernel 2.6.28. > Hello Stephen, your mail reminded me that some defines for the Controller Area Network (CAN) are still missing since 2.6.25. It's not a big problem, but it makes a better show in 'ip link show' on CAN interfaces :-) I also moved __PF(CAN,can) in ll_proto.c to the same position where it can be found in if_ether.h . The only thing i did not know if the __PF(CAN,can) in ll_types.c needs to be put in #ifdef ARPHDR_CAN like __PF(HWX25,hwx25) is or not. You definitely know that better than me. Regards, Oliver iproute2: add missing defines for Controller Area Network Signed-off-by: Oliver Hartkopp <oliver@hartkopp.net> [-- Attachment #2: iproute2-2.6.28-can.patch --] [-- Type: text/x-patch, Size: 1239 bytes --] diff -u -r iproute2-2.6.28-orig/ip/ipaddress.c iproute2-2.6.28/ip/ipaddress.c --- iproute2-2.6.28-orig/ip/ipaddress.c 2009-01-15 21:25:04.000000000 +0100 +++ iproute2-2.6.28/ip/ipaddress.c 2009-01-16 19:33:22.000000000 +0100 @@ -109,6 +109,7 @@ _PF(UP); _PF(LOWER_UP); _PF(DORMANT); + _PF(ECHO); #undef _PF if (flags) fprintf(fp, "%x", flags); diff -u -r iproute2-2.6.28-orig/lib/ll_proto.c iproute2-2.6.28/lib/ll_proto.c --- iproute2-2.6.28-orig/lib/ll_proto.c 2009-01-15 21:25:04.000000000 +0100 +++ iproute2-2.6.28/lib/ll_proto.c 2009-01-16 19:46:43.000000000 +0100 @@ -84,6 +84,7 @@ __PF(WAN_PPP,wan_ppp) __PF(PPP_MP,ppp_mp) __PF(LOCALTALK,localtalk) +__PF(CAN,can) __PF(PPPTALK,ppptalk) __PF(TR_802_2,tr_802_2) __PF(MOBITEX,mobitex) @@ -94,7 +95,6 @@ #endif __PF(TIPC,tipc) __PF(AOE,aoe) -__PF(CAN,can) { 0x8100, "802.1Q" }, { ETH_P_IP, "ipv4" }, diff -u -r iproute2-2.6.28-orig/lib/ll_types.c iproute2-2.6.28/lib/ll_types.c --- iproute2-2.6.28-orig/lib/ll_types.c 2009-01-15 21:25:04.000000000 +0100 +++ iproute2-2.6.28/lib/ll_types.c 2009-01-16 19:27:35.000000000 +0100 @@ -70,6 +70,7 @@ #ifdef ARPHRD_HWX25 __PF(HWX25,hwx25) #endif +__PF(CAN,can) __PF(PPP,ppp) __PF(HDLC,hdlc) __PF(LAPB,lapb) ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-16 19:06 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-01-15 21:08 [ANNOUNCE] iproute2 v2.6.28 Stephen Hemminger 2009-01-16 14:46 ` Arkadiusz Miskiewicz 2009-01-16 17:43 ` Stephen Hemminger 2009-01-16 19:06 ` Oliver Hartkopp
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).