aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply post-1.25.0 patches, bump version to 1.25.11_25_1Denys Vlasenko2016-10-072-2/+8
* ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko2016-06-061-17/+30
* arping: avoid use of ether_ntoa(). Closes 8926Denys Vlasenko2016-05-261-4/+7
* ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy2016-04-241-13/+24
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-226-10/+10
* udhcp: add setup_common_bufsiz() as neededDenys Vlasenko2016-04-213-4/+8
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-216-5/+17
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-2115-4/+18
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-2124-50/+76
* udhcp: fix capitalization of two messagesDenys Vlasenko2016-03-301-2/+2
* dhcpd: string reuseDenys Vlasenko2016-03-301-1/+1
* udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-3013-107/+107
* zcip: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko2016-03-301-2/+2
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-303-6/+6
* Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-301-1/+1
* Revert "networking: properly initialize ipv6 scope id for printing it"Denys Vlasenko2016-03-291-1/+0
* networking: properly initialize ipv6 scope id for printing itTimo Teräs2016-03-281-0/+1
* wget: make -T timeout work on header reads too. Closes 8636Denys Vlasenko2016-03-171-5/+17
* udhcpc: fix a warning in debug codeDenys Vlasenko2016-03-111-0/+1
* udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko2016-03-101-4/+9
* udhcpc: do not use -t NUM for counting "select" packets, use 3Denys Vlasenko2016-03-041-1/+1
* ntpd: add experimental patchDenys Vlasenko2016-03-041-0/+24
* ntpd: if peer does not reply anymore, try re-resolving its hostnameDenys Vlasenko2016-03-041-0/+19
* ntpd: do not use a peer more than once (say, if two peers resolve to the same...Denys Vlasenko2016-03-041-1/+16
* ntpd: more informative poll lowering messageDenys Vlasenko2016-03-031-2/+2
* ifupdowm: fix "warning: unused variable 'iface_list'"Denys Vlasenko2016-03-031-1/+1
* dhcpc: Use client IP address as source address for DHCP renew/rebind messagesHans Dedecker2016-03-031-6/+6
* udhcpd: keep expired leases at startupChristian Lindeberg2016-03-012-2/+8
* ifupdown: allow duplicate interface definitionsNicolas Cavallari2016-03-011-1/+14
* udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko2016-02-262-4/+15
* udhcp: trivial shrinkDenys Vlasenko2016-02-261-4/+3
* ntpd: print packet delay in clock update messageDenys Vlasenko2016-02-241-2/+8
* networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko2016-02-111-0/+2
* ntpd: shorter messageDenys Vlasenko2016-02-101-1/+1
* ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko2016-02-101-18/+36
* busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau2016-02-011-0/+1
* iproute: support "scope". Closes 8561Denys Vlasenko2015-12-301-19/+33
* ifupdown: use -x hostname:NAME with udhcpcNatanael Copa2015-10-311-2/+2
* ifupdown: pass interface device name for ipv6 route commandsTimo Teräs2015-10-261-3/+4
* inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko2015-10-251-1/+1
* libiproute: use if_nametoindexRon Yorston2015-10-241-24/+1
* dumpleases: string reuseDenys Vlasenko2015-10-241-3/+5
* dumpleases: new option -d to show time in secondsIsaac Dunham2015-10-241-5/+19
* zcip: ...ad suppress the warningDenys Vlasenko2015-10-241-1/+1
* zcip: do not query current time if we won't use the resultDenys Vlasenko2015-10-241-2/+4
* dumpleases: make host names sanitized to shell-friendly conditionDenys Vlasenko2015-10-241-3/+8
* httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko2015-10-231-6/+19
* wget: make Bartosz's "wget --passive-ftp -nd -t 3" workDenys Vlasenko2015-10-201-16/+31
* libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko2015-10-147-75/+57
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-1412-58/+57