index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Applied post 1.9.0 fixes
Denis Vlasenko
2008-02-12
1
-4
/
+6
*
libnetlink: comment out unused code; don't use 8k stack buffers
Denis Vlasenko
2007-12-02
2
-37
/
+65
*
ip route: add comment, no code changes
Denis Vlasenko
2007-11-27
1
-1
/
+3
*
iproute: fix a bug where "ip r flush table main" was rejected,
Denis Vlasenko
2007-11-26
2
-37
/
+48
*
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-11-18
8
-175
/
+171
*
ll_types.c: optimize link type table, make it conditional
Denis Vlasenko
2007-10-29
5
-78
/
+169
*
ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>
Denis Vlasenko
2007-10-10
1
-2
/
+2
*
replace printf with fputs where appropriate
Denis Vlasenko
2007-09-30
2
-11
/
+10
*
libiproute: add missing break's
Denis Vlasenko
2007-09-30
1
-0
/
+3
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-2
/
+2
*
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-17
1
-0
/
+4
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
9
-18
/
+18
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
7
-118
/
+114
*
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
2
-2
/
+2
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
3
-70
/
+45
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
2
-3
/
+3
*
- remove matches() from networking/. Untested.
Bernhard Reutner-Fischer
2007-06-21
4
-62
/
+96
*
- move iprule and ipaddress from matches() to index_in_str_array
Bernhard Reutner-Fischer
2007-06-20
3
-43
/
+50
*
- remove another user of the deprecated matches() func by moving it to use in...
Bernhard Reutner-Fischer
2007-06-20
1
-11
/
+24
*
ll_map: disable interface name caching code
Denis Vlasenko
2007-06-19
2
-40
/
+51
*
snprintf(... "%s"...) => safe_strncpy
Denis Vlasenko
2007-06-04
1
-3
/
+6
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
13
-49
/
+22
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
1
-7
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
- apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:
Bernhard Reutner-Fischer
2007-05-15
1
-10
/
+5
*
- fix compilation when ENABLE_FEATURE_IP_RULE was off
Bernhard Reutner-Fischer
2007-04-16
1
-3
/
+5
*
- shrink iproute a bit (-200 bytes). Untested
Bernhard Reutner-Fischer
2007-04-12
3
-63
/
+84
*
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-12
9
-196
/
+127
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
2
-4
/
+2
*
- set the scope properly. Thanks to Jean Wolter, who wrote:
Bernhard Reutner-Fischer
2007-04-11
1
-0
/
+12
*
- rewrite the ip applet to be less bloaty
Bernhard Reutner-Fischer
2007-04-10
1
-1
/
+1
*
libiproute: audit callgraph, shortcut error paths into die() functions.
Denis Vlasenko
2007-04-07
10
-296
/
+227
*
preparatory patch for -Wwrite-strings #8 (missed part)
Denis Vlasenko
2007-01-30
2
-9
/
+7
*
preparatory patch for -Wwrite-strings #6
Denis Vlasenko
2007-01-29
3
-4
/
+3
*
preparatory patch for -Wwrite-strings #5
Denis Vlasenko
2007-01-29
5
-15
/
+11
*
preparatory patch for -Wwrite-strings #4
Denis Vlasenko
2007-01-29
4
-23
/
+20
*
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-29
2
-4
/
+3
*
- reinstate static for the command string arrray to be gentle to gcc-3.x
Bernhard Reutner-Fischer
2007-01-28
1
-1
/
+1
*
- use uint32_t as suggested by vda.
Bernhard Reutner-Fischer
2007-01-28
1
-7
/
+9
*
fix numbering in switch(): we don't have "del" anymore,
Denis Vlasenko
2007-01-27
1
-12
/
+13
*
accumulated post-1.4.0 fixes
Denis Vlasenko
2007-01-24
1
-2
/
+3
*
- rtnl_rttable_a2n wants an unsigned int32
Bernhard Reutner-Fischer
2007-01-23
1
-1
/
+1
*
- forgot to include ip_common.h
Bernhard Reutner-Fischer
2007-01-22
1
-2
/
+3
*
random small size optimizations
Denis Vlasenko
2007-01-12
1
-1
/
+1
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
2
-2
/
+2
*
Remove networking/libiproute/linux/pkt_sched.h
Denis Vlasenko
2007-01-02
3
-433
/
+27
*
msh: double "static char line[LINELIM]" etc deleted.
Denis Vlasenko
2007-01-01
1
-2
/
+2
*
rt_names: stop allocating 5k in rwdata
Denis Vlasenko
2006-12-31
1
-105
/
+85
*
iproute: remove double get_hz optimization
Denis Vlasenko
2006-12-31
1
-7
/
+3
*
remove commented out #includes etc
Denis Vlasenko
2006-12-31
5
-35
/
+22
[next]