summaryrefslogtreecommitdiff
path: root/networking/interface.c
Commit message (Expand)AuthorAgeFilesLines
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-3/+3
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* networking/interface.c: get rid of global dataDenys Vlasenko2018-03-051-85/+36
* networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko2018-03-051-23/+14
* networking/interface.c: code shrinkDenys Vlasenko2018-03-051-61/+76
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* networking/interface.c: remove superfluous "& 0377"Denys Vlasenko2017-09-121-4/+3
* Code style fixes, no code changesDenys Vlasenko2016-11-281-4/+4
* Revert "networking: properly initialize ipv6 scope id for printing it"Denys Vlasenko2016-03-291-1/+0
* networking: properly initialize ipv6 scope id for printing itTimo Teräs2016-03-281-0/+1
* busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau2016-02-011-0/+1
* use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-091-18/+6
* ifconfig: fix double free fatal error in INET_sprintDenys Vlasenko2015-02-031-2/+2
* networking: fix potential overflow in ife_print6()Nicolas Dichtel2013-08-141-1/+1
* networking: code shrinkBartosz Golaszewski2013-07-251-54/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-15/+14
* *: simplify Ethernet header includesDan Fandrich2011-06-101-5/+4
* Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko2011-04-161-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: more empty lines removed. no code changesDenys Vlasenko2010-07-261-1/+0
* ifconfig: do not truncate interface names. closes bug 1795Denys Vlasenko2010-05-231-2/+1
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-041-47/+5
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-011-27/+15
* more thorough fix for systems with strange socklen_tDenys Vlasenko2010-02-021-1/+1
* small optimizations of toupper/tolowerDenys Vlasenko2009-10-231-10/+6
* networking/interface.c: tiny code shrinkDenys Vlasenko2009-10-221-9/+9
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-11/+11
* vi: speedup and code shrink (Walter Harms)Denis Vlasenko2008-11-241-1/+1
* networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2008-11-221-75/+85
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-291-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-38/+38
* networking/interface.c: fix indentationDenis Vlasenko2008-06-041-51/+49
* two fixlets for -WallDenis Vlasenko2008-05-171-1/+1
* - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer2008-05-161-0/+82
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-2/+2
* remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-05-151-1/+1
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-211-16/+16
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-201-2/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* whitespace/style fixDenis Vlasenko2007-10-111-11/+12
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-4/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-5/+5
* interface.c: code shrink (IIRC ~30 bytes)Denis Vlasenko2007-07-291-43/+43
* style fix (stray space before ';')Denis Vlasenko2007-07-211-1/+1
* ifconfig: make it work with ifaces with ifnames > 255Denis Vlasenko2007-07-171-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-2/+1
* networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko2007-06-191-7/+6