Add Bluetooth socket support
[platform/upstream/net-tools.git] / ifconfig.c
2011-11-21 Mike Frysingerfix integer/pointer cast warnings
2011-01-01 Bernd EckenfelsBug #17812 Fix the handling of some of the HAVE_* flags...
2008-10-02 Bernd EckenfelsAvoid segfault of ifconfig(8) on missing /proc/net/dev
2002-12-10 Bernd Eckenfels- change columns of netstat -i/ifconfig -s to avoid...
2002-07-05 Bernd EckenfelsJack Bloch noticed that the hw comamnd of ifconfig...
2002-07-03 Bernd Eckenfelsthere is no such thing as -i option for ifconfig
2001-11-01 Bernd Eckenfelsdelay the setting of netmask derived from /mask after...
2001-11-01 Bernd Eckenfelsminor fix to return E_USAGE on -V instead of exit(0);
2001-11-01 Bernd Eckenfelsfailed to set error flag if netmask setting reported...
2001-06-29 Bernd Eckenfelsthis will check after clearing a flag, that it is indee...
2001-04-13 Phil BlundellFix typo.
2001-04-13 Phil BlundellReformat recently-added code to match style of the...
2001-04-13 Phil BlundellCheck that ap->input is non NULL before dereferencing it.
2001-04-08 Phil BlundellUse setlocale at program initialisation.
2001-04-01 Phil BlundellUndo "close spare sockets" patch to fix IPv6 breakage.
2001-02-19 Bernd EckenfelsAdam Richter pointed out, that 0 is a valid fd value...
2001-02-12 Phil BlundellAvoid closing a socket we're about to use.
2000-10-26 Andi KleenAlways complain when SIOCGIFMAP fails.
2000-10-08 Bernd Eckenfelsfix from bug#9215 in bugzilla@redhat (ifconfig sl0...
2000-08-14 Andi KleenSpeed up list operations by exploiting that the interfa...
2000-07-31 Bernd Eckenfelsfixed a segfault condition in ifconfig when setting...
2000-06-11 Phil BlundellFix stray brace.
2000-05-27 Phil BlundellCheck /proc before opening ECONET sockets.
2000-05-21 Phil BlundellUpdate manual pages to better match reality.
2000-05-21 Phil BlundellDocumentation updates.
2000-05-20 Phil BlundellAdd support for `add' and `del' with IPv4.
2000-05-20 Phil BlundellAdd X.25 support.
1999-12-11 Klaas FreitagSome patches from Kurt Garloff to handle /etc/networks...
1999-09-28 Phil BlundellFix another reference to hw->sprint
1999-04-18 Phil BlundellMinor textual updates/corrections
1999-04-04 Phil BlundellRemove bogus checks for loopback, use the real ARPHRD...
1999-03-24 Phil BlundellMore i18n, from Meelis Roos <mroos@tartu.cyber.ee>
1999-03-03 Phil BlundellCrusade against bogus AF specifics. Make it work ...
1999-01-17 Phil BlundellWhen setting point-to-point address, use the AF-specific
1999-01-05 Phil BlundellA whole pile of fixes from Bernd, plus a fix for an arp
1998-12-06 Phil BlundellMiscellaneous minor mods. Unless anything turns up...
1998-12-05 Phil BlundellMore socket-open fixes
1998-12-01 Phil BlundellAllow interface names to be 9 characters long rather...
1998-11-19 Phil BlundellInclude util.h where needed
1998-11-19 Klaas FreitagSome cosmetic fixes to program error messages.
1998-11-18 Phil BlundellAdd prototype for safe_strncpy()
1998-11-17 Klaas Freitag- Allow device probing again (this should fix the probl...
1998-11-15 Klaas FreitagYow. This is net-tools completely reindented.
1998-11-14 Phil BlundellRework socket handling again. Rather than
1998-10-31 Phil BlundellAdd support for SLIP keepalive and linefill.
1998-10-30 Klaas FreitagCheck /proc files first before opening sockets to work...
1998-10-23 Klaas FreitagPrint 2.1 interface aliases in netstat and ifconfig.
1998-08-29 Phil BlundellMake i18n default to off (and fix typo in config.in)
1998-08-10 Phil BlundellReplace outdated NLS support with GNU gettext (patch...
1998-05-07 Klaas FreitagSupport /prefix syntax for IPv4 in ifconfig too.
1998-04-16 Klaas FreitagMove the HAVE_TXQUEUELEN check into the common include...
1998-04-15 Klaas FreitagMake it compile without econet.
1998-04-10 Phil BlundellPile of net-tools goodies. I plan to make a 1.45 relea...
1998-03-02 Phil BlundellUpdate for new kernel, plus more changes.
1998-02-13 Phil BlundellMerge more changes from my private tree, mostly ifconfi...
1998-02-08 Phil BlundellVarious ifconfig cleanups and new arp.
1998-01-25 Phil BlundellMore fixes
1998-01-25 Phil BlundellMerge various changes from my private tree.
1998-01-12 Klaas FreitagAdd txqueuelen argument to ifconfig.
1998-01-08 Phil BlundellInitial revision