summaryrefslogtreecommitdiff
path: root/networking/tc.c
Commit message (Expand)AuthorAgeFilesLines
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-6/+6
* libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-4/+3
* tc: fix print_rateDenys Vlasenko2015-05-241-7/+7
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-3/+0
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-2/+3
* Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2011-06-101-10/+10
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+21
* tc: less ugly check for bad sizeof(G)Denys Vlasenko2011-02-101-6/+4
* networking/*: remove superfluous commentsDenys Vlasenko2010-10-301-2/+0
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-2/+1
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-7/+12
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-3/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-231-2/+3
* randomconfig fixesDenys Vlasenko2009-08-081-1/+1
* flash_lock, flash_unlock: new appletsDenys Vlasenko2009-05-251-2/+2
* *: bb_error_msg's messages should not be capitalizedDenis Vlasenko2009-04-291-4/+4
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-051-5/+3
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-041-0/+545