aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2015-10-14libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-14networking: add 'ip neigh' commandCurt Brune
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-10-13wget: shrink code if https isn't supportedRon Yorston
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-10-13ftpd: make DIR parameter work for non-root too: chdir to it instead of chrootDenys Vlasenko
2015-10-13whitespace fixesDenys Vlasenko
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko
2015-10-08iproute: more string reuseDenys Vlasenko
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson
2015-10-08ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07wget: make it possible to have both SSL helpers configuredDenys Vlasenko
2015-10-07ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko
2015-10-07ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko
2015-08-25ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko
2015-08-24ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-08-24Merge setsockopt error messagesDenys Vlasenko
2015-08-24traceroute: fix help textDenys Vlasenko
2015-08-16arping: make help text clearerDenys Vlasenko
2015-08-15ipcalc: fix trivial usage messageRon Yorston
2015-08-04zcip: tweak comments and make unsigned division more obviousDenys Vlasenko
2015-08-04zcip: another code shrinkDenys Vlasenko
2015-08-04zcip: code shrinkDenys Vlasenko
2015-08-04zcip: simplify codeDenys Vlasenko
2015-07-30udhcpc: dns labels can actually start with a numberArthur Gautier
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-07-13Removes stray empty line from codeManinder Singh
2015-07-01ipaddress: better formatting, no code changesDenys Vlasenko
2015-07-01ip addr: support change and replace commandsMichael Tokarev
2015-05-25typo fixesManinder Singh
2015-05-24tc: fix print_rateDenys Vlasenko
2015-03-31ftpd: change_identity() must be after chroot()Denys Vlasenko
2015-03-22zcip: fix wrong comparison of source IP with our IPVladislav Grishenko
2015-03-22ifupdown: shrink a messageDenys Vlasenko
2015-03-22ifupdown: correct ifstate update during 'ifup -a'. Closes 6212Frank Bergmann
2015-03-12Use chomp to remove newlinesRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-12arping: fix iface name in error messagesAlexander Korolkov
2015-03-05ntpd: tweak help textDenys Vlasenko
2015-03-03inetd: fix order of array index check and array accessDenys Vlasenko
2015-03-02ntpd: chnage help text about -l to say that it doesn't disable client codeDenys Vlasenko