summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2014-07-18change type for address family to "int"Lennart Poettering
2014-07-17sd-network: remove redundant array size parameter from functions that return ...Lennart Poettering
2014-07-15sd-dhcp-client: make request broadcasts opt-inTom Gundersen
2014-07-14sd-dhcp-server: make gcc happyTom Gundersen
2014-07-14sd-dhcp6-client: make gcc happyTom Gundersen
2014-07-14networkd: dhcp add vendor class indentifier option 60Susant Sahani
2014-07-07dhcp-network: make clear that we are ANDing Fragment offset field with maskMichal Sekletar
2014-07-07dhcp-network: ignore IP packets with More Fragments (MF) flag setMichal Sekletar
2014-07-07dhcp-network: add check for DHCP.chaddrMichal Sekletar
2014-07-04networkd: don't clear dhcpv6 lease timers if there's no previous leaseSteven Noonan
2014-07-02sd-dhcp6-client: initialize variableTom Gundersen
2014-07-01sd-dhcp6-client: check return valueThomas Hindoe Paaboel Andersen
2014-07-01networkd: send hostname to dhcp serverEugene Yakubovich
2014-07-01sd-dhcp6-client: fix free before useTom Gundersen
2014-06-29network-internal: initialize _cleanup_ variableTom Gundersen
2014-06-29netowrkd:deserialize_dhcp_routes verify strndup retSusant Sahani
2014-06-29sd-dhcp-client: don't fail hard if UDP socket can not be boundTom Gundersen
2014-06-29Add support for DHCP static route optionsEugene Yakubovich
2014-06-29sd-dhcp-client/networkd: set lifetimes for IPv4 addressesPatrik Flykt
2014-06-29networkd/sd-dhcp-server: only start dhcp server when necessaryTom Gundersen
2014-06-26sd-dhcp6-client: Implement Rapid CommitPatrik Flykt
2014-06-26sd-dhcp6-client: Implement Renew and RebindPatrik Flykt
2014-06-26sd-dhcp6-lease: Add helper function to compute remaining expiry timePatrik Flykt
2014-06-26sd-dhcp6-client: Add Option Request Option supportPatrik Flykt
2014-06-26sd-icmp6-nd: Add function to stop ongoing ICMPv6 discoveryPatrik Flykt
2014-06-26sd-dhcp6-client: return NULL from _unref() like the other sd-* librariesPatrik Flykt
2014-06-24sd-dhcp6-client: use %m instead of strerror(errno)Ronny Chevalier
2014-06-24sd-dhcp-client: return NULL from _unref() like the other sd-* librariesTom Gundersen
2014-06-22dhcp-network: don't bother with IP fragmentsMichal Sekletar
2014-06-21sd-dhcp-server: change default lease time form 1m to 1hTom Gundersen
2014-06-21sd-dhcp-server: fix broadcast of DHCP packetsTom Gundersen
2014-06-20sd-dhcp-server: remove unused cleanup functionThomas Hindoe Paaboel Andersen
2014-06-20tests: fix test-icmp6-rsRonny Chevalier
2014-06-20sd-icmp6-nd: fix uninitialized fdRonny Chevalier
2014-06-20sd-dhcp6-client: fix uninitialized variablesRonny Chevalier
2014-06-19sd-dhcp6-client: Initialize fd to -1 and rename functionZbigniew Jędrzejewski-Szmek
2014-06-19sd-dhcp6-client: Add reply sending for testPatrik Flykt
2014-06-19sd-dhcp6-client: Receive and parse a reply and set T1 and T2 timersPatrik Flykt
2014-06-19sd-dhcp6-client: Add Advertise sending for test casePatrik Flykt
2014-06-19sd-dhcp6-client: Add Request message sendingPatrik Flykt
2014-06-19sd-dhcp6-client: Update start function to take a statePatrik Flykt
2014-06-19sd-dhcp6-client: Add test case for Advertise message parsingPatrik Flykt
2014-06-19sd-dhcp6-lease: Add functions for accessing lease and addressesPatrik Flykt
2014-06-19sd-dhcp6-client: Receive and parse Advertise messagesPatrik Flykt
2014-06-19sd-dhcp6-client: Add IA Address option parsingPatrik Flykt
2014-06-19sd-dhcp6-lease: Add DHCPv6 lease handlingPatrik Flykt
2014-06-19sd-dhcp6-client: Add DHCPv6 Solicit test casePatrik Flykt
2014-06-19sd-dhcp6-client: Add DHCPv6 Solicit message creation and sendingPatrik Flykt
2014-06-19sd-dhcp6-client: Add functions to bind to DHCPv6 UDP socketPatrik Flykt
2014-06-19sd-dhcp6-client: Add basic DHCPv6 option handlingPatrik Flykt