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
/
iptunnel.c
Age
Commit message (
Expand
)
Author
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2017-10-05
whitespace and comment format fixes, no code changes
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-08
libiproute: use itoa() where appropriate
Denys Vlasenko
2013-07-15
ip: code shrink
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-24
libiproute: code shrink by adding FAST_FUNC
Denys Vlasenko
2010-05-25
ip tunnel: unify parsing args; no obj-code changes
Bernhard Reutner-Fischer
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-10-13
libiproute/*: code shrink
Denys Vlasenko
2009-03-05
networking/libiproute/*: code shrink by optimizing numeric conversions
Denis Vlasenko
2008-12-03
iptunnel: fix problems with including linux/ip_tunnel.h
Denis Vlasenko
2008-12-02
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-10-30
- minor shrinkage (~-60)
Bernhard Reutner-Fischer
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-04-19
style fixes. no code changes
Denis Vlasenko
2007-11-18
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-10-10
ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
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-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-07
libiproute: audit callgraph, shortcut error paths into die() functions.
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #4
Denis Vlasenko
2007-01-02
Remove networking/libiproute/linux/pkt_sched.h
Denis Vlasenko
2006-12-31
stop using __u32 etc. uint32_t is there for a reason
Denis Vlasenko
2006-11-27
do not overflow ifr_name. maybe it was safe in some places,
Denis Vlasenko
2006-10-26
silly size savings and capitalization fixes
Denis Vlasenko
2006-09-03
replacing func() with xfunc() where appropriate
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-02
Header cleanup: don't #include headers that libbb.h already includes.
Rob Landley
2006-01-12
- remove warning about redeclaration of __constant_htons
Bernhard Reutner-Fischer
2005-10-08
- make libiproute compile..
Bernhard Reutner-Fischer
2005-04-16
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2004-04-26
Thomas Koeller writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-14
Eliminate most instances where we use linux kernel headers
Eric Andersen
2003-01-05
fixes for ia64
Glenn L McGrath
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