aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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-072-33/+5
* *: simplify Ethernet header includesDan Fandrich2011-06-103-28/+6
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* udhcpc: allow -O OPT take numeric paramsDenys Vlasenko2011-06-041-2/+5
* 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
* move remaining help text from include/usage.src.hPere Orga2011-04-113-0/+34
* udhcpc: emit "correct" secs fieldDenys Vlasenko2011-03-122-0/+17
* udhcpc: add -B optionKeith Young2011-03-071-59/+69
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-2/+2
* udhcpd: optional IP selection based on MAC hashVladislav Grishenko2011-02-162-8/+50
* udhcpc: use more correct, and more importantly, more understandable BPF codeVladislav Grishenko2011-02-141-20/+24
* udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko2011-02-061-1/+1
* eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko2011-01-201-11/+14
* remove a few aliasing warningsDenys Vlasenko2011-01-161-1/+1
* libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-111-1/+1
* udhcpc: document SIGUSRn effect in help textDenys Vlasenko2010-12-251-0/+4
* dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko2010-11-281-7/+11
* dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko2010-11-281-26/+30
* *: whitespace fixesDenys Vlasenko2010-10-282-4/+4
* udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko2010-10-212-5/+14
* udhcpc: exit if iface disappeared; use correct MAC if it changesDenys Vlasenko2010-10-201-6/+14
* udhcpc: reduce stack usage by de-inlining routines with on-stack pkt bufDenys Vlasenko2010-10-201-10/+11
* udhcpc: periodically reread our ifindex and macDenys Vlasenko2010-10-201-0/+10
* udhcpc: emit maxsize option in all non-NAK type packetsDenys Vlasenko2010-10-201-18/+90
* dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko2010-10-202-7/+7
* udhcpc: better help textDenys Vlasenko2010-10-201-9/+15
* udhcpc: remove now-unneeded definitions of vendor and client-id optsDenys Vlasenko2010-10-201-3/+4
* udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...Denys Vlasenko2010-10-202-41/+37
* udhcpc: move usage text to .c file. no code changesDenys Vlasenko2010-10-201-0/+78
* *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko2010-10-182-24/+3
* *: use SWAP_BE64 instead of open-coding itDenys Vlasenko2010-10-182-2/+2
* udhcpc: fix OPTION_IP_PAIR parsingVladislav Grishenko2010-10-171-7/+10
* dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko2010-10-061-71/+118
* udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2010-09-262-0/+6
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1613-13/+13
* Fix a typo in config textDenys Vlasenko2010-08-071-1/+1
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+2