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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
/
iprule.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip: fix crash in "ip neigh show"
Denys Vlasenko
2018-02-08
1
-1
/
+1
*
iproute/iprule: support toolchains without RTA_TABLE routing attribute
Eugene Rudoy
2017-10-27
1
-5
/
+16
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+0
*
ip rule: add suppress_{prefixlength,ifgroup} options
Stefan Tomanek
2017-06-13
1
-27
/
+46
*
libiproute: handle table ids larger than 255
Lukasz Nowak
2016-12-18
1
-2
/
+9
*
libiproute: eliminate some redundant zero stores
Denys Vlasenko
2016-08-14
1
-3
/
+5
*
libiproute: make rt_addr_n2a() and format_host() return auto strings
Denys Vlasenko
2015-10-14
1
-12
/
+7
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-6
/
+6
*
libiproute: use itoa() where appropriate
Denys Vlasenko
2015-10-08
1
-6
/
+5
*
ip: code shrink
Denys Vlasenko
2013-07-15
1
-4
/
+4
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-6
/
+8
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-12
/
+9
*
libiproute: code shrink by adding FAST_FUNC
Denys Vlasenko
2010-07-24
1
-1
/
+1
*
ip rule: unify parsing args
Bernhard Reutner-Fischer
2010-05-25
1
-25
/
+11
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-4
/
+8
*
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
Denys Vlasenko
2010-01-04
1
-1
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
libiproute/*: code shrink
Denys Vlasenko
2009-10-13
1
-5
/
+5
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-1
/
+1
*
networking/libiproute/*: code shrink by optimizing numeric conversions
Denis Vlasenko
2009-03-05
1
-6
/
+2
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
- make the first arg of the filter function passed to rtnl_dump_filter constant
Bernhard Reutner-Fischer
2008-06-12
1
-1
/
+1
*
libiproute: use stdout directly instead of passing it as a parameter
Denis Vlasenko
2008-06-05
1
-25
/
+24
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
1
-1
/
+0
*
iproute: fix a bug where "ip r flush table main" was rejected,
Denis Vlasenko
2007-11-26
1
-1
/
+0
*
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-11-18
1
-13
/
+11
*
replace printf with fputs where appropriate
Denis Vlasenko
2007-09-30
1
-4
/
+3
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-2
/
+2
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-11
/
+13
*
- move iprule and ipaddress from matches() to index_in_str_array
Bernhard Reutner-Fischer
2007-06-20
1
-25
/
+34
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
1
-3
/
+4
*
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-12
1
-11
/
+4
*
libiproute: audit callgraph, shortcut error paths into die() functions.
Denis Vlasenko
2007-04-07
1
-7
/
+8
*
- 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
*
- 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
*
stop using __u32 etc. uint32_t is there for a reason
Denis Vlasenko
2006-12-31
1
-7
/
+7
*
- add 'ip rule' support. First take..
Bernhard Reutner-Fischer
2006-11-21
1
-0
/
+331