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
*
iplink: accept shorthands for "address" keyword here:
Denis Vlasenko
2008-11-01
1
-4
/
+7
*
- minor shrinkage (~-60)
Bernhard Reutner-Fischer
2008-10-30
1
-8
/
+8
*
- support ip link set eth1 address 00:11:22:33:44:55
Bernhard Reutner-Fischer
2008-10-30
1
-1
/
+1
*
- fix ip route rejecting dotted quads as prefix
Bernhard Reutner-Fischer
2008-10-21
2
-31
/
+35
*
- route metric support (Natanael Copa)
Bernhard Reutner-Fischer
2008-10-07
1
-2
/
+9
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
modprobe-small: make insmod command line compatible
Denis Vlasenko
2008-09-06
1
-0
/
+2
*
- add WIP stub for tc.
Bernhard Reutner-Fischer
2008-09-04
2
-4
/
+2
*
fix several problems with config parser:
Denis Vlasenko
2008-07-26
1
-3
/
+1
*
*: conversion to config parser
Denis Vlasenko
2008-07-24
1
-29
/
+15
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
2
-2
/
+2
*
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
8
-15
/
+15
*
libiproute: print_route() always uses stdout, do not pass FILE pointer to it.
Denis Vlasenko
2008-06-29
3
-92
/
+95
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-1
/
+1
*
- make the first arg of the filter function passed to rtnl_dump_filter constant
Bernhard Reutner-Fischer
2008-06-12
7
-10
/
+10
*
ip: make numeric table work: "ip route list table 255". closes bug 3664.
Denis Vlasenko
2008-06-08
1
-1
/
+9
*
libbb: introduce and use print_flags().
Denis Vlasenko
2008-06-07
1
-11
/
+8
*
ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.
Denis Vlasenko
2008-06-05
1
-0
/
+5
*
replace single-char printf's with bb_putchar
Denis Vlasenko
2008-06-05
1
-1
/
+1
*
libiproute: use stdout directly instead of passing it as a parameter
Denis Vlasenko
2008-06-05
2
-79
/
+75
*
libiproute: fix option parsing, so that "ip -o link" works again.
Denis Vlasenko
2008-05-31
1
-1
/
+1
*
libiproute: style fixes, and using smallint as appropriate
Denis Vlasenko
2008-05-31
3
-26
/
+24
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
- accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:0...
Bernhard Reutner-Fischer
2008-05-16
1
-2
/
+4
*
- very minor shrinkage
Bernhard Reutner-Fischer
2008-05-16
1
-5
/
+1
*
- add appropriate string for arp header #32 for use by ip(8)
Bernhard Reutner-Fischer
2008-05-16
1
-0
/
+6
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
4
-10
/
+8
*
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-05-09
6
-1
/
+48
*
style fixes. no code changes
Denis Vlasenko
2008-04-19
1
-3
/
+3
*
*: use fopen_or_warn in few more places
Denis Vlasenko
2008-03-20
1
-1
/
+0
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+3
*
random s/short/int/
Denis Vlasenko
2008-02-16
2
-4
/
+4
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
1
-1
/
+0
*
ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)
Denis Vlasenko
2008-01-04
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
[next]