aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* preparatory patch for -Wwrite-strings #6Denis Vlasenko2007-01-293-4/+3
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-295-15/+11
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-294-23/+20
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-292-4/+3
* - reinstate static for the command string arrray to be gentle to gcc-3.xBernhard Reutner-Fischer2007-01-281-1/+1
* - use uint32_t as suggested by vda.Bernhard Reutner-Fischer2007-01-281-7/+9
* fix numbering in switch(): we don't have "del" anymore,Denis Vlasenko2007-01-271-12/+13
* accumulated post-1.4.0 fixesDenis Vlasenko2007-01-241-2/+3
* - rtnl_rttable_a2n wants an unsigned int32Bernhard Reutner-Fischer2007-01-231-1/+1
* - forgot to include ip_common.hBernhard Reutner-Fischer2007-01-221-2/+3
* random small size optimizationsDenis Vlasenko2007-01-121-1/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-112-2/+2
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-023-433/+27
* msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko2007-01-011-2/+2
* rt_names: stop allocating 5k in rwdataDenis Vlasenko2006-12-311-105/+85
* iproute: remove double get_hz optimizationDenis Vlasenko2006-12-311-7/+3
* remove commented out #includes etcDenis Vlasenko2006-12-315-35/+22
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-3112-150/+142
* style fixesDenis Vlasenko2006-12-261-1/+1
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-231-4/+0
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-2/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* re-applying first post-1.3.x changeDenis Vlasenko2006-12-151-0/+12
* back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko2006-12-151-12/+0
* - table support for ip routeBernhard Reutner-Fischer2006-12-141-0/+12
* - Improve wording in error message.Bernhard Reutner-Fischer2006-12-071-1/+1
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer2006-12-041-1/+6
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-273-15/+15
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-211-2/+2
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-217-13/+434
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-053-18/+16
* mostly style fixesDenis Vlasenko2006-11-011-2/+2
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-272-17/+17
* ip: "ip addr del" and "ip addr delete" both should workDenis Vlasenko2006-10-261-7/+8
* silly size savings and capitalization fixesDenis Vlasenko2006-10-263-34/+34
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-202-12/+12
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* build system overhaulDenis Vlasenko2006-10-053-119/+58
* lots of silly indent fixesDenis Vlasenko2006-10-031-2/+2
* libiproute/ll_map.c: fix bug 279Denis Vlasenko2006-09-301-6/+30
* rt_names.c: move few strings into rodataDenis Vlasenko2006-09-281-10/+9
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+1
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-6/+6
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-3/+0
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-0219-0/+19
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-2/+1
* - add needed includes and include busybox.h needed for the ATTRIBUTE define.Bernhard Reutner-Fischer2006-06-161-0/+7