index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
/
utils.h
Age
Commit message (
Expand
)
Author
2017-04-07
libiproute: FACT_FUNCization
Denys Vlasenko
2015-10-14
libiproute: make rt_addr_n2a() and format_host() return auto strings
Denys Vlasenko
2015-10-14
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
networking: add 'ip neigh' command
Curt Brune
2011-02-23
iproute: fix parsing and matching of of "short" IP addrs like 10/8
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2009-04-09
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2009-03-05
networking/libiproute/*: code shrink by optimizing numeric conversions
Denis Vlasenko
2009-03-03
ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32,
Denis Vlasenko
2008-10-21
- fix ip route rejecting dotted quads as prefix
Bernhard Reutner-Fischer
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-31
libiproute: style fixes, and using smallint as appropriate
Denis Vlasenko
2008-05-09
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2007-11-18
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-06-21
- remove matches() from networking/. Untested.
Bernhard Reutner-Fischer
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-04-12
- shrink iproute a bit (-200 bytes). Untested
Bernhard Reutner-Fischer
2007-04-12
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-10
- rewrite the ip applet to be less bloaty
Bernhard Reutner-Fischer
2007-04-07
libiproute: audit callgraph, shortcut error paths into die() functions.
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #5
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #4
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
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-12-26
style fixes
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-14
- correct typo
Bernhard Reutner-Fischer
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-01-25
just whitespace
Tim Riker
2006-01-22
- add platform.h.
Bernhard Reutner-Fischer
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-30
Use proper C99 types
Eric Andersen
2002-11-10
IP applet by Bastian Blank <waldi@debian.org>
Glenn L McGrath