aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ipaddress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ip: fix crash in "ip neigh show"Denys Vlasenko2018-02-141-3/+3
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* ipaddress: tweak help textDenys Vlasenko2017-04-071-3/+7
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-1/+4
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko2015-10-141-13/+9
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-141-3/+3
* libiproute: use itoa() where appropriateDenys Vlasenko2015-10-081-9/+5
* ipaddress: better formatting, no code changesDenys Vlasenko2015-07-011-6/+10
* ip addr: support change and replace commandsMichael Tokarev2015-07-011-8/+12
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* ip: code shrinkDenys Vlasenko2013-07-151-13/+9
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-4/+6
* 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