aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/libnetlink.h
AgeCommit message (Expand)Author
2019-05-22ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-07-23libnetlink: code shrinkNatanael Copa
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
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko
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-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko
2007-12-02libnetlink: comment out unused code; don't use 8k stack buffersDenis Vlasenko
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2007-01-24accumulated post-1.4.0 fixesDenis Vlasenko
2006-12-31remove commented out #includes etcDenis Vlasenko
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-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-03-03Kill off some unused code that was wasting several k, as noticed byEric Andersen
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath