summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-03-29Revert "networking: properly initialize ipv6 scope id for printing it"Denys Vlasenko1-1/+0
2016-03-28networking: properly initialize ipv6 scope id for printing itTimo Teräs1-0/+1
2016-02-01busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau1-0/+1
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko4-40/+18
2015-02-03ifconfig: fix double free fatal error in INET_sprintDenys Vlasenko1-2/+2
2014-07-04android: add a switch to handle Android LTanguy Pruvot6-20/+66
2013-08-14networking: fix potential overflow in ife_print6()Nicolas Dichtel1-1/+1
2013-07-25networking: code shrinkBartosz Golaszewski5-99/+60
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-06-10*: simplify Ethernet header includesDan Fandrich10-56/+30
2011-04-16Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko1-1/+1
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-25*: more empty lines removed. no code changesDenys Vlasenko5-4/+7
2010-05-23ifconfig: do not truncate interface names. closes bug 1795Denys Vlasenko1-2/+1
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko4-49/+46
2010-04-01clean up redundant, commented-out and misplaced includesDenys Vlasenko6-37/+16
2010-02-02more thorough fix for systems with strange socklen_tDenys Vlasenko6-32/+36
2009-10-23small optimizations of toupper/tolowerDenys Vlasenko2-18/+11
2009-10-22networking/interface.c: tiny code shrinkDenys Vlasenko2-12/+12
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-11-24vi: speedup and code shrink (Walter Harms)Denis Vlasenko3-34/+32
2008-11-22networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2-76/+86
2008-07-29hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko8-7/+30
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-04networking/interface.c: fix indentationDenis Vlasenko3-60/+52
2008-05-17two fixlets for -WallDenis Vlasenko2-2/+2
2008-05-16- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whateverBernhard Reutner-Fischer6-4/+105
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko43-110/+113
2008-05-15remove stray semicolons (by Cristian Ionescu-Idbohrn)Denis Vlasenko2-2/+2
2008-04-21*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko7-51/+47
2008-03-20*: use fopen_or_warn in few more placesDenis Vlasenko4-6/+4
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-10-11whitespace/style fixDenis Vlasenko1-11/+12
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-29interface.c: code shrink (IIRC ~30 bytes)Denis Vlasenko1-43/+43
2007-07-21style fix (stray space before ';')Denis Vlasenko28-58/+58
2007-07-17ifconfig: make it work with ifaces with ifnames > 255Denis Vlasenko1-1/+1
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-06-19networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko6-136/+112
2007-06-19networking/interface.c: reduce bss usageDenis Vlasenko4-52/+62
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-22interface: revert part of commit 18120 (eth aliases work again)Denis Vlasenko1-2/+5
2007-03-15networking/interface.c: was doing really strange caching of fd'sDenis Vlasenko2-205/+113
2007-03-14arp, networking/interface.c: eliminate staticsDenis Vlasenko3-85/+90
[next]