aboutsummaryrefslogtreecommitdiff
path: root/networking/tc.c
AgeCommit message (Expand)Author
2019-10-25tc: array address is never NULLDenys Vlasenko
2019-05-14style fix, no code changesDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko
2018-01-04tc: enables this appletDenys Vlasenko
2017-01-21ip: better --helpDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-23tc: consolidate its disabled bitsDenys Vlasenko
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-05-24tc: fix print_rateDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2011-06-10Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-02-10tc: less ugly check for bad sizeof(G)Denys Vlasenko
2010-10-30networking/*: remove superfluous commentsDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-08-08randomconfig fixesDenys Vlasenko
2009-05-25flash_lock, flash_unlock: new appletsDenys Vlasenko
2009-04-29*: bb_error_msg's messages should not be capitalizedDenis Vlasenko
2009-03-05networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-04- add WIP stub for tc.Bernhard Reutner-Fischer