aboutsummaryrefslogtreecommitdiff
path: root/networking/tc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* introduce and use exitcode_tDenys Vlasenko2023-07-171-3/+2
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* *: style fixDenys Vlasenko2022-08-301-1/+1
* tc: fix for parsing of "dev IFACE" and printing of "class list"Denys Vlasenko2021-07-111-20/+22
* tc: array address is never NULLDenys Vlasenko2019-10-251-2/+0
* style fix, no code changesDenys Vlasenko2019-05-141-2/+4
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* ip: fix crash in "ip neigh show"Denys Vlasenko2018-02-081-9/+13
* tc: enables this appletDenys Vlasenko2018-01-041-31/+75
* ip: better --helpDenys Vlasenko2017-01-211-15/+15
* Code style fixes, no code changesDenys Vlasenko2016-11-281-3/+3
* tc: consolidate its disabled bitsDenys Vlasenko2016-11-231-1/+16
* Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+1
* *: 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