Changelog for
iproute2-debuginfo-2.6.29.1-6.2.i586.rpm :
Mon Nov 23 13:00:00 2009 msAATTsuse.de
- check effective UID instead of real UID in the flush
permissions coding (bnc #554419)
Mon Sep 14 14:00:00 2009 msAATTsuse.de
- implemented feature request: fate: #307094 (bnc #537906)
Thu Sep 10 14:00:00 2009 msAATTsuse.de
- added support for monitoring neighbour tables (bnc #537906)
- added support for displaying type labels (bnc #537906)
Fri Aug 28 14:00:00 2009 msAATTsuse.de
- added missing pclose (bnc #534912)
Wed Aug 26 14:00:00 2009 mlsAATTsuse.de
- make patch0 usage consistent
Wed Aug 12 14:00:00 2009 adrianAATTsuse.de
- update to version 2.6.29-1
* Support for lxc
Tue Jul 28 14:00:00 2009 msAATTsuse.de
- make sure do_tunnels_list proc file descriptor will be
closed after use or on proc read error (bnc #525834)
Thu Feb 19 13:00:00 2009 msAATTsuse.de
- fixed ss utility to display inet6 addresses if requested
with -6 or -f inet6 (bnc #473156)
Tue Jan 27 13:00:00 2009 msAATTsuse.de
- fixed a bug in which the memory for the tc_skbedit struct was
being used uninitialized to 0. This patch corrects the issue
by using a memset to 0 out the memory of the
structure (bnc #438950)
Thu Dec 11 13:00:00 2008 agruenAATTsuse.de
- Change max length of the MAC address from 16 bytes to 32 bytes
to accommodate infiniband (bnc#445014).
Mon Oct 13 14:00:00 2008 msAATTsuse.de
- fixed compiler warnings (bnc #434714)
Thu Sep 18 14:00:00 2008 hareAATTsuse.de
- Add skbedit support for FCoE (FATE#303914)
- Add multiqueue support for FCoE (FATE#303914)
- Rename libnl to libnetlink-devel
- Fix IPPROTO_DCCP redefine
- rpmlint fixes
Mon Jul 14 14:00:00 2008 msAATTsuse.de
- update to version 2.6.25
* Fix off by one in nested attribute management.
* netem potential dist table overflow
* rto_min value display overflow
* Overhead calculation is now done in the kernel.
* libnetlink: don\'t spin forever on receive error
* Protocol field on tc_filter is required by the kernel, provide it
* Add missing prefix bit length for addrlabel
* Do not strip binaries with `install`
* In police, fix uninitialized \"overhead\" variable.
* lots of documentation fixes
Fri Jul 11 14:00:00 2008 msAATTsuse.de
- fixed RTM_NEWLINK check for older kernels (bnc #407954)
Mon Jun 30 14:00:00 2008 msAATTsuse.de
- fixed \'tc qdisc\' segmentation fault (bnc #404755)
Thu May 8 14:00:00 2008 msAATTsuse.de
- compile libnetlink with -fPIC (bnc #388021)
Wed Apr 16 14:00:00 2008 schwabAATTsuse.de
- Don\'t strip binaries.
Thu Oct 25 14:00:00 2007 msAATTsuse.de
- update to version 2.6.23, fixed (#336488)
Reason for update:
* The macvlan module, which got added to the kernel in version
2.6.23, needs the new \"ip link add\" feature
These patches add a rewritten version of Ben\'s macvlan driver, which
allows to create virtual ethernet devices. The underlying device is
put in promiscous mode and packets are demuxed based on MAC address.
It behaves similar to bridge devices in that packets are visible on
the real device before delivery to the macvlan driver. The driver
supports all features of the underlying device except VLAN
acceleration, this is currently very hard to support. I might look
into this in the future.
The main downside of this driver is that it adds another hook in
netif_receive_skb, unfortunately that is unavoidable. When not
compiled in the hook vanishes of course.
Usage is simple:
ip link add link eth0 type macvlan
Will create a macvlan0 device with a random MAC address on top of
eth0. No iproute patches are required.
Tue Oct 16 14:00:00 2007 jdelvareAATTsuse.de
- libnetlink.3 is now part of the upstream package, no need to
include our own copy.
Wed Jul 11 14:00:00 2007 msAATTsuse.de
- update to version 2.6.22, fixed (#288551)
* Kim Woelders
, various useful fixups: compilation
with old kernels, cross-compiling, \"all\" == \"any\" in prefix spec.
* Collected from my disk, cleaned and packed to directory iproute2/misc/
several utilities: ss, nstat, ifstat, rtacct, arpd and module tcp_diag.
Writing some docs. me.
* prepared patchlet for pidentd to use tcp_diag.
* David Miller: 64bit (and even worse 64bit kernel/32 bit user :-) fixes
to above. tcp_diag is merged to main tree.
* Alexandr D. Kanevskiy : various flaws in ss
* Alexandr D. Kanevskiy : oops, more aggressive caching
of names opened old bugs: ip started to print garbage in some places.
* Robert Olsson, rt_cache_stat. Renamed to rtstat.
* An old bug in \"ip maddr ls\": reduntant empty lines in output.
Seeing this crap for ages but lucky match of desire/ability to repair
and a huff about this happened only today. :-)
* \"Mr. James W. Laferriere\"
doc: option to produce ps output for non-a4 and not only 2 pages/sheet.
* Jamal\'s patch for ingres qdisc.
* Bernd Eckenfels : deleted orphaned bogus #include
in include/utils.h.
* Julian Anastasov : uninitialized fields in nexthop
producing funny \"dead\" nexthops in multipath routes.
Stupid me, look at the first line in [010803]... Was it difficult to guess
this that time? People blame for several months. :-)
Special thanks to bert hubert who raised the issue in netdev.
Thanks and apologies to Terry Schmidt ,
Ruben Puettmann ,
Mark Ivens .
* willy tarreau : \"make install\" target.
* Tunable limit for sch_sfq. Patch to kernel activating this
is about to be submitted. Reminded by Adi Nugroho
Fri Apr 20 14:00:00 2007 ajAATTsuse.de
- Use texlive for building.
Mon Apr 2 14:00:00 2007 rguentherAATTsuse.de
- add bison and flex BuildRequires
Thu Feb 8 13:00:00 2007 msAATTsuse.de
- fixed array size of name string in iptables.h (#243281)
array of size IPT_FUNCTION_MAXNAMELEN - 1 is referenced
at element IPT_FUNCTION_MAXNAMELEN - 1 which is outside the
array bounds
Mon Jan 29 13:00:00 2007 msAATTsuse.de
- fixed wrong IPT_LIB_DIR value and replaced the code by a
dynamic check for the /usr/%lib/iptables directory (#238886)
Tue Nov 7 13:00:00 2006 roAATTsuse.de
- fix permissions for manpage
Thu Jul 20 14:00:00 2006 msAATTsuse.de
- replaced static HZ define to dynamic:
[#]ifndef HZ
[#]define HZ sysconf(_SC_CLK_TCK)
[#]endif