aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * libiproute: eliminate some redundant zero storesDenys Vlasenko2016-08-142-27/+31
| * ip: fix an improper optimization: req.r.rtm_scope may be nonzero hereDenys Vlasenko2016-08-141-2/+1
| * ntpd: respond only to client and symmetric active packetsMiroslav Lichvar2016-08-011-0/+7
| * wget: run s_client helper with -servername HOSTDenys Vlasenko2016-07-251-5/+44
| * ssl_helper.sh: strip was invoked incorrectlyDenys Vlasenko2016-07-251-1/+1
| * typo fixesDenys Vlasenko2016-07-191-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-07-0715-90/+240
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-0614-30/+28
| * whois: implement -iDenys Vlasenko2016-07-061-7/+11
| * whois: make it actually workDenys Vlasenko2016-07-061-13/+124
| * arp: fix buffer overflow. Closes 9071Denys Vlasenko2016-07-041-3/+3
| * udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko2016-07-032-2/+10
| * ntpd: daemonize before DNS resolutionDenys Vlasenko2016-07-031-20/+25
| * ping: populate icmp_id field for "simple" ping tooJonas Danielsson2016-06-231-0/+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
* | Merge branch 'busybox' into mergeRon Yorston2016-05-1632-82/+149
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2016-04-0422-151/+262
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2016-02-224-37/+72
|\|
| * 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