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