aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ipaddress: better formatting, no code changesDenys Vlasenko2015-07-011-6/+10
| * ip addr: support change and replace commandsMichael Tokarev2015-07-012-9/+13
| * typo fixesManinder Singh2015-05-251-1/+1
| * tc: fix print_rateDenys Vlasenko2015-05-241-7/+7
* | ipcalc: enable by default for WIN32Ron Yorston2015-07-131-1/+2
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-181-20/+21
|\|
| * ftpd: change_identity() must be after chroot()Denys Vlasenko2015-03-311-20/+21
* | Merge branch 'busybox' into mergeRon Yorston2015-03-232-5/+6
|\|
| * zcip: fix wrong comparison of source IP with our IPVladislav Grishenko2015-03-221-1/+1
| * ifupdown: shrink a messageDenys Vlasenko2015-03-221-1/+1
| * ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann2015-03-221-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2015-03-1418-1119/+189
|\|
| * Use chomp to remove newlinesRon Yorston2015-03-121-1/+1
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-127-18/+18
| * arping: fix iface name in error messagesAlexander Korolkov2015-03-121-2/+1
| * ntpd: tweak help textDenys Vlasenko2015-03-051-1/+2
| * inetd: fix order of array index check and array accessDenys Vlasenko2015-03-031-3/+5
| * ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko2015-03-021-4/+4
| * wget: fix --header to not append duplicate headersBernhard Reutner-Fischer2015-02-181-20/+78
| * trivial code shrinkDenys Vlasenko2015-02-181-1/+1
| * route: fix bogus read error when route table is emptyDenys Vlasenko2015-02-041-6/+11
| * route: improve -A inet6Denys Vlasenko2015-02-031-16/+15
| * ifconfig: fix double free fatal error in INET_sprintDenys Vlasenko2015-02-031-2/+2
| * telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernelMartin Kaiser2015-01-301-2/+1
| * ntpd: get rid of G.initial_poll_completeDenys Vlasenko2015-01-291-5/+2
| * dhcpd: fix an improper widening conversionDenys Vlasenko2015-01-271-1/+2
| * ftpd: prevent zombies. closes 7832Denys Vlasenko2015-01-261-2/+7
| * libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-10/+2
| * deleting unused ntpd_simple.cDenys Vlasenko2015-01-051-1005/+0
| * ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac2015-01-041-19/+32
| * udhcpd: account for script delay in leaseJohn Schroeder2014-12-251-1/+5
* | Merge commit '1_23_0' into mergeTIG_1_23_0Ron Yorston2015-01-231-1/+5
|\|
| * udhcpc: account for script run timeDenys Vlasenko2014-12-211-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-12-1411-43/+98
|\|
| * libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski2014-11-272-11/+3
| * udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko2014-11-251-1/+13
| * iproute: support onelink route option and print route flagsMichael Tokarev2014-11-171-1/+17
| * zcip: Add environment variable for overriding log functionalityMichel Stam2014-11-041-0/+5
| * zcip: allow our own class B range to be used for ZeroConfMichel Stam2014-10-301-9/+21
| * udhcpd: add option for tweaking arppingMichel Stam2014-10-306-21/+39
* | Merge branch 'busybox' into mergeRon Yorston2014-10-068-174/+253
|\|
| * ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar2014-10-051-4/+8
| * ntpd: don't stay at short polling intervalMiroslav Lichvar2014-10-021-27/+53
| * ntpd: be less eager to use shorter poll intervalsDenys Vlasenko2014-09-271-39/+41
| * ntpd: split out poll adjusting codeMiroslav Lichvar2014-09-241-37/+39
| * ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar2014-09-241-6/+3
| * ftpd: make LIST command show dotfiles tooDenys Vlasenko2014-09-151-8/+8
| * tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko2014-09-041-3/+4
| * tftpd: support full 512-byte requestsDenys Vlasenko2014-09-031-3/+13
| * ping: add -p to specify data patternFlorian Fainelli2014-08-271-9/+16