summaryrefslogtreecommitdiff
path: root/ifconfig.c
AgeCommit message (Expand)AuthorFilesLines
2001-02-19Adam Richter pointed out, that 0 is a valid fd value, even if it is unlikelyBernd Eckenfels1-2/+2
2001-02-12Avoid closing a socket we're about to use.Phil Blundell1-3/+3
2000-10-26Always complain when SIOCGIFMAP fails.Andi Kleen1-5/+12
2000-10-08fix from bug#9215 in bugzilla@redhat (ifconfig sl0 mtu 1440 works now)Bernd Eckenfels1-15/+21
2000-08-14Speed up list operations by exploiting that the interface list is ordered,Andi Kleen1-3/+3
2000-07-31fixed a segfault condition in ifconfig when setting hw address for AF loop,Bernd Eckenfels1-1/+7
2000-06-11Fix stray brace.Phil Blundell1-6/+6
2000-05-27Check /proc before opening ECONET sockets.Phil Blundell1-3/+15
2000-05-21Update manual pages to better match reality.Phil Blundell1-279/+19
2000-05-21Documentation updates.Phil Blundell1-2/+2
2000-05-20Add support for `add' and `del' with IPv4.Phil Blundell1-80/+297
2000-05-20Add X.25 support.Phil Blundell1-2/+3
1999-12-11Some patches from Kurt Garloff to handle /etc/networks correctlyKlaas Freitag1-2/+3
1999-09-28Fix another reference to hw->sprintPhil Blundell1-2/+2
1999-04-18Minor textual updates/correctionsPhil Blundell1-3/+3
1999-04-04Remove bogus checks for loopback, use the real ARPHRD value.Phil Blundell1-9/+5
1999-03-24More i18n, from Meelis Roos <mroos@tartu.cyber.ee>Phil Blundell1-2/+2
1999-03-03Crusade against bogus AF specifics. Make it work (mostly)Phil Blundell1-13/+14
1999-01-17When setting point-to-point address, use the AF-specificPhil Blundell1-2/+2
1999-01-05A whole pile of fixes from Bernd, plus a fix for an arpPhil Blundell1-25/+43
1998-12-06Miscellaneous minor mods. Unless anything turns up in the nextPhil Blundell1-2/+2
1998-12-05More socket-open fixesPhil Blundell1-2/+2
1998-12-01Allow interface names to be 9 characters long rather thanPhil Blundell1-2/+2
1998-11-19Include util.h where neededPhil Blundell1-1/+2
1998-11-19Some cosmetic fixes to program error messages.Klaas Freitag1-5/+8
1998-11-18Add prototype for safe_strncpy()Phil Blundell1-32/+2
1998-11-17- Allow device probing again (this should fix the problem Arnaldo de MeloKlaas Freitag1-43/+49
1998-11-15Yow. This is net-tools completely reindented.Klaas Freitag1-886/+896
1998-11-14Rework socket handling again. Rather thanPhil Blundell1-40/+72
1998-10-31Add support for SLIP keepalive and linefill.Phil Blundell1-2/+41
1998-10-30Check /proc files first before opening sockets to work around 2.1Klaas Freitag1-5/+33
1998-10-23Print 2.1 interface aliases in netstat and ifconfig.Klaas Freitag1-34/+41
1998-08-29Make i18n default to off (and fix typo in config.in)Phil Blundell1-8/+8
1998-08-10Replace outdated NLS support with GNU gettext (patch fromPhil Blundell1-114/+84
1998-05-07Support /prefix syntax for IPv4 in ifconfig too.Klaas Freitag1-24/+61
1998-04-16Move the HAVE_TXQUEUELEN check into the common include file interface.h -Klaas Freitag1-5/+4
1998-04-15Make it compile without econet.Klaas Freitag1-4/+12
1998-04-10Pile of net-tools goodies. I plan to make a 1.45 release thisPhil Blundell1-6/+46
1998-03-02Update for new kernel, plus more changes.Phil Blundell1-390/+31
1998-02-13Merge more changes from my private tree, mostly ifconfig tidyups.Phil Blundell1-14/+16
1998-02-08Various ifconfig cleanups and new arp.Phil Blundell1-22/+20
1998-01-25More fixesPhil Blundell1-0/+3
1998-01-25Merge various changes from my private tree.Phil Blundell1-6/+17
1998-01-12Add txqueuelen argument to ifconfig.Klaas Freitag1-5/+36
1998-01-08Initial revisionPhil Blundell1-0/+1261