index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
Age
Commit message (
Expand
)
Author
2011-10-20
udhcpc: add comment about server IP
Denys Vlasenko
2011-10-20
udhcpc: in fill_envp, export BOOTP fields first
Denys Vlasenko
2011-10-20
dhcpc: fix the case where we might add extra space at the end of envvar.
Denys Vlasenko
2011-10-20
udhcpc: fix 6rd option formatting (was using 4 more bytes than there is)
Denys Vlasenko
2011-10-20
udhcpc: remove unused argument in sprint_nip6
Denys Vlasenko
2011-10-20
udhcpc: small code shrink
Denys Vlasenko
2011-10-20
typo fix in comment
Denys Vlasenko
2011-10-19
udhcpc: add support for DHCP option 212 (RFC 5969)
Denys Vlasenko
2011-10-18
udhcpc: on SIGUSR1, limit renew attempts time to 20 seconds; then do total re...
Vladislav Grishenko
2011-10-18
udhcp: IF_UDHCP_VERBOSE() macro - improve code readability
Leonid Lisovskiy
2011-09-09
udhcp: remove the declaration of non-existent udhcp_checksum
Baruch Siach
2011-09-07
networking: consolidate the IP checksum code. -129 bytes.
Baruch Siach
2011-06-10
*: simplify Ethernet header includes
Dan Fandrich
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-04
udhcpc: allow -O OPT take numeric params
Denys Vlasenko
2011-05-03
udhcp: fix some default values from "" to NULL
Denys Vlasenko
2011-04-26
udhcp: add FEATURE_UDHCP_8021Q option
Nigel Hathaway
2011-04-26
dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form
Nigel Hathaway
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2011-03-12
udhcpc: emit "correct" secs field
Denys Vlasenko
2011-03-07
udhcpc: add -B option
Keith Young
2011-02-26
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-02-16
udhcpd: optional IP selection based on MAC hash
Vladislav Grishenko
2011-02-14
udhcpc: use more correct, and more importantly, more understandable BPF code
Vladislav Grishenko
2011-02-06
udhcpc: fix a problem with binary-encoded options
Denys Vlasenko
2011-01-20
eliminate aliasing warnings in traceroute.c and udhcp/socket.c
Denys Vlasenko
2011-01-16
remove a few aliasing warnings
Denys Vlasenko
2011-01-11
libbb unicode: comment out usused function and unused parameter
Denys Vlasenko
2010-12-25
udhcpc: document SIGUSRn effect in help text
Denys Vlasenko
2010-11-28
dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease
Denys Vlasenko
2010-11-28
dhcpd: smaller code: do not look for REQUESTED_IP twice
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-21
udhcpd: reduce stack usage by ~700 bytes. +28 bytes code size
Denys Vlasenko
2010-10-20
udhcpc: exit if iface disappeared; use correct MAC if it changes
Denys Vlasenko
2010-10-20
udhcpc: reduce stack usage by de-inlining routines with on-stack pkt buf
Denys Vlasenko
2010-10-20
udhcpc: periodically reread our ifindex and mac
Denys Vlasenko
2010-10-20
udhcpc: emit maxsize option in all non-NAK type packets
Denys Vlasenko
2010-10-20
dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE
Denys Vlasenko
2010-10-20
udhcpc: better help text
Denys Vlasenko
2010-10-20
udhcpc: remove now-unneeded definitions of vendor and client-id opts
Denys Vlasenko
2010-10-20
udhcpc: remove -c CLIENTID, it is hard to use, -x 61:hexstring does the same ...
Denys Vlasenko
2010-10-20
udhcpc: move usage text to .c file. no code changes
Denys Vlasenko
2010-10-18
*: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes both on 32 and 64 bits
Denys Vlasenko
2010-10-18
*: use SWAP_BE64 instead of open-coding it
Denys Vlasenko
2010-10-17
udhcpc: fix OPTION_IP_PAIR parsing
Vladislav Grishenko
2010-10-06
dhcprelay: code shrink, and explain its workings a bit more
Denys Vlasenko
2010-09-26
udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options
Vladislav Grishenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-07
Fix a typo in config text
Denys Vlasenko
2010-07-19
mark Linux-specific configuration options
Jeremie Koenig
[prev]
[next]