aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2013-11-12udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr
2013-11-03udhcpc: allow zero server-id. Closes 6614.Denys Vlasenko
2013-10-28udhcpc: make DHCP packets to have at least 300 DHCP bytesJohannes Stezenbach
2013-10-16wget: if FEATURE_CLEAN_UP, free(ptr_to_globals)Guilherme Maciel Ferreira
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko
2013-10-14ether-wake: shorten help text, reduce packet buffer sizeDenys Vlasenko
2013-10-12wget: add support for connect timeoutLauri Kasanen
2013-09-18httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko
2013-09-11httpd: treat errors from stdin correctly.Denys Vlasenko
2013-08-16iplink: comment out include <net/if_packet.h>Denys Vlasenko
2013-08-15fix build error with musl libc due to if_slip.hDenys Vlasenko
2013-08-14networking: fix potential overflow in ife_print6()Nicolas Dichtel
2013-08-08udhcpc: tweak help text moreDenys Vlasenko
2013-08-08udhcpc: tweak help textDenys Vlasenko
2013-08-05udhcpc: tweak help textDenys Vlasenko
2013-08-04ifplugd: use a larger netlink bufferTito Ragusa
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-29nc: remove unnecessary "errno = 0"Denys Vlasenko
2013-07-28iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko
2013-07-28nc: remove some dead codeDenys Vlasenko
2013-07-28nc: exit when both stdin and network are closed.Denys Vlasenko
2013-07-28nc: use symbolic SHUT_WR instead of literal 1Denys Vlasenko
2013-07-25networking: code shrinkBartosz Golaszewski
2013-07-15ip link: add VLAN supportPatrick McHardy
2013-07-15ip: code shrinkDenys Vlasenko
2013-07-01wget: do not abort if "_" is encountered in a HTTP headerDenys Vlasenko
2013-06-28ping: code shrinkDenys Vlasenko
2013-06-28Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko
2013-06-27nslookup: set default DNS server again. Hopefully helps with 675Denys Vlasenko
2013-05-23ntpd: set offset to 0.0 in "usync" eventDenys Vlasenko
2013-05-22ntpd: set G.last_script_run even if script isn't configuredDenys Vlasenko
2013-05-22ntpd: make "unsync" code actually work.Denys Vlasenko
2013-05-22ntpd: drop delay outliers; run "unsync" handler if no replies for some timeDenys Vlasenko
2013-05-17udhcp: code shrinkDenys Vlasenko
2013-05-17udhcpc: fix a problem with binary-encoded options #2Denys Vlasenko
2013-05-12telnet: code shrinkDenys Vlasenko
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-03-25httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko
2013-03-17nc: fix build failure ("subscripted value is neither array nor pointer")Denys Vlasenko
2013-03-15traceroute: free some memory allocated by xzalloc()Guilherme Maciel Ferreira
2013-03-15ping[6]: accept and ignore -n. Code shrinkDenys Vlasenko
2013-03-14udhcpd: also add -I ADDR to help textDenys Vlasenko
2013-03-13udhcpd: add -I LOCAL_ADDR optionDenys Vlasenko
2013-03-12platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger
2013-02-28ifupdown: support "source" stanza in /etc/network/interfacesDenys Vlasenko
2013-02-28ifplugd: make -k send SIGINT, not SIGQUITDenys Vlasenko
2013-02-28Fix config help textDenys Vlasenko
2013-02-28nc_bloaty: support -ll and -lk. Closes 2245Denys Vlasenko
2013-02-28nc: don't redirect stderr to network in -e PROG modeDenys Vlasenko
2013-02-28nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP codeThomas De Schampheleire