aboutsummaryrefslogtreecommitdiff
path: root/networking/ip.c
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-10-03ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-07-31ip: Add support for "noprefixroute" optionChristian Eggers
2018-12-28config: update size informationDenys Vlasenko
2018-08-14ip: tweak --help textDenys Vlasenko
2018-03-08remove stray newline in "iplink --help"Denys Vlasenko
2018-02-20iplink: implement support for selecting a master interfaceJan Luebbe
2018-02-20ip link: support "add TYPE vrf", improve --helpJan Luebbe
2017-09-18ip,ip*: make them NOEXECDenys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-07ipaddress: tweak help text more: mention "brd +" syntaxDenys Vlasenko
2017-04-07ipaddress: tweak help textDenys Vlasenko
2017-04-07iproute: support advmss optionDenys Vlasenko
2017-04-06iproute: update help text, add commented-out code for unsupported optionsDenys Vlasenko
2017-04-06iplink: implement "set promisc on|off". Closes 4682Denys Vlasenko
2017-04-06ip link: tidying upDenys Vlasenko
2017-01-21ip: better --helpDenys Vlasenko
2017-01-21more ip --help fixesDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2016-12-22ip: make ip aliases individually selectableDenys Vlasenko
2016-11-23ipneigh: add this shortcur similar to other "ip <CMD>" shortcutsDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2015-10-14networking: add 'ip neigh' commandCurt Brune
2015-07-01ip addr: support change and replace commandsMichael Tokarev
2011-12-06iproute: fix help textDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-24libiproute: code shrink by adding FAST_FUNCDenys Vlasenko
2010-07-24ip: fix "ip r" breakageDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-12-04iproute: fix ipXXX utilities trying to parse their applet nameDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-03-28whitespace fixesDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-12-22vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko
2007-11-18ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-17fix trivial compile errors found by randomconfig runDenis Vlasenko
2007-04-10- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.Bernhard Reutner-Fischer
2007-04-10- rewrite the ip applet to be less bloatyBernhard Reutner-Fischer
2007-04-07libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko