Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-31 | Tethering: Add interface that save lease in DHCP information | Chengyi Zhao | 1 | -0/+5 | |
Change-Id: Ia09c875954d8a20a3e6c39f87076780d8a6582e4 | |||||
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 1 | -7/+32 | |
2013-06-12 | dhcpv6: Send domain list option to server | Jukka Rissanen | 1 | -0/+1 | |
OPTION_DOMAIN_LIST(24) was not sent to server. | |||||
2013-05-06 | dhcpv6: Implement CONFIRM message support | Jukka Rissanen | 1 | -1/+3 | |
See RFC 3315 Chapter 18.1.2. Creation and Transmission of Confirm Messages for details | |||||
2013-04-30 | dhcpv6: Add elapsed time option to sent messages | Jukka Rissanen | 1 | -0/+1 | |
A mandatory elapsed time option was missing from the sent DHCPv6 messages. See RFC 3315 chapter 22.9 for details. | |||||
2013-04-26 | gdhcp: Add helper functions for message retransmission | Jukka Rissanen | 1 | -0/+2 | |
2012-10-11 | gdhcp: Remove obsolete load lease function | Jukka Rissanen | 1 | -2/+0 | |
2012-04-29 | gdhcp: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2012-02-13 | gdhcp: Add RFC 1533- and 2132-compliant client-id option | Grant Erickson | 1 | -0/+2 | |
This patch adds a function to add a RFC 1533- and 2132-compliant DHCP client-id option (61) to sent DHCPv4 packets. | |||||
2012-01-05 | dhcpv6: Release message implemented. | Jukka Rissanen | 1 | -0/+1 | |
2012-01-05 | dhcpv6: Handle address expiration by restarting the stack. | Jukka Rissanen | 1 | -1/+3 | |
2012-01-05 | dhcpv6: Rebind message implemented. | Jukka Rissanen | 1 | -1/+3 | |
2012-01-05 | dhcpv6: Renew message implemented. | Jukka Rissanen | 1 | -1/+4 | |
2012-01-05 | dhcpv6: Request message implemented. | Jukka Rissanen | 1 | -0/+8 | |
2012-01-05 | dhcpv6: Initial stateful DHCPv6 support. | Jukka Rissanen | 1 | -0/+15 | |
This patch contains solicitation message support. | |||||
2012-01-05 | dhcpv6: Support stateless DHCPv6 | Jukka Rissanen | 1 | -0/+2 | |
See relevant parts from these RFCs: RFC 3315 - DHCP for IPv6 RFC 3646 - DNS configuration options for DHCP for IPv6 RFC 3736 - Stateless DHCP service for IPv6 RFC 4075 - SNTP configuration option for DHCPv6 The patch does not support authenticated information messages. | |||||
2012-01-05 | gdhcp: Generic stateless DHCPv6 support. | Jukka Rissanen | 1 | -1/+23 | |
The patch adds support for information-request DHCPv6 message. | |||||
2011-08-09 | dhcp: Try to reuse the IP address we had last time. | Jukka Rissanen | 1 | -1/+1 | |
This fix will cause the DHCP_REQUESTED_IP option to be sent to the server. Fixes BMC #21068 | |||||
2010-12-21 | gdhcp: Add netmask getter | Julien Massot | 1 | -0/+1 | |
2010-12-14 | gdhcp: Add IPv4 Link-Local support | Julien Massot | 1 | -0/+3 | |
IPv4 Link-Local negociation starts on gdhcp client failure. | |||||
2010-11-13 | gdhcp: Initial DHCP server implementation | Martin Xu | 1 | -1/+40 | |
2010-07-29 | Add DHCP library constant for requesting domain name | Marcel Holtmann | 1 | -0/+1 | |
2010-07-29 | Add minimal debug support for DHCP client library | Marcel Holtmann | 1 | -1/+1 | |
2010-07-25 | Fix wrong prototype for DHCP client library reference counting | Marcel Holtmann | 1 | -1/+1 | |
2010-07-22 | Fix GDHCPClientError typo | Samuel Ortiz | 1 | -1/+1 | |
2010-07-21 | Add initial support for DHCP client library | Martin Xu | 1 | -0/+100 | |