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
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