aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ipaddress.c
AgeCommit message (Expand)Author
2020-12-29libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-07-31ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers
2020-07-31ip: Add support for "noprefixroute" optionChristian Eggers
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-22ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko
2019-04-29ip: fix comment placementDenys Vlasenko
2019-04-07ipaddress: remove unused variable no_linkBernhard Reutner-Fischer
2019-03-30ip: Fix ip -o linkStefan Sørensen
2019-01-04ip: print dadfailed flagKaarle Ritvanen
2018-03-08ip: fix "ip -oneline a"Denys Vlasenko
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-04-07ipaddress: tweak help textDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-14libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko
2015-07-01ipaddress: better formatting, no code changesDenys Vlasenko
2015-07-01ip addr: support change and replace commandsMichael Tokarev
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2013-07-15ip: code shrinkDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2011-02-26fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried
2010-10-29whitespace cleanupDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-24libiproute: code shrink by adding FAST_FUNCDenys Vlasenko
2010-07-04ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko
2010-05-27trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko
2010-05-25ip addr: shrinkBernhard Reutner-Fischer
2010-05-25ip addr: unify parsing argsBernhard Reutner-Fischer
2010-05-25ipaddress: print OPERSTATEs and NO-CARRIERBernhard Reutner-Fischer
2010-03-23*: merge some common stringsDenys Vlasenko
2010-02-05*: fix 1/4 remaining aliasing warningsDenys Vlasenko
2010-01-26libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko
2010-01-08*: fix places where we were still using malloc/reallocDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-13libiproute/*: code shrinkDenys Vlasenko
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-03-05networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis 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 constantBernhard Reutner-Fischer
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko
2008-06-05ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.Denis Vlasenko
2008-06-05replace single-char printf's with bb_putcharDenis Vlasenko
2008-06-05libiproute: use stdout directly instead of passing it as a parameterDenis Vlasenko