summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-client.c
AgeCommit message (Expand)Author
2014-04-11sd-dhcp-client: rebind raw socket when resetting transaction idTom Gundersen
2014-04-11sd-dhcp-client: Add an explicit stop state for the DHCP clientPatrik Flykt
2014-04-11sd-dhcp-client: Add reference counting for DHCPPatrik Flykt
2014-04-11sd-dhcp-client: recevie_message - verify cmsg_len before readingTom Gundersen
2014-04-06sd-dhcp-client: improve BPFTom Gundersen
2014-04-06sd-dhcp-client: eagerly drop too small packetsTom Gundersen
2014-04-06sd-dhcp-client: move magic cookie into DHCPMessage structTom Gundersen
2014-03-27silence warningsThomas Hindoe Paaboel Andersen
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-21sd-dhcp-client/sd-ipv4ll: allow mac address to be updated at any timeTom Gundersen
2014-03-21sd-dhcp-client: add fallback subnet masksTom Gundersen
2014-03-21sd-dhcp-client: make timeout handling a bit more robustTom Gundersen
2014-03-20sd-dhcp-client: do not reset 'secs' when entering INIT-REBOOTTom Gundersen
2014-03-20sd-dhcp-client: don't pass around 'secs'Tom Gundersen
2014-03-20libsystemd-network: Don't unnecessarily send too long packetsPatrik Flykt
2014-03-20libsystemd-network: Prepend hardware type byte to client identifierPatrik Flykt
2014-03-19sd-dhcp-client: accept infinite lease lifetimeTom Gundersen
2014-03-19libsystemd-network: Add Init-Reboot supportPatrik Flykt
2014-03-19libsystemd-network: Restart DHCP acquisition if the lease expiresPatrik Flykt
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-18sd-dhcp-client: make sure timers fire immediatelyTom Gundersen
2014-03-11sd-dhcp-client: use close_nointr_nofail()Tom Gundersen
2014-03-11sd-dhcp: generalise ip header generationTom Gundersen
2014-03-05sd-dhcp-client: log the MAC address we are usingTom Gundersen
2014-03-03sd-dhcp-lease: add sd_dhcp_lease_get_next_server()Tom Gundersen
2014-02-28sd-network: add new libraryTom Gundersen