aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2019-05-23dhcp: tweak comments, no code changesDenys Vlasenko
2019-05-22ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko
2019-05-21*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2019-05-21udhcpd: fix printing of static leasesDenys Vlasenko
2019-05-17networking: cc is not a registerKhem Raj
2019-05-16udhcpd: code shrinkDenys Vlasenko
2019-05-16udhcpd: support per-client hostnames in static leasesDenys Vlasenko
2019-05-15udhcpc6: unbreakDenys Vlasenko
2019-05-15udhcpd: code shrink - do not fetch requested IP twiceDenys Vlasenko
2019-05-14style fix, no code changesDenys Vlasenko
2019-05-10udhcpd: code shrinkDenys Vlasenko
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-04-29ip: fix comment placementDenys Vlasenko
2019-04-28ifupdown: close memory leakDenys Vlasenko
2019-04-19httpd: do disable header reading timeout even if proxyingDenys Vlasenko
2019-04-19httpd: use full size of iobuf[] when piping CGI dataDenys Vlasenko
2019-04-19httpd: do not set alarm() timeout if we read cached headerDenys Vlasenko
2019-04-19httpd: deindent code block, no code changesDenys Vlasenko
2019-04-19httpd: require "HTTP/xyz" at the end of request lineDenys Vlasenko
2019-04-18httpd: pass authorization header to CGI if not BasicAlexander Vickberg
2019-04-17httpd: When sending gzipped content use content-length headerAlexander Vickberg
2019-04-16httpd: extract query string only after proxying checkDenys Vlasenko
2019-04-16httpd: make rmt_ip variable localDenys Vlasenko
2019-04-16httpd: check denied IPs even before reading 1st query lineDenys Vlasenko
2019-04-16httpd: do not decode URL and headers if proxying - send all verbatimDenys Vlasenko
2019-04-16httpd: remove duplicate "decode URL escape sequences" codeDenys Vlasenko
2019-04-16httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=valDenys Vlasenko
2019-04-16httpd: fix handling of EOF in get_line()Denys Vlasenko
2019-04-16httpd: add missing {}Denys Vlasenko
2019-04-16httpd: do not percent-decode URI if proxyingDenys Vlasenko
2019-04-14httpd: fix proxy headers passing - full_write() instead of write()Denys Vlasenko
2019-04-14httpd: if remote IP is denied, send FORBIDDEN reply earlierDenys Vlasenko
2019-04-14udhcpc6: code shrinkDenys Vlasenko
2019-04-13udhcpc6: add a few comments, no code changes.Denys Vlasenko
2019-04-13udhcpc6: make it enabled in defconfigDenys Vlasenko
2019-04-13udhcp: add 100 and 101 dhcp options for ipv4Antoine Girard-Vallée
2019-04-13brctl: add TODO: "showmacs BR"Denys Vlasenko
2019-04-13brctl: simplify str_to_jiffies()Denys Vlasenko
2019-04-13brctl: convert remaining commands to work via /sysDenys Vlasenko
2019-04-12brctl: make "show" command retrieve data from /sysDenys Vlasenko
2019-04-07ipaddress: remove unused variable no_linkBernhard Reutner-Fischer
2019-04-04telnetd: whitespace fixDenys Vlasenko
2019-04-04telnetd: better AYT handlingDenys Vlasenko
2019-04-04telnetd: Added support for AYT IAC command.Martin Lewis
2019-03-30ip: Fix ip -o linkStefan Sørensen
2019-03-27ntpd: do not create pid file if not backgroundedDenys Vlasenko
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2019-02-27udhcpc: don't exit after backgrounding on -n -bAndrey Mazo
2019-02-27udhcpc: tweak --helpDenys Vlasenko
2019-02-15ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5Denys Vlasenko