aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2014-02-19udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746Denys Vlasenko
2014-02-10ifplugd: code shrinkDenys Vlasenko
2014-02-09htpd: trivial simplification in random interval selectionDenys Vlasenko
2014-02-07udhcpc: in comments, explain the kind of raw socket we createDenys Vlasenko
2014-02-03udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746)Denys Vlasenko
2014-02-03ifupdown: support 'link' address familyKaarle Ritvanen
2014-02-03wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko
2014-01-22iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy
2014-01-20ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko
2014-01-20ntpd: fix compilation warningsBartosz Golaszewski
2014-01-10fakeidentd: simplify ndelay manipulationsDenys Vlasenko
2014-01-09fixlet for the previous commit #2Denys Vlasenko
2014-01-09fixlet for the previous commitDenys Vlasenko
2014-01-09networking: explain isrv_run() APIDenys Vlasenko
2014-01-09fakeidentd: fix use-after-freeRyan Mallon
2014-01-09ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko
2014-01-08ntpd: adjust last packet's recv time after a stepDenys Vlasenko
2013-12-17hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev
2013-12-17wget: user-friendly fallback to httpLauri Kasanen
2013-12-08ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko
2013-12-07ntpd: do not invalidate datapoints after stepDenys Vlasenko
2013-12-04ntpd: comment out "spike detection" codeDenys Vlasenko
2013-12-04ntpd: promote log level 3 to productionDenys Vlasenko
2013-12-04ntpd: let user know if spike was detectedDenys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-11-28ping: try SOCK_DGRAM if no root privilegesDaniel Borca
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