aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/libnetlink.c
AgeCommit message (Expand)Author
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
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2016-09-18libnetlink: fix alignment of netlink messagesHauke Mehrtens
2016-08-14libiproute: eliminate some redundant zero storesDenys Vlasenko
2016-04-24ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy
2011-02-23iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko
2011-02-09iproute: fix handling of "dev IFACE" selectorDenys Vlasenko
2010-10-30networking/*: remove superfluous commentsDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-07-23libnetlink: code shrinkNatanael Copa
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-04-21*: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko
2008-12-08optimize 16- and 32-bit movesDenis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-06-29libiproute: print_route() always uses stdout, do not pass FILE pointer to it.Denis Vlasenko
2008-06-12- make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2007-12-02libnetlink: comment out unused code; don't use 8k stack buffersDenis Vlasenko
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2006-12-31stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko
2006-11-21- add 'ip rule' support. First take..Bernhard Reutner-Fischer
2006-10-27last nail into error_msg() (de)capitalizationDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-02Header cleanup: don't #include headers that libbb.h already includes.Rob Landley
2006-03-03Kill off some unused code that was wasting several k, as noticed byEric Andersen
2006-01-30sort out yet more type issuesEric Andersen
2004-05-05Steve Grubb writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-06-20Patch from Lars Kellogg-Stedman:Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-16Only included headers that are used.Glenn L McGrath
2002-11-28Cleanup error messagesGlenn L McGrath
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath