| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ipaddress: print OPERSTATEs and NO-CARRIER | Bernhard Reutner-Fischer | 2010-05-25 | 1 | -0/+9 |
* | clean up redundant, commented-out and misplaced includes | Denys Vlasenko | 2010-04-01 | 1 | -3/+0 |
* | *: merge some common strings | Denys Vlasenko | 2010-03-23 | 2 | -3/+3 |
* | *: fix 1/4 remaining aliasing warnings | Denys Vlasenko | 2010-02-05 | 2 | -4/+6 |
* | *: style fixes. no code changes (verified with objdump) | Denys Vlasenko | 2010-01-28 | 5 | -20/+41 |
* | libiproute: eliminate unused fields in struct filter_t's; style fixes | Denys Vlasenko | 2010-01-26 | 2 | -153/+168 |
* | *: fix places where we were still using malloc/realloc | Denys Vlasenko | 2010-01-08 | 1 | -20/+22 |
* | *: make 2 more "int argc"'s unused; more saved if !DESKTOP | Denys Vlasenko | 2010-01-04 | 1 | -1/+1 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 5 | -8/+8 |
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 2 | -3/+3 |
* | libiproute/*: code shrink | Denys Vlasenko | 2009-10-13 | 11 | -61/+68 |
* | libiproute: code and data shrink | Denys Vlasenko | 2009-10-13 | 2 | -195/+104 |
* | *: a few more NOINLINEs | Denys Vlasenko | 2009-10-08 | 1 | -1/+1 |
* | remove useless (unsigned >= 0) comparison | Denys Vlasenko | 2009-10-04 | 1 | -1/+1 |
* | *: optimize code size in strtoul calls | Denys Vlasenko | 2009-09-23 | 2 | -1/+4 |
* | *: add FAST_FUNC to function ptrs where it makes sense | Denys Vlasenko | 2009-06-05 | 7 | -29/+28 |
* | *: remove check for errors on getsockaddr in cases we know they can't happen | Denis Vlasenko | 2009-04-21 | 3 | -10/+10 |
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -2/+2 |
* | mdev: Rob's #if forest removal | Denis Vlasenko | 2009-04-19 | 2 | -2/+2 |
* | *: make "pragma GCC visibility push(hidden)" less ugly | Denis Vlasenko | 2009-04-09 | 6 | -56/+29 |
* | networking/libiproute/*: code shrink by optimizing numeric conversions | Denis Vlasenko | 2009-03-05 | 8 | -135/+60 |
* | ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32, | Denis Vlasenko | 2009-03-03 | 2 | -18/+22 |
* | libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ | Denis Vlasenko | 2008-12-10 | 1 | -1/+1 |
* | optimize 16- and 32-bit moves | Denis Vlasenko | 2008-12-08 | 2 | -21/+21 |
* | iptunnel: fix problems with including linux/ip_tunnel.h | Denis Vlasenko | 2008-12-03 | 1 | -2/+43 |
* | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko | 2008-12-02 | 4 | -20/+19 |
* | iplink: accept shorthands for "address" keyword here: | Denis Vlasenko | 2008-11-01 | 1 | -4/+7 |
* | - minor shrinkage (~-60) | Bernhard Reutner-Fischer | 2008-10-30 | 1 | -8/+8 |
* | - support ip link set eth1 address 00:11:22:33:44:55 | Bernhard Reutner-Fischer | 2008-10-30 | 1 | -1/+1 |
* | - fix ip route rejecting dotted quads as prefix | Bernhard Reutner-Fischer | 2008-10-21 | 2 | -31/+35 |
* | - route metric support (Natanael Copa) | Bernhard Reutner-Fischer | 2008-10-07 | 1 | -2/+9 |
* | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
* | modprobe-small: make insmod command line compatible | Denis Vlasenko | 2008-09-06 | 1 | -0/+2 |
* | - add WIP stub for tc. | Bernhard Reutner-Fischer | 2008-09-04 | 2 | -4/+2 |
* | fix several problems with config parser: | Denis Vlasenko | 2008-07-26 | 1 | -3/+1 |
* | *: conversion to config parser | Denis Vlasenko | 2008-07-24 | 1 | -29/+15 |
* | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko | 2008-07-21 | 2 | -2/+2 |
* | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer | 2008-07-21 | 1 | -1/+1 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 8 | -15/+15 |
* | libiproute: print_route() always uses stdout, do not pass FILE pointer to it. | Denis Vlasenko | 2008-06-29 | 3 | -92/+95 |
* | whitespace fixes. no code changes | Denis Vlasenko | 2008-06-25 | 1 | -1/+1 |
* | - make the first arg of the filter function passed to rtnl_dump_filter constant | Bernhard Reutner-Fischer | 2008-06-12 | 7 | -10/+10 |
* | ip: make numeric table work: "ip route list table 255". closes bug 3664. | Denis Vlasenko | 2008-06-08 | 1 | -1/+9 |
* | libbb: introduce and use print_flags(). | Denis Vlasenko | 2008-06-07 | 1 | -11/+8 |
* | ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>. | Denis Vlasenko | 2008-06-05 | 1 | -0/+5 |
* | replace single-char printf's with bb_putchar | Denis Vlasenko | 2008-06-05 | 1 | -1/+1 |
* | libiproute: use stdout directly instead of passing it as a parameter | Denis Vlasenko | 2008-06-05 | 2 | -79/+75 |
* | libiproute: fix option parsing, so that "ip -o link" works again. | Denis Vlasenko | 2008-05-31 | 1 | -1/+1 |
* | libiproute: style fixes, and using smallint as appropriate | Denis Vlasenko | 2008-05-31 | 3 | -26/+24 |
* | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |