aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed signedness compiler warningBernd Eckenfels2006-10-111-1/+1
* X25 code compiles with 2.4 and 2.6 kernel headers (Debian Bug#271678)Bernd Eckenfels2005-09-041-1/+1
* Eric Oberlander reported in Debian Bug#323261 that byte counter unitBernd Eckenfels2005-08-231-3/+3
* make ipx in 2.6 work (perhaps).Bernd Eckenfels2005-08-022-9/+17
* make it compile with 2.4 and 2.6 kernel headers (Debian Bug #271678)Bernd Eckenfels2005-05-161-2/+2
* token ring patch from http://www.linuxtr.net/download/net-tools-1.60.patchBernd Eckenfels2005-05-161-2/+18
* debians version of nstrcmp - ugly but worksBernd Eckenfels2004-06-031-17/+150
* merged debian patch to make it compile with new headersBernd Eckenfels2004-06-031-1/+1
* avoid namespace conflictsBernd Eckenfels2004-06-031-2/+2
* fix portability problem on 64-bit big endian.Phil Blundell2003-10-191-3/+3
* Maik Broemme contributed gcc warning fixes (break after default: label)Bernd Eckenfels2003-10-111-0/+1
* bugfix: Skipping readlist, if readlist_proc sicceeded is not aBernd Eckenfels2003-06-281-7/+6
* added 'ull' prefix to unsigned long long constants to make gcc 3.3 happyBernd Eckenfels2003-05-291-138/+161
* fixed compile warning (unneeded default: label in switch)Bernd Eckenfels2003-05-281-1/+0
* use [::]:port as wildcard ipv6 address instead of *:portBernd Eckenfels2002-12-101-2/+2
* - change columns of netstat -i/ifconfig -s to avoid run-into (Stefan Illner)Bernd Eckenfels2002-12-101-4/+4
* Bruno Hall contributed a small and working nstrcmp()Bernd Eckenfels2002-12-101-26/+16
* corrected typo to make lib/interfaces.c actually compileBernd Eckenfels2002-12-051-4/+4
* better ioctl fallback handling for interface listing, avoids duplicateBernd Eckenfels2002-12-051-12/+23
* route now support -6 -4 or -46 optionBernd Eckenfels2002-07-301-12/+36
* more stable ipx parsing (no segfault anymore)Bernd Eckenfels2002-07-301-0/+3
* ethernet mac in lower case hex digitsBernd Eckenfels2002-07-301-2/+2
* thanks to "Erik A. Hendriks" <hendriks@lanl.gov> the interface naneBernd Eckenfels2002-06-141-10/+13
* simple patch from Ajax <ajax@firest0rm.org> (corrected) to print DDPBernd Eckenfels2002-06-022-3/+72
* brken buffer for printed irda address, reported by Christoph BartelmusBernd Eckenfels2002-05-011-4/+6
* export procnetdev_version, get_dev_fields, get_name fromBernd Eckenfels2002-03-051-4/+4
* make RX-OK and TX-OK col. in "netstat -i" 1 digit longer by left aligningBernd Eckenfels2002-02-231-4/+4
* this fixes Debian Bug #109164 (netstat -ci does only print stats once). ItBernd Eckenfels2001-11-251-13/+13
* fixed debian bug#109370 (empty line if baseaddr < 0x100 in ifconfig).Bernd Eckenfels2001-11-241-2/+2
* added EUI64 Hardware Address FamilyBernd Eckenfels2001-11-124-2/+172
* added SI unit patch from adam@cfar.umd.edu to output of ifconfig byteBernd Eckenfels2001-11-121-9/+26
* sscanf pattern is %Lu not %llu for long long unsigned byte counters.Bernd Eckenfels2001-11-101-4/+4
* Fix netstat -- don't print all v4 addresses as v4-mapped-in-v6.Andi Kleen2001-08-262-5/+27
* Increase SIOCGIFCONF buffer size faster for many interfaces.Andi Kleen2001-08-091-2/+2
* dohPhil Blundell2001-07-171-3/+3
* Fix confusion between bits and bytesPhil Blundell2001-07-171-7/+18
* some changes in the routing flags, 2 flags are outstanding... anybody has anBernd Eckenfels2001-03-181-37/+28
* Make packet/byte counters 64 bits widePhil Blundell2001-02-101-12/+14
* read netdev counters as unsigned lon, not signed long, should fix the debianBernd Eckenfels2000-12-191-4/+4
* display all IFF_ flags for netstat -i (print_short and print_long has equalBernd Eckenfels2000-12-191-5/+18
* byte count will be displayed in ifconfig, patch from John Corey <kunglao@prai...Bernd Eckenfels2000-12-191-3/+18
* Handle getnameinfo() failures a bit better (should avoid segfaultPhil Blundell2000-10-281-3/+3
* patch from Alex Belits <abelits@phobos.illtel.denver.co.us> to supportBernd Eckenfels2000-10-081-5/+23
* feature from the guys at RedHat for more selective "-n" option:Bernd Eckenfels2000-10-086-23/+27
* Speed up list operations by exploiting that the interface list is ordered,Andi Kleen2000-08-141-36/+53
* make net-lib compile again, not sure why this is not passed to the subdirBernd Eckenfels2000-07-281-0/+3
* Check /proc before opening ECONET sockets.Phil Blundell2000-05-271-2/+2
* Make `route -A inet6 add default ...' work.Phil Blundell2000-05-221-10/+16
* Update manual pages to better match reality.Phil Blundell2000-05-211-1/+320
* Fix warnings.Phil Blundell2000-05-201-21/+1