whitespace cleanup. no code changes
[platform/upstream/busybox.git] / networking / libiproute / iptunnel.c
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-24 Denys Vlasenkolibiproute: code shrink by adding FAST_FUNC
2010-05-25 Bernhard Reutner... ip tunnel: unify parsing args; no obj-code changes
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-10-13 Denys Vlasenkolibiproute/*: code shrink
2009-03-05 Denis Vlasenkonetworking/libiproute/*: code shrink by optimizing...
2008-12-03 Denis Vlasenkoiptunnel: fix problems with including linux/ip_tunnel.h
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-10-30 Bernhard Reutner... - minor shrinkage (~-60)
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-04-19 Denis Vlasenkostyle fixes. no code changes
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-10-10 Denis Vlasenkoip tunnel parameter parsing fix by Jean Wolter <jw5...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-21 Bernhard Reutner... - remove matches() from networking/. Untested.
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #4
2007-01-02 Denis VlasenkoRemove networking/libiproute/linux/pkt_sched.h
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-11-27 Denis Vlasenkodo not overflow ifr_name. maybe it was safe in some...
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-02 Rob LandleyHeader cleanup: don't #include headers that libbb.h...
2006-01-12 Bernhard Reutner... - remove warning about redeclaration of __constant_htons
2005-10-08 Bernhard Reutner... - make libiproute compile..
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-04-26 Eric AndersenThomas Koeller writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-14 Eric AndersenEliminate most instances where we use linux kernel...
2003-01-05 Glenn L McGrathfixes for ia64
2002-12-16 Glenn L McGrathOnly included headers that are used.
2002-11-28 Glenn L McGrathCleanup error messages
2002-11-10 Glenn L McGrathIP applet by Bastian Blank <waldi@debian.org>