summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01ip: make ip aliases individually selectableDenys Vlasenko1-77/+85
2016-11-23ipneigh: add this shortcur similar to other "ip <CMD>" shortcutsDenys Vlasenko1-1/+2
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2015-10-14networking: add 'ip neigh' commandCurt Brune8-26/+420
2015-07-01ip addr: support change and replace commandsMichael Tokarev2-9/+13
2011-12-06iproute: fix help textDenys Vlasenko1-7/+6
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-24libiproute: code shrink by adding FAST_FUNCDenys Vlasenko8-24/+23
2010-07-24ip: fix "ip r" breakageDenys Vlasenko1-39/+23
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-12-04iproute: fix ipXXX utilities trying to parse their applet nameDenis Vlasenko1-1/+1
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-28whitespace fixesDenis Vlasenko7-46/+42
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-12-22vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko3-22/+51
2007-11-18ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko11-212/+210
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-17fix trivial compile errors found by randomconfig runDenis Vlasenko3-0/+15
2007-04-10- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.Bernhard Reutner-Fischer7-136/+51
2007-04-10- rewrite the ip applet to be less bloatyBernhard Reutner-Fischer2-23/+49
2007-04-07libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko11-319/+247
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-27fix numbering in switch(): we don't have "del" anymore,Denis Vlasenko2-14/+16
2006-11-21- add 'ip rule' support. First take..Bernhard Reutner-Fischer14-28/+497
2006-11-05rename: compare_string_array -> index_in_str_arrayDenis Vlasenko10-44/+50
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-07-01More removal of "#if 0" content."Robert P. J. Day"6-93/+0
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer22-86/+77
2005-10-26 * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer8-53/+24
2004-04-12Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabledGlenn L McGrath1-3/+3
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-01Enable ip commands to be compiled seperate from ip, modifed patch from Bastia...Glenn L McGrath13-43/+307
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath27-3/+5016