aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add X.25 support.Phil Blundell2000-05-2013-11/+482
* Add STRIP support.Phil Blundell2000-04-023-2/+104
* fixed compile warning for NULL instead of 0 in "suppress_null_addr" (who didBernd Eckenfels2000-03-051-2/+2
* Fix problems with hwtype initialisation.Phil Blundell2000-03-0510-91/+19
* Fix netstat -ci (#6904 in RedHat bugzilla)Phil Blundell2000-02-201-1/+2
* Accept mtu as synonym for mssKlaas Freitag2000-02-031-3/+3
* Remove typo to make it compileKlaas Freitag2000-02-021-2/+2
* Some patches from Kurt Garloff to handle /etc/networks correctlyKlaas Freitag1999-12-116-32/+89
* Support new token ring ARP typePhil Blundell1999-12-112-2/+19
* Remove `sprint' member from struct hwtype. As far as I can seePhil Blundell1999-09-2710-100/+88
* Make it compile without HAVE_HWSLIP.Klaas Freitag1999-09-271-1/+4
* Fix warning in netstat.Phil Blundell1999-08-281-1/+5
* Portability/cross-compile fixes from Chris G. DemetriouPhil Blundell1999-08-261-1/+1
* clear struct to get all matching v6 addresses in ifconfigBernd Eckenfels1999-08-241-1/+3
* Patch from Jeff Johnson <jbj@redhat.com> to fix `netstat -c'Phil Blundell1999-07-281-1/+11
* Bump version to 1.53Phil Blundell1999-06-122-22/+26
* Add support for Econet hardware; internationalize Token Ring.Phil Blundell1999-05-164-4/+43
* More i18n, from Meelis RoosPhil Blundell1999-04-232-3/+2
* Fix 2.0 compatibilityPhil Blundell1999-04-211-1/+2
* Compile fixesPhil Blundell1999-04-211-1/+5
* Add IrDA support; patch from Dag Brattli <dagb@cs.uit.no>Phil Blundell1999-04-213-2/+98
* Use libc headers not kernel ones.Phil Blundell1999-04-202-8/+5
* Minor textual updates/correctionsPhil Blundell1999-04-183-8/+15
* Include <asm/types.h> in utils.h (apparently needed to buildPhil Blundell1999-04-051-1/+0
* Remove bogus checks for loopback, use the real ARPHRD value.Phil Blundell1999-04-045-7/+9
* More fixes for esoteric situations.Phil Blundell1999-03-031-6/+2
* Crusade against bogus AF specifics. Make it work (mostly)Phil Blundell1999-03-034-27/+49
* Add support for -V flag to ipmaddr. Arbitrarily say that thisPhil Blundell1999-03-021-1/+2