index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
/
libnetlink.c
Age
Commit message (
Expand
)
Author
2011-02-23
iproute: fix parsing and matching of of "short" IP addrs like 10/8
Denys Vlasenko
2011-02-09
iproute: fix handling of "dev IFACE" selector
Denys Vlasenko
2010-10-30
networking/*: remove superfluous comments
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-07-23
libnetlink: code shrink
Natanael 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 sense
Denys Vlasenko
2009-04-21
*: remove check for errors on getsockaddr in cases we know they can't happen
Denis Vlasenko
2008-12-08
optimize 16- and 32-bit moves
Denis Vlasenko
2008-07-21
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-06-29
libiproute: 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 constant
Bernhard Reutner-Fischer
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2007-12-02
libnetlink: comment out unused code; don't use 8k stack buffers
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-04-12
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2006-12-31
stop using __u32 etc. uint32_t is there for a reason
Denis Vlasenko
2006-11-21
- add 'ip rule' support. First take..
Bernhard Reutner-Fischer
2006-10-27
last nail into error_msg() (de)capitalization
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-02
Header cleanup: don't #include headers that libbb.h already includes.
Rob Landley
2006-03-03
Kill off some unused code that was wasting several k, as noticed by
Eric Andersen
2006-01-30
sort out yet more type issues
Eric Andersen
2004-05-05
Steve Grubb writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-06-20
Patch from Lars Kellogg-Stedman:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-16
Only included headers that are used.
Glenn L McGrath
2002-11-28
Cleanup error messages
Glenn L McGrath
2002-11-10
IP applet by Bastian Blank <waldi@debian.org>
Glenn L McGrath