Age | Commit message (Expand) | Author |
2011-02-26 | fix libiproute compile with kernel headers < 2.6.17 | Stefan Seyfried |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-24 | libiproute: code shrink by adding FAST_FUNC | Denys Vlasenko |
2010-07-04 | ip a: fix SEGV if "dev IFACE" is not specified | Denys Vlasenko |
2010-05-27 | trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole | Denys Vlasenko |
2010-05-25 | ip addr: shrink | Bernhard Reutner-Fischer |
2010-05-25 | ip addr: unify parsing args | Bernhard Reutner-Fischer |
2010-05-25 | ipaddress: print OPERSTATEs and NO-CARRIER | Bernhard Reutner-Fischer |
2010-03-23 | *: merge some common strings | Denys Vlasenko |
2010-02-05 | *: fix 1/4 remaining aliasing warnings | Denys Vlasenko |
2010-01-26 | libiproute: eliminate unused fields in struct filter_t's; style fixes | Denys Vlasenko |
2010-01-08 | *: fix places where we were still using malloc/realloc | Denys Vlasenko |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-11-02 | *: introduce and use ffulsh_all() | Denys Vlasenko |
2009-10-13 | libiproute/*: code shrink | Denys Vlasenko |
2009-10-08 | *: a few more NOINLINEs | Denys Vlasenko |
2009-06-05 | *: add FAST_FUNC to function ptrs where it makes sense | Denys Vlasenko |
2009-03-05 | networking/libiproute/*: code shrink by optimizing numeric conversions | Denis Vlasenko |
2008-12-02 | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-12 | - make the first arg of the filter function passed to rtnl_dump_filter constant | Bernhard Reutner-Fischer |
2008-06-07 | libbb: introduce and use print_flags(). | Denis Vlasenko |
2008-06-05 | ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>. | Denis Vlasenko |
2008-06-05 | replace single-char printf's with bb_putchar | Denis Vlasenko |
2008-06-05 | libiproute: use stdout directly instead of passing it as a parameter | Denis Vlasenko |
2008-05-31 | libiproute: style fixes, and using smallint as appropriate | Denis Vlasenko |
2007-11-18 | ip: stop propagating argc; optimize ip_parse_common_args | Denis Vlasenko |
2007-10-29 | ll_types.c: optimize link type table, make it conditional | Denis Vlasenko |
2007-09-30 | replace printf with fputs where appropriate | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-24 | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko |
2007-07-21 | style fix (stray space before ';') | Denis Vlasenko |
2007-07-14 | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-06-20 | - move iprule and ipaddress from matches() to index_in_str_array | Bernhard Reutner-Fischer |
2007-05-31 | delete tons of extra #includes | Denis Vlasenko |
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer |
2007-04-07 | libiproute: audit callgraph, shortcut error paths into die() functions. | Denis Vlasenko |
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko |
2006-12-21 | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-11-27 | do not overflow ifr_name. maybe it was safe in some places, | Denis Vlasenko |
2006-11-21 | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer |
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko |
2006-10-26 | ip: "ip addr del" and "ip addr delete" both should work | Denis Vlasenko |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-06-02 | Header cleanup: don't #include headers that libbb.h already includes. | Rob Landley |
2006-05-17 | Patch from Bernhard Fischer to remove some useless bits. | Rob Landley |