aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ipaddress.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ip: code shrinkDenys Vlasenko2023-04-231-5/+5
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-8/+6
* libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko2020-12-291-1/+6
* randomconfig fixesDenys Vlasenko2020-12-291-0/+6
* ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2020-07-311-7/+58
* ip: Add support for "noprefixroute" optionChristian Eggers2020-07-311-15/+30
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-5/+5
* ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko2019-05-221-2/+4
* ip: fix comment placementDenys Vlasenko2019-04-291-1/+1
* ipaddress: remove unused variable no_linkBernhard Reutner-Fischer2019-04-071-4/+0
* ip: Fix ip -o linkStefan Sørensen2019-03-301-2/+2
* ip: print dadfailed flagKaarle Ritvanen2019-01-041-0/+4
* ip: fix "ip -oneline a"Denys Vlasenko2018-03-081-1/+4
* ip: fix crash in "ip neigh show"Denys Vlasenko2018-02-081-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