aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp
AgeCommit message (Expand)Author
2011-05-03udhcp: fix some default values from "" to NULLDenys Vlasenko
2011-04-26udhcp: add FEATURE_UDHCP_8021Q optionNigel Hathaway
2011-04-26dhcpc: export unrecognized options in "optNN=XXXXXXXXX" formNigel Hathaway
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-12udhcpc: emit "correct" secs fieldDenys Vlasenko
2011-03-07udhcpc: add -B optionKeith Young
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-16udhcpd: optional IP selection based on MAC hashVladislav Grishenko
2011-02-14udhcpc: use more correct, and more importantly, more understandable BPF codeVladislav Grishenko
2011-02-06udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko
2011-01-20eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko
2011-01-16remove a few aliasing warningsDenys Vlasenko
2011-01-11libbb unicode: comment out usused function and unused parameterDenys Vlasenko
2010-12-25udhcpc: document SIGUSRn effect in help textDenys Vlasenko
2010-11-28dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing leaseDenys Vlasenko
2010-11-28dhcpd: smaller code: do not look for REQUESTED_IP twiceDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-21udhcpd: reduce stack usage by ~700 bytes. +28 bytes code sizeDenys Vlasenko
2010-10-20udhcpc: exit if iface disappeared; use correct MAC if it changesDenys Vlasenko
2010-10-20udhcpc: reduce stack usage by de-inlining routines with on-stack pkt bufDenys Vlasenko
2010-10-20udhcpc: periodically reread our ifindex and macDenys Vlasenko
2010-10-20udhcpc: emit maxsize option in all non-NAK type packetsDenys Vlasenko
2010-10-20dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZEDenys Vlasenko
2010-10-20udhcpc: better help textDenys Vlasenko
2010-10-20udhcpc: remove now-unneeded definitions of vendor and client-id optsDenys Vlasenko
2010-10-20udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...Denys Vlasenko
2010-10-20udhcpc: move usage text to .c file. no code changesDenys Vlasenko
2010-10-18*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bitsDenys Vlasenko
2010-10-18*: use SWAP_BE64 instead of open-coding itDenys Vlasenko
2010-10-17udhcpc: fix OPTION_IP_PAIR parsingVladislav Grishenko
2010-10-06dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko
2010-09-26udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-07Fix a typo in config textDenys Vlasenko
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-04remove some dead assignments, add a TODO commentDenys Vlasenko
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-04udhcpd: fix daemonize crash on nommu systemsMike Frysinger
2010-05-31dhcp: truncate packets instead of padding them to 574 bytes. closes bug 1849Denys Vlasenko
2010-05-30dhcp: indicate IP network order in prototypes tooDenys Vlasenko
2010-05-30dhcp: readability cleanups and small code shrinkDenys Vlasenko
2010-05-02udhcpd: fix hostname truncation bug 1663Denys Vlasenko
2010-04-06udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko
2010-04-04udhcpd: note missing sanity checks on INFORM message handlingDenys Vlasenko
2010-04-04udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko
2010-04-04udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko
2010-04-04udhcpc: trivial shrinkDenys Vlasenko