index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
Age
Commit message (
Expand
)
Author
2016-03-30
udhcp: fix capitalization of two messages
Denys Vlasenko
2016-03-30
dhcpd: string reuse
Denys Vlasenko
2016-03-30
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2016-03-30
zcip: use bb_error_msg for logging, not bb_info_msg
Denys Vlasenko
2016-03-30
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2016-03-30
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Denys Vlasenko
2016-03-29
Revert "networking: properly initialize ipv6 scope id for printing it"
Denys Vlasenko
2016-03-28
networking: properly initialize ipv6 scope id for printing it
Timo Teräs
2016-03-17
wget: make -T timeout work on header reads too. Closes 8636
Denys Vlasenko
2016-03-11
udhcpc: fix a warning in debug code
Denys Vlasenko
2016-03-10
udhcp: fix a SEGV on malformed RFC1035-encoded domain name
Denys Vlasenko
2016-03-04
udhcpc: do not use -t NUM for counting "select" packets, use 3
Denys Vlasenko
2016-03-04
ntpd: add experimental patch
Denys Vlasenko
2016-03-04
ntpd: if peer does not reply anymore, try re-resolving its hostname
Denys Vlasenko
2016-03-04
ntpd: do not use a peer more than once (say, if two peers resolve to the same...
Denys Vlasenko
2016-03-03
ntpd: more informative poll lowering message
Denys Vlasenko
2016-03-03
ifupdowm: fix "warning: unused variable 'iface_list'"
Denys Vlasenko
2016-03-03
dhcpc: Use client IP address as source address for DHCP renew/rebind messages
Hans Dedecker
2016-03-01
udhcpd: keep expired leases at startup
Christian Lindeberg
2016-03-01
ifupdown: allow duplicate interface definitions
Nicolas Cavallari
2016-02-26
udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)
Denys Vlasenko
2016-02-26
udhcp: trivial shrink
Denys Vlasenko
2016-02-24
ntpd: print packet delay in clock update message
Denys Vlasenko
2016-02-11
networking: allow dot at the end of the domain name in dhcp response
Denys Vlasenko
2016-02-10
ntpd: shorter message
Denys Vlasenko
2016-02-10
ntpd: step when |offset| > 1 sec, not 0.125 sec
Denys Vlasenko
2016-02-01
busybox: fix uninitialized memory when displaying IPv6 addresses
Felix Fietkau
2015-12-30
iproute: support "scope". Closes 8561
Denys Vlasenko
2015-10-31
ifupdown: use -x hostname:NAME with udhcpc
Natanael Copa
2015-10-26
ifupdown: pass interface device name for ipv6 route commands
Timo Teräs
2015-10-25
inetd: make FEATURE_INETD_RPC off by default
Denys Vlasenko
2015-10-24
libiproute: use if_nametoindex
Ron Yorston
2015-10-24
dumpleases: string reuse
Denys Vlasenko
2015-10-24
dumpleases: new option -d to show time in seconds
Isaac Dunham
2015-10-24
zcip: ...ad suppress the warning
Denys Vlasenko
2015-10-24
zcip: do not query current time if we won't use the result
Denys Vlasenko
2015-10-24
dumpleases: make host names sanitized to shell-friendly condition
Denys Vlasenko
2015-10-23
httpd: fix heap buffer overflow. Closes 8426
Denys Vlasenko
2015-10-20
wget: make Bartosz's "wget --passive-ftp -nd -t 3" work
Denys Vlasenko
2015-10-14
libiproute: make rt_addr_n2a() and format_host() return auto strings
Denys Vlasenko
2015-10-14
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
networking: add 'ip neigh' command
Curt Brune
2015-10-13
*: more BUILD_BUG_ON conversions
Denys Vlasenko
2015-10-13
wget: shrink code if https isn't supported
Ron Yorston
2015-10-13
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
2015-10-13
ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot
Denys Vlasenko
2015-10-13
whitespace fixes
Denys Vlasenko
2015-10-09
use auto_string() where appropriate to kill a few statics
Denys Vlasenko
2015-10-09
libbb: auto_string() for efficient handling of temporary malloced stirngs
Denys Vlasenko
2015-10-08
udhcpc: fix for some Android toolchain breakage
Denys Vlasenko
[next]