summaryrefslogtreecommitdiff
path: root/networking
Commit message (Expand)AuthorAgeFilesLines
* libnetlink: code shrinkNatanael Copa2010-07-232-27/+17
* ifplugd: code shrinkMaksym Kryzhanovskyy2010-07-221-169/+164
* tcpsvd,udpsvd: conditionalize usage of SO_ORIGINAL_DSTJeremie Koenig2010-07-192-2/+5
* libbb: conditionalize AF_* usage in error reportingJeremie Koenig2010-07-191-1/+0
* mark Linux-specific configuration optionsJeremie Koenig2010-07-192-1/+24
* tweak defconfigDenys Vlasenko2010-07-181-1/+1
* wget: fix progress displayDenys Vlasenko2010-07-121-1/+1
* ifplugd: code shrinkMaksym Kryzhanovskyy2010-07-081-60/+35
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-044-14/+7
* remove some dead assignments, add a TODO commentDenys Vlasenko2010-07-041-2/+1
* ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko2010-07-041-24/+23
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-042-4/+3
* nc: better comments. no code changesDenys Vlasenko2010-06-281-3/+5
* remove recently added erroneous _and_die()Denys Vlasenko2010-06-272-2/+2
* nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko2010-06-273-30/+122
* *: make exec failure message more consistentDenys Vlasenko2010-06-255-5/+5
* ntpd: step correction to variables had wrong sign, fixingDenys Vlasenko2010-06-241-7/+9
* *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-242-4/+2
* cosmetics on top of Dan's patchesDenys Vlasenko2010-06-191-3/+1
* A few minor portability improvementsDan Fandrich2010-06-191-2/+2
* tftp: increase initial retry timeout from 50 to 100 msDenys Vlasenko2010-06-181-1/+2
* networking/Config.src: make tftp/tftpd-related options less confusing. Closes...Denys Vlasenko2010-06-171-0/+3
* tftp: make message about 512 byte block less confusingDenys Vlasenko2010-06-121-1/+2
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-085-0/+10
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-2/+2
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-062-2/+2
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-062-86/+86
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-045-0/+0
* udhcpd: fix daemonize crash on nommu systemsMike Frysinger2010-06-041-1/+2
* dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko2010-05-311-12/+20
* dhcp: indicate IP network order in prototypes tooDenys Vlasenko2010-05-301-4/+4
* dhcp: readability cleanups and small code shrinkDenys Vlasenko2010-05-304-49/+54
* trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko2010-05-271-1/+1
* ip addr: shrinkBernhard Reutner-Fischer2010-05-251-99/+78
* ip addr: unify parsing argsBernhard Reutner-Fischer2010-05-251-13/+7
* ip rule: unify parsing argsBernhard Reutner-Fischer2010-05-251-25/+11
* ip tunnel: unify parsing args; no obj-code changesBernhard Reutner-Fischer2010-05-251-3/+2
* ip link: add qlenBernhard Reutner-Fischer2010-05-251-2/+7
* iplink: shrinkBernhard Reutner-Fischer2010-05-251-54/+39
* iplink: support add/deleteBernhard Reutner-Fischer2010-05-251-2/+91
* ipaddress: print OPERSTATEs and NO-CARRIERBernhard Reutner-Fischer2010-05-251-0/+9
* ifconfig: do not truncate interface names. closes bug 1795Denys Vlasenko2010-05-231-2/+1
* ash: fix bug which causes signal6.tests to failDenys Vlasenko2010-05-181-1/+1
* ifplugd: fix typo in prev commitDenys Vlasenko2010-05-111-1/+1
* work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-101-1/+1
* ifplugd: replace potentially-leaking setenv with malloc/putenv/freeDenys Vlasenko2010-05-081-83/+20
* ifdown: use /var/run/udhcpc.%iface%.pid only if it existsDenys Vlasenko2010-05-021-2/+4
* udhcpd: fix hostname truncation bug 1663Denys Vlasenko2010-05-021-0/+2
* telnet: prevent SEGV if we are requested TELOPT_NEW_ENVIRON.Denys Vlasenko2010-04-271-9/+8
* dnsd: fix unaligned access problemDenys Vlasenko2010-04-261-3/+8