aboutsummaryrefslogtreecommitdiff
path: root/networking/brctl.c
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2019-10-15brctl: code shrinkDenys Vlasenko
2019-10-12brctl: tweak help text, fix commentsDenys Vlasenko
2019-10-12brctl: fold show_bridge_ports_ into its callerDenys Vlasenko
2019-10-12brctl: code shrinkDenys Vlasenko
2019-10-11brctl: add support for showstp commandMartin Lewis
2019-10-08brctl: add support for showmacs commandMartin Lewis
2019-06-08bc: placate compiler warningsDenys Vlasenko
2019-06-08brctl: placate compiler warningsDenys Vlasenko
2019-04-13brctl: add TODO: "showmacs BR"Denys Vlasenko
2019-04-13brctl: simplify str_to_jiffies()Denys Vlasenko
2019-04-13brctl: convert remaining commands to work via /sysDenys Vlasenko
2019-04-12brctl: make "show" command retrieve data from /sysDenys Vlasenko
2018-10-01brctl: use a single buffer for brname and ifnameBernhard Reutner-Fischer
2017-08-06brctl: make it NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-09-29brctl: fix description and usageNicolas Thill
2012-06-10brctl: fix build failure by s/strtotimeval/bb_strtotimeval/ (android has strt...Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-04-03libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko
2010-03-23brctl: fixing stp parameters incompatibilityMaciek Borzecki
2010-03-17brctl: Fix commentBernhard Reutner-Fischer
2010-03-17brctl: fix parsing of timespec to allow 0 (setfd, sethello..)Maciek Borzecki
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-01-31brctl: fix compilation on 2.4.x kernelsDenis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis 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-04-21*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.Denis Vlasenko
2008-04-06brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)Denis Vlasenko
2008-03-17brctl: eliminate stray data objectDenis Vlasenko
2008-01-14- implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer
2008-01-13- shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer
2008-01-13- save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer
2008-01-13- new applet brctlBernhard Reutner-Fischer