summaryrefslogtreecommitdiff
path: root/lib/interface.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-24Removed SET and GET of interface metricsJiri Popelka1-10/+4
2011-12-10ignore return value of fgets calls we dont care aboutMike Frysinger1-2/+4
2011-01-01Bug #17812 Fix the handling of some of the HAVE_* flags ifdef vs if. --jpa468Bernd Eckenfels1-3/+5
2010-01-01interface: fix IPv6 parsing of interfaces with large indexes (> 255)Mike Frysinger1-2/+2
2009-12-31interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64...Mike Frysinger1-3/+3
2009-09-06ifconfig: fix no output when if_readlist_proc() failsMike Frysinger1-5/+8
2009-07-08scanf format length fix (non exploitable?) fromBernd Eckenfels1-2/+2
2005-08-23Eric Oberlander reported in Debian Bug#323261 that byte counter unitBernd Eckenfels1-3/+3
2003-06-28bugfix: Skipping readlist, if readlist_proc sicceeded is not aBernd Eckenfels1-7/+6
2003-05-29added 'ull' prefix to unsigned long long constants to make gcc 3.3 happyBernd Eckenfels1-138/+161
2002-12-10- change columns of netstat -i/ifconfig -s to avoid run-into (Stefan Illner)Bernd Eckenfels1-4/+4
2002-12-05corrected typo to make lib/interfaces.c actually compileBernd Eckenfels1-4/+4
2002-12-05better ioctl fallback handling for interface listing, avoids duplicateBernd Eckenfels1-12/+23
2002-06-14thanks to "Erik A. Hendriks" <hendriks@lanl.gov> the interface naneBernd Eckenfels1-10/+13
2002-03-05export procnetdev_version, get_dev_fields, get_name fromBernd Eckenfels1-4/+4
2002-02-23make RX-OK and TX-OK col. in "netstat -i" 1 digit longer by left aligningBernd Eckenfels1-4/+4
2001-11-25this fixes Debian Bug #109164 (netstat -ci does only print stats once). ItBernd Eckenfels1-13/+13
2001-11-24fixed debian bug#109370 (empty line if baseaddr < 0x100 in ifconfig).Bernd Eckenfels1-2/+2
2001-11-12added SI unit patch from adam@cfar.umd.edu to output of ifconfig byteBernd Eckenfels1-9/+26
2001-11-10sscanf pattern is %Lu not %llu for long long unsigned byte counters.Bernd Eckenfels1-4/+4
2001-08-09Increase SIOCGIFCONF buffer size faster for many interfaces.Andi Kleen1-2/+2
2001-07-17dohPhil Blundell1-3/+3
2001-07-17Fix confusion between bits and bytesPhil Blundell1-7/+18
2001-02-10Make packet/byte counters 64 bits widePhil Blundell1-12/+14
2000-12-19read netdev counters as unsigned lon, not signed long, should fix the debianBernd Eckenfels1-4/+4
2000-12-19display all IFF_ flags for netstat -i (print_short and print_long has equalBernd Eckenfels1-5/+18
2000-12-19byte count will be displayed in ifconfig, patch from John Corey <kunglao@prai...Bernd Eckenfels1-3/+18
2000-08-14Speed up list operations by exploiting that the interface list is ordered,Andi Kleen1-36/+53
2000-05-21Update manual pages to better match reality.Phil Blundell1-1/+320
2000-02-20Fix netstat -ci (#6904 in RedHat bugzilla)Phil Blundell1-1/+2
1999-12-11Some patches from Kurt Garloff to handle /etc/networks correctlyKlaas Freitag1-11/+12
1999-09-27Make it compile without HAVE_HWSLIP.Klaas Freitag1-1/+4
1999-07-28Patch from Jeff Johnson <jbj@redhat.com> to fix `netstat -c'Phil Blundell1-1/+11
1999-04-21Fix 2.0 compatibilityPhil Blundell1-1/+2
1999-04-20Use libc headers not kernel ones.Phil Blundell1-3/+3
1999-03-03Crusade against bogus AF specifics. Make it work (mostly)Phil Blundell1-23/+27
1999-01-09Several new additions to net-tools. From Alexey's iproute2,Phil Blundell1-0/+507