aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revert 621a2f376334f8097604b9fee5783e0f1141e66d for ifconfig output format to...gentooMike Frysinger2011-11-201-141/+121
* Bug #17812 Fix the handling of some of the HAVE_* flags ifdef vs if. --jpa468Bernd Eckenfels2011-01-011-3/+5
* interface: fix IPv6 parsing of interfaces with large indexes (> 255)Mike Frysinger2010-01-011-2/+2
* interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64...Mike Frysinger2009-12-311-3/+3
* ifconfig: fix no output when if_readlist_proc() failsMike Frysinger2009-09-061-5/+8
* scanf format length fix (non exploitable?) fromBernd Eckenfels2009-07-081-2/+2
* Eric Oberlander reported in Debian Bug#323261 that byte counter unitBernd Eckenfels2005-08-231-3/+3
* 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
* - change columns of netstat -i/ifconfig -s to avoid run-into (Stefan Illner)Bernd Eckenfels2002-12-101-4/+4
* 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
* thanks to "Erik A. Hendriks" <hendriks@lanl.gov> the interface naneBernd Eckenfels2002-06-141-10/+13
* 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 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
* 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
* 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
* Speed up list operations by exploiting that the interface list is ordered,Andi Kleen2000-08-141-36/+53
* Update manual pages to better match reality.Phil Blundell2000-05-211-1/+320
* Fix netstat -ci (#6904 in RedHat bugzilla)Phil Blundell2000-02-201-1/+2
* Some patches from Kurt Garloff to handle /etc/networks correctlyKlaas Freitag1999-12-111-11/+12
* Make it compile without HAVE_HWSLIP.Klaas Freitag1999-09-271-1/+4
* Patch from Jeff Johnson <jbj@redhat.com> to fix `netstat -c'Phil Blundell1999-07-281-1/+11
* Fix 2.0 compatibilityPhil Blundell1999-04-211-1/+2
* Use libc headers not kernel ones.Phil Blundell1999-04-201-3/+3
* Crusade against bogus AF specifics. Make it work (mostly)Phil Blundell1999-03-031-23/+27
* Several new additions to net-tools. From Alexey's iproute2,Phil Blundell1999-01-091-0/+507