aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/libnetlink.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-6/+6
* *: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko2009-04-211-4/+5
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-2/+2
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-1/+1
* libiproute: print_route() always uses stdout, do not pass FILE pointer to it.Denis Vlasenko2008-06-291-12/+12
* - make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer2008-06-121-3/+3
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-4/+4
* libnetlink: comment out unused code; don't use 8k stack buffersDenis Vlasenko2007-12-021-37/+60
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-7/+1
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-35/+31
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-2/+2
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-4/+4
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-14/+14
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Header cleanup: don't #include headers that libbb.h already includes.Rob Landley2006-06-021-2/+1
* Kill off some unused code that was wasting several k, as noticed byEric Andersen2006-03-031-128/+0
* sort out yet more type issuesEric Andersen2006-01-301-1/+1
* Steve Grubb writes:Eric Andersen2004-05-051-2/+4
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-06-201-0/+2
* Major coreutils update.Manuel Novoa III2003-03-191-35/+35
* Only included headers that are used.Glenn L McGrath2002-12-161-9/+4
* Cleanup error messagesGlenn L McGrath2002-11-281-61/+65
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-0/+521