aboutsummaryrefslogtreecommitdiff
path: root/networking/interface.c
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2018-03-05networking/interface.c: get rid of global dataDenys Vlasenko
2018-03-05networking/interface.c: get rid of global "smallint interface_opt_a"Denys Vlasenko
2018-03-05networking/interface.c: code shrinkDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-09-12networking/interface.c: remove superfluous "& 0377"Denys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-03-29Revert "networking: properly initialize ipv6 scope id for printing it"Denys Vlasenko
2016-03-28networking: properly initialize ipv6 scope id for printing itTimo Teräs
2016-02-01busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2015-02-03ifconfig: fix double free fatal error in INET_sprintDenys Vlasenko
2013-08-14networking: fix potential overflow in ife_print6()Nicolas Dichtel
2013-07-25networking: code shrinkBartosz Golaszewski
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2011-06-10*: simplify Ethernet header includesDan Fandrich
2011-04-16Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26*: more empty lines removed. no code changesDenys Vlasenko
2010-05-23ifconfig: do not truncate interface names. closes bug 1795Denys Vlasenko
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko
2010-04-01clean up redundant, commented-out and misplaced includesDenys Vlasenko
2010-02-02more thorough fix for systems with strange socklen_tDenys Vlasenko
2009-10-23small optimizations of toupper/tolowerDenys Vlasenko
2009-10-22networking/interface.c: tiny code shrinkDenys Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-11-24vi: speedup and code shrink (Walter Harms)Denis Vlasenko
2008-11-22networking/interface.c: better readability (by Walter Harms)Denis Vlasenko
2008-07-29hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-04networking/interface.c: fix indentationDenis Vlasenko
2008-05-17two fixlets for -WallDenis Vlasenko
2008-05-16- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-15remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko
2008-04-21*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko
2008-03-20*: use fopen_or_warn in few more placesDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-10-11whitespace/style fixDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-29interface.c: code shrink (IIRC ~30 bytes)Denis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-07-17ifconfig: make it work with ifaces with ifnames > 255Denis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-19networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko
2007-06-19networking/interface.c: reduce bss usageDenis Vlasenko