aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2016-03-29Revert "networking: properly initialize ipv6 scope id for printing it"Denys Vlasenko
2016-03-28networking: properly initialize ipv6 scope id for printing itTimo Teräs
2016-03-17wget: make -T timeout work on header reads too. Closes 8636Denys Vlasenko
2016-03-11udhcpc: fix a warning in debug codeDenys Vlasenko
2016-03-10udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko
2016-03-04udhcpc: do not use -t NUM for counting "select" packets, use 3Denys Vlasenko
2016-03-04ntpd: add experimental patchDenys Vlasenko
2016-03-04ntpd: if peer does not reply anymore, try re-resolving its hostnameDenys Vlasenko
2016-03-04ntpd: do not use a peer more than once (say, if two peers resolve to the same...Denys Vlasenko
2016-03-03ntpd: more informative poll lowering messageDenys Vlasenko
2016-03-03ifupdowm: fix "warning: unused variable 'iface_list'"Denys Vlasenko
2016-03-03dhcpc: Use client IP address as source address for DHCP renew/rebind messagesHans Dedecker
2016-03-01udhcpd: keep expired leases at startupChristian Lindeberg
2016-03-01ifupdown: allow duplicate interface definitionsNicolas Cavallari
2016-02-26udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko
2016-02-26udhcp: trivial shrinkDenys Vlasenko
2016-02-24ntpd: print packet delay in clock update messageDenys Vlasenko
2016-02-11networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko
2016-02-10ntpd: shorter messageDenys Vlasenko
2016-02-10ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko
2016-02-01busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau
2015-12-30iproute: support "scope". Closes 8561Denys Vlasenko
2015-10-31ifupdown: use -x hostname:NAME with udhcpcNatanael Copa
2015-10-26ifupdown: pass interface device name for ipv6 route commandsTimo Teräs
2015-10-25inetd: make FEATURE_INETD_RPC off by defaultDenys Vlasenko
2015-10-24libiproute: use if_nametoindexRon Yorston
2015-10-24dumpleases: string reuseDenys Vlasenko
2015-10-24dumpleases: new option -d to show time in secondsIsaac Dunham
2015-10-24zcip: ...ad suppress the warningDenys Vlasenko
2015-10-24zcip: do not query current time if we won't use the resultDenys Vlasenko
2015-10-24dumpleases: make host names sanitized to shell-friendly conditionDenys Vlasenko
2015-10-23httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko
2015-10-20wget: make Bartosz's "wget --passive-ftp -nd -t 3" workDenys Vlasenko
2015-10-14libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-14networking: add 'ip neigh' commandCurt Brune
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-10-13wget: shrink code if https isn't supportedRon Yorston
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-10-13ftpd: make DIR parameter work for non-root too: chdir to it instead of chrootDenys Vlasenko
2015-10-13whitespace fixesDenys Vlasenko
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko
2015-10-08iproute: more string reuseDenys Vlasenko
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson
2015-10-08ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko