summaryrefslogtreecommitdiff
path: root/networking/libiproute/iptunnel.c
Commit message (Expand)AuthorAgeFilesLines
* ip tunnel: unify parsing args; no obj-code changesBernhard Reutner-Fischer2010-05-251-3/+2
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-6/+13
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-3/+3
* libiproute/*: code shrinkDenys Vlasenko2009-10-131-1/+1
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-051-11/+4
* iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko2008-12-031-2/+43
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-11/+10
* - minor shrinkage (~-60)Bernhard Reutner-Fischer2008-10-301-8/+8
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* style fixes. no code changesDenis Vlasenko2008-04-191-3/+3
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-17/+15
* ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>Denis Vlasenko2007-10-101-2/+2
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+2
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-21/+20
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-46/+34
* - remove matches() from networking/. Untested.Bernhard Reutner-Fischer2007-06-211-42/+75
* delete tons of extra #includesDenis Vlasenko2007-05-311-7/+3
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-2/+1
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-071-71/+50
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-291-3/+3
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-021-22/+23
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-1/+1
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-7/+7
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-11/+11
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-6/+6
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-3/+3
* Header cleanup: don't #include headers that libbb.h already includes.Rob Landley2006-06-021-4/+1
* - remove warning about redeclaration of __constant_htonsBernhard Reutner-Fischer2006-01-121-5/+4
* - make libiproute compile..Bernhard Reutner-Fischer2005-10-081-0/+1
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-2/+2
* Thomas Koeller writes:Eric Andersen2004-04-261-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Major coreutils update.Manuel Novoa III2003-03-191-20/+20
* Eliminate most instances where we use linux kernel headersEric Andersen2003-01-141-3/+6
* fixes for ia64Glenn L McGrath2003-01-051-0/+2
* Only included headers that are used.Glenn L McGrath2002-12-161-9/+6
* Cleanup error messagesGlenn L McGrath2002-11-281-38/+36
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-0/+548