aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ntpd: abs(tmx.offset) was truncating a "long" typed valueDenys Vlasenko2019-10-251-2/+4
| * tc: array address is never NULLDenys Vlasenko2019-10-251-2/+0
| * traceroute: fix gcc-ismDenys Vlasenko2019-10-251-5/+5
| * suppress a few "unused function" warningsDenys Vlasenko2019-10-252-0/+4
| * netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)Denys Vlasenko2019-10-251-1/+1
| * telnet: add disabled code to emit EC and IPDenys Vlasenko2019-10-181-0/+12
| * brctl: code shrinkDenys Vlasenko2019-10-151-3/+4
| * brctl: tweak help text, fix commentsDenys Vlasenko2019-10-121-5/+5
| * brctl: fold show_bridge_ports_ into its callerDenys Vlasenko2019-10-121-165/+153
| * brctl: code shrinkDenys Vlasenko2019-10-121-32/+28
| * brctl: add support for showstp commandMartin Lewis2019-10-111-3/+215
| * udhcpc: fix segmentation fault on empty bin optMichal Kazior2019-10-081-1/+1
| * brctl: add support for showmacs commandMartin Lewis2019-10-081-19/+92
| * route: fix output of "route -n -A inet6"Tomas Paukrt2019-10-081-0/+1
| * telnet: fix uninitialized variable bugDenys Vlasenko2019-09-251-1/+1
| * udhcpc6: add ELAPSED_TIME option to outgoing packetsDenys Vlasenko2019-09-243-5/+21
| * wget: increase redirections limitDavid Demelier2019-09-121-1/+1
| * udhcpc6: support stateless DHCPv6Eivind Versvik2019-08-241-9/+72
* | Merge branch 'busybox' into mergeRon Yorston2019-08-1652-362/+452
|\|
| * udhcpc6: s/iphdr/ip6_hdr/Denys Vlasenko2019-08-091-1/+1
| * ntpd: add comment about mode6, no code changesDenys Vlasenko2019-07-021-0/+7
| * ntpd: commonalize message stringsDenys Vlasenko2019-07-021-2/+2
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0248-236/+255
| * ntpd: abort if argvs are (unexpectedly) givenDenys Vlasenko2019-07-021-1/+2
| * udhcpc: fix comment, no code changesDenys Vlasenko2019-06-131-1/+1
| * udhcpc6: fix aliasing warningDenys Vlasenko2019-06-111-2/+2
| * dhcpc.c: Added support for relay server parameter.Martin Lewis2019-06-111-4/+9
| * tftp: allow -lc and -cl optionsDenys Vlasenko2019-06-091-1/+9
| * tftpd: revert erroneous changeDenys Vlasenko2019-06-091-1/+1
| * tftp: optional tftp-hpa compatDenys Vlasenko2019-06-091-3/+42
| * bc: placate compiler warningsDenys Vlasenko2019-06-081-1/+1
| * brctl: placate compiler warningsDenys Vlasenko2019-06-081-0/+4
| * httpd: .js is "application/javascript", not "application/x-javascript"Denys Vlasenko2019-06-071-1/+1
| * httpd: add js to built in MIME types listDenys Vlasenko2019-06-071-0/+1
| * httpd: add svg to built in MIME types listVicente Jimenez Aguilar2019-06-071-0/+1
| * libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-031-9/+1
| * dhcp: downgrade "got raw socket fd" message to log3, make log2 default maxDenys Vlasenko2019-05-313-3/+3
| * dhcp: get rid of static data signal_pipeDenys Vlasenko2019-05-314-23/+36
| * udhcp: rename server_config to server_dataDenys Vlasenko2019-05-302-79/+79
* | Merge branch 'busybox' into mergeRon Yorston2019-05-2729-416/+509
|\|
| * udhcp: rename client_config to client_data, server_config to server_dataDenys Vlasenko2019-05-264-188/+188
| * udhcpc6: Fixed aliasing compilation errorMartin Lewis2019-05-261-1/+1
| * dhcp: get rid of last global dataDenys Vlasenko2019-05-263-80/+82
| * dhcp: tweak comments, no code changesDenys Vlasenko2019-05-231-30/+22
| * ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko2019-05-225-17/+65
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2019-05-213-5/+5
| * udhcpd: fix printing of static leasesDenys Vlasenko2019-05-211-27/+13
| * networking: cc is not a registerKhem Raj2019-05-173-19/+19
| * udhcpd: code shrinkDenys Vlasenko2019-05-161-8/+12
| * udhcpd: support per-client hostnames in static leasesDenys Vlasenko2019-05-162-14/+64