aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
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
2013-02-04arp: code shrinkDenys Vlasenko
2013-02-04arp: fix -H/-t handling.Kuleshov Aleksey
2013-01-28udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORTDenys Vlasenko
2013-01-20ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...Denys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14ntpd: fix incorrect m_status field in outgoing packets. Closes 5120Paul Marks
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-12-26ifenslave: fix missing close parenMike Frysinger
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile
2012-11-09ifupdown: code shrinkDenys Vlasenko
2012-11-05ifupdown: remove unused errno assignmentsDenys Vlasenko
2012-11-05ifupdown: simple code shrinkDenys Vlasenko
2012-09-29brctl: fix description and usageNicolas Thill
2012-09-27udhcpc[6]: allow discover_retries == 0 (infinite)Felix Fietkau
2012-09-17ushcpc: gracefully handle packets with CHECKSUM_PARTIALAlexey Froloff
2012-09-17telnet: convert Enter -> CR LF in line mode tooDenys Vlasenko
2012-09-17telnet: shrink literal string sizeDenys Vlasenko