aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ipaddress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried2011-02-261-0/+3
* whitespace cleanupDenys Vlasenko2010-10-291-6/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libiproute: code shrink by adding FAST_FUNCDenys Vlasenko2010-07-241-2/+2
* ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko2010-07-041-24/+23
* trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko2010-05-271-1/+1
* ip addr: shrinkBernhard Reutner-Fischer2010-05-251-99/+78
* ip addr: unify parsing argsBernhard Reutner-Fischer2010-05-251-13/+7
* ipaddress: print OPERSTATEs and NO-CARRIERBernhard Reutner-Fischer2010-05-251-0/+9
* *: merge some common stringsDenys Vlasenko2010-03-231-1/+1
* *: fix 1/4 remaining aliasing warningsDenys Vlasenko2010-02-051-2/+3
* libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko2010-01-261-69/+70
* *: fix places where we were still using malloc/reallocDenys Vlasenko2010-01-081-20/+22
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-2/+2
* libiproute/*: code shrinkDenys Vlasenko2009-10-131-2/+2
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-4/+3
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-051-6/+3
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* - make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer2008-06-121-2/+2
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-11/+8
* ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.Denis Vlasenko2008-06-051-0/+5
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-051-1/+1
* libiproute: use stdout directly instead of passing it as a parameterDenis Vlasenko2008-06-051-54/+51
* libiproute: style fixes, and using smallint as appropriateDenis Vlasenko2008-05-311-22/+21
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-28/+23
* ll_types.c: optimize link type table, make it conditionalDenis Vlasenko2007-10-291-1/+1
* replace printf with fputs where appropriateDenis Vlasenko2007-09-301-7/+7
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+3
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-16/+14
* style fix (stray space before ';')Denis Vlasenko2007-07-211-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-2/+1
* - move iprule and ipaddress from matches() to index_in_str_arrayBernhard Reutner-Fischer2007-06-201-17/+15
* delete tons of extra #includesDenis Vlasenko2007-05-311-8/+3
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-32/+10
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-071-36/+35
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-1/+1
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-1/+1
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-1/+1
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-10/+9
* ip: "ip addr del" and "ip addr delete" both should workDenis Vlasenko2006-10-261-7/+8
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-8/+8
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-5/+5
* Header cleanup: don't #include headers that libbb.h already includes.Rob Landley2006-06-021-4/+1
* Patch from Bernhard Fischer to remove some useless bits.Rob Landley2006-05-171-6/+0