aboutsummaryrefslogtreecommitdiff
path: root/networking/brctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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