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
/
ipaddress.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-5
/
+5
*
ip: use rtnl_send_check() on flush commands, closes 6962
Denys Vlasenko
2019-05-22
1
-2
/
+4
*
ip: fix comment placement
Denys Vlasenko
2019-04-29
1
-1
/
+1
*
ipaddress: remove unused variable no_link
Bernhard Reutner-Fischer
2019-04-07
1
-4
/
+0
*
ip: Fix ip -o link
Stefan Sørensen
2019-03-30
1
-2
/
+2
*
ip: print dadfailed flag
Kaarle Ritvanen
2019-01-04
1
-0
/
+4
*
ip: fix "ip -oneline a"
Denys Vlasenko
2018-03-08
1
-1
/
+4
*
ip: fix crash in "ip neigh show"
Denys Vlasenko
2018-02-08
1
-3
/
+3
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+0
*
ipaddress: tweak help text
Denys Vlasenko
2017-04-07
1
-3
/
+7
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
1
-1
/
+4
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
libiproute: make rt_addr_n2a() and format_host() return auto strings
Denys Vlasenko
2015-10-14
1
-13
/
+9
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-3
/
+3
*
libiproute: use itoa() where appropriate
Denys Vlasenko
2015-10-08
1
-9
/
+5
*
ipaddress: better formatting, no code changes
Denys Vlasenko
2015-07-01
1
-6
/
+10
*
ip addr: support change and replace commands
Michael Tokarev
2015-07-01
1
-8
/
+12
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-1
/
+1
*
ip: code shrink
Denys Vlasenko
2013-07-15
1
-13
/
+9
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-4
/
+6
*
fix libiproute compile with kernel headers < 2.6.17
Stefan Seyfried
2011-02-26
1
-0
/
+3
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-6
/
+4
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
libiproute: code shrink by adding FAST_FUNC
Denys Vlasenko
2010-07-24
1
-2
/
+2
*
ip a: fix SEGV if "dev IFACE" is not specified
Denys Vlasenko
2010-07-04
1
-24
/
+23
*
trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole
Denys Vlasenko
2010-05-27
1
-1
/
+1
*
ip addr: shrink
Bernhard Reutner-Fischer
2010-05-25
1
-99
/
+78
*
ip addr: unify parsing args
Bernhard Reutner-Fischer
2010-05-25
1
-13
/
+7
*
ipaddress: print OPERSTATEs and NO-CARRIER
Bernhard Reutner-Fischer
2010-05-25
1
-0
/
+9
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
*: fix 1/4 remaining aliasing warnings
Denys Vlasenko
2010-02-05
1
-2
/
+3
*
libiproute: eliminate unused fields in struct filter_t's; style fixes
Denys Vlasenko
2010-01-26
1
-69
/
+70
*
*: fix places where we were still using malloc/realloc
Denys Vlasenko
2010-01-08
1
-20
/
+22
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-2
/
+2
*
libiproute/*: code shrink
Denys Vlasenko
2009-10-13
1
-2
/
+2
*
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-4
/
+3
*
networking/libiproute/*: code shrink by optimizing numeric conversions
Denis Vlasenko
2009-03-05
1
-6
/
+3
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
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
-2
/
+2
*
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
1
-54
/
+51
*
libiproute: style fixes, and using smallint as appropriate
Denis Vlasenko
2008-05-31
1
-22
/
+21
*
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-11-18
1
-28
/
+23
*
ll_types.c: optimize link type table, make it conditional
Denis Vlasenko
2007-10-29
1
-1
/
+1
*
replace printf with fputs where appropriate
Denis Vlasenko
2007-09-30
1
-7
/
+7
[next]