aboutsummaryrefslogtreecommitdiff
path: root/networking/brctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* randomconfig fixesDenys Vlasenko2020-06-231-1/+3
* randomconfig fixesDenys Vlasenko2020-06-231-0/+2
* brctl: code shrinkDenys Vlasenko2019-10-151-3/+4
* brctl: tweak help text, fix commentsDenys Vlasenko2019-10-121-5/+5
* brctl: fold show_bridge_ports_ into its callerDenys Vlasenko2019-10-121-165/+153
* brctl: code shrinkDenys Vlasenko2019-10-121-32/+28
* brctl: add support for showstp commandMartin Lewis2019-10-111-3/+215
* brctl: add support for showmacs commandMartin Lewis2019-10-081-19/+92
* bc: placate compiler warningsDenys Vlasenko2019-06-081-1/+1
* brctl: placate compiler warningsDenys Vlasenko2019-06-081-0/+4
* brctl: add TODO: "showmacs BR"Denys Vlasenko2019-04-131-4/+18
* brctl: simplify str_to_jiffies()Denys Vlasenko2019-04-131-48/+20
* brctl: convert remaining commands to work via /sysDenys Vlasenko2019-04-131-184/+147
* brctl: make "show" command retrieve data from /sysDenys Vlasenko2019-04-121-49/+114
* brctl: use a single buffer for brname and ifnameBernhard Reutner-Fischer2018-10-011-7/+6
* brctl: make it NOEXECDenys Vlasenko2017-08-061-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-9/+9
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+30
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-4/+4
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-2/+2
* Aboriginal linux/musl build fixesDenys Vlasenko2015-10-051-1/+51
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-4/+4
* brctl: fix description and usageNicolas Thill2012-09-291-2/+2
* brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...Denys Vlasenko2012-06-101-2/+2
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+24
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko2010-04-031-2/+2
* brctl: fixing stp parameters incompatibilityMaciek Borzecki2010-03-231-12/+17
* brctl: Fix commentBernhard Reutner-Fischer2010-03-171-1/+1
* brctl: fix parsing of timespec to allow 0 (setfd, sethello..)Maciek Borzecki2010-03-171-2/+3
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-4/+4
* brctl: fix compilation on 2.4.x kernelsDenis Vlasenko2009-01-311-0/+14
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-2/+2
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko2008-04-211-2/+2
* brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko2008-04-061-66/+114
* brctl: eliminate stray data objectDenis Vlasenko2008-03-171-31/+38
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-141-21/+92
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-131-36/+96
* - save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer2008-01-131-5/+4
* - new applet brctlBernhard Reutner-Fischer2008-01-131-0/+87