Age | Commit message (Expand) | Author |
2017-10-05 | whitespace and comment format fixes, no code changes | Denys Vlasenko |
2017-04-07 | ipaddress: tweak help text | Denys Vlasenko |
2016-04-21 | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2015-10-14 | libiproute: make rt_addr_n2a() and format_host() return auto strings | Denys Vlasenko |
2015-10-14 | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko |
2015-10-08 | libiproute: use itoa() where appropriate | Denys Vlasenko |
2015-07-01 | ipaddress: better formatting, no code changes | Denys Vlasenko |
2015-07-01 | ip addr: support change and replace commands | Michael Tokarev |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2013-07-15 | ip: code shrink | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
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 |