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