summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * udhcpc: remove workaround for bugs in Win98 dhcp server ("MSFT 98" vendor str...Denys Vlasenko2011-11-051-31/+3
| * udhcpc: reuse string constant; remove unneeded memset(0)Denys Vlasenko2011-11-051-2/+1
| * udhcpc: deprecate --hostname NAMEDenys Vlasenko2011-11-051-5/+20
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-2314-271/+277
|\|
| * getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko2011-10-231-1/+1
| * udhcpc: add comment about server IPDenys Vlasenko2011-10-201-1/+19
| * udhcpc: in fill_envp, export BOOTP fields firstDenys Vlasenko2011-10-201-18/+36
| * dhcpc: fix the case where we might add extra space at the end of envvar.Denys Vlasenko2011-10-202-9/+13
| * udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)Denys Vlasenko2011-10-201-27/+23
| * udhcpc: remove unused argument in sprint_nip6Denys Vlasenko2011-10-201-4/+4
| * udhcpc: small code shrinkDenys Vlasenko2011-10-201-6/+9
| * typo fix in commentDenys Vlasenko2011-10-201-1/+1
| * udhcpc: add support for DHCP option 212 (RFC 5969)Denys Vlasenko2011-10-193-2/+82
| * nc: small code shrinkDenys Vlasenko2011-10-191-2/+1
| * ifupdown: code shrinkDenys Vlasenko2011-10-191-27/+15
| * ifupdown: support post-up / pre-down hooksPeter Korsgaard2011-10-191-0/+6
| * udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...Vladislav Grishenko2011-10-181-1/+15
| * udhcp: IF_UDHCP_VERBOSE() macro - improve code readabilityLeonid Lisovskiy2011-10-183-11/+5
| * tftp: mode string is case independentDenys Vlasenko2011-10-061-1/+2
| * add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-0/+2
| * start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko2011-09-151-1/+1
| * wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko2011-09-112-81/+8
| * ping: display real IPv6 response address. Hopefully closes 3745.Denys Vlasenko2011-09-111-3/+3
| * inetd: close new udp fd in "udp nowait" caseDenys Vlasenko2011-09-111-11/+55
| * udhcp: remove the declaration of non-existent udhcp_checksumBaruch Siach2011-09-091-2/+0
| * networking: consolidate the IP checksum code. -129 bytes.Baruch Siach2011-09-074-95/+9
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-224-6/+37
|\|
| * tcpudp: simplify help textDenys Vlasenko2011-07-251-3/+3
| * more tweak for bionicDenys Vlasenko2011-07-082-2/+33
| * typo fixesDan Fandrich2011-07-081-1/+1
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-2242-126/+61
|\|
| * inetd: check if RPC is availableBernhard Reutner-Fischer2011-06-151-2/+5
| * iplink: tweak includes to work on androidDenys Vlasenko2011-06-121-1/+1
| * Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2011-06-102-24/+24
| * *: simplify Ethernet header includesDan Fandrich2011-06-109-53/+20
| * *: remove "Options:" string from help textsDenys Vlasenko2011-06-0535-44/+6
| * udhcpc: allow -O OPT take numeric paramsDenys Vlasenko2011-06-041-2/+5
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-2210-44/+116
|\|
| * The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn2011-05-161-2/+2
| * fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-4/+3
| * adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-1/+1
| * inetd: add FIXMEsDenys Vlasenko2011-05-121-0/+5
| * traceroute: properly reduce poll timeoutDenys Vlasenko2011-05-051-24/+37
| * udhcp: fix some default values from "" to NULLDenys Vlasenko2011-05-031-3/+3
| * udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway2011-04-263-0/+18
| * dhcpc: export unrecognized options in "optNN=XXXXXXXXX" formNigel Hathaway2011-04-261-10/+47
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-2238-65/+769
|\|
| * add include <sys/socket.h>Denys Vlasenko2011-04-171-0/+1
| * wget: add a note about bug 3625Denys Vlasenko2011-04-161-0/+6
| * Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko2011-04-161-1/+1