aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete tons of extra #includesvda2007-05-3113-49/+22
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-7/+1
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:aldot2007-05-151-10/+5
* - fix compilation when ENABLE_FEATURE_IP_RULE was offaldot2007-04-161-3/+5
* - shrink iproute a bit (-200 bytes). Untestedaldot2007-04-123-63/+84
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...aldot2007-04-129-196/+127
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-112-4/+2
* - set the scope properly. Thanks to Jean Wolter, who wrote:aldot2007-04-111-0/+12
* - rewrite the ip applet to be less bloatyaldot2007-04-101-1/+1
* libiproute: audit callgraph, shortcut error paths into die() functions.vda2007-04-0710-296/+227
* preparatory patch for -Wwrite-strings #8 (missed part)vda2007-01-302-9/+7
* preparatory patch for -Wwrite-strings #6vda2007-01-293-4/+3
* preparatory patch for -Wwrite-strings #5vda2007-01-295-15/+11
* preparatory patch for -Wwrite-strings #4vda2007-01-294-23/+20
* preparatory patch for -Wwrite-strings #2vda2007-01-292-4/+3
* - reinstate static for the command string arrray to be gentle to gcc-3.xaldot2007-01-281-1/+1
* - use uint32_t as suggested by vda.aldot2007-01-281-7/+9
* fix numbering in switch(): we don't have "del" anymore,vda2007-01-271-12/+13
* accumulated post-1.4.0 fixesvda2007-01-241-2/+3
* - rtnl_rttable_a2n wants an unsigned int32aldot2007-01-231-1/+1
* - forgot to include ip_common.haldot2007-01-221-2/+3
* random small size optimizationsvda2007-01-121-1/+1
* Trailing whitespace removal over entire treevda2007-01-112-2/+2
* Remove networking/libiproute/linux/pkt_sched.hvda2007-01-023-433/+27
* msh: double "static char line[LINELIM]" etc deleted.vda2007-01-011-2/+2
* rt_names: stop allocating 5k in rwdatavda2006-12-311-105/+85
* iproute: remove double get_hz optimizationvda2006-12-311-7/+3
* remove commented out #includes etcvda2006-12-315-35/+22
* stop using __u32 etc. uint32_t is there for a reasonvda2006-12-3112-150/+142
* style fixesvda2006-12-261-1/+1
* use xbind, xconnect where appropriate.vda2006-12-231-4/+0
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-2/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* re-applying first post-1.3.x changevda2006-12-151-0/+12
* back out last change - need to make busybox-1_3-stable branch firstvda2006-12-151-12/+0
* - table support for ip routealdot2006-12-141-0/+12
* - Improve wording in error message.aldot2006-12-071-1/+1
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.aldot2006-12-041-1/+6
* do not overflow ifr_name. maybe it was safe in some places,vda2006-11-273-15/+15
* bb_INET_default[] is really just a const "default",vda2006-11-211-2/+2
* - add 'ip rule' support. First take..aldot2006-11-217-13/+434
* add -Wundef, fix uncovered bugsvda2006-11-171-1/+1
* rename: compare_string_array -> index_in_str_arrayvda2006-11-053-18/+16
* mostly style fixesvda2006-11-011-2/+2
* last nail into error_msg() (de)capitalizationvda2006-10-272-17/+17
* ip: "ip addr del" and "ip addr delete" both should workvda2006-10-261-7/+8
* silly size savings and capitalization fixesvda2006-10-263-34/+34
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-202-12/+12