summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* indentation/spurious whitespace fixesLennart Poettering2014-08-201-1/+1
* util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering2014-08-151-1/+2
* dhcp: the localhost isn't valid as hostname eitherLennart Poettering2014-08-151-1/+1
* sd-dhcp-lease: verify hostname and domainnames we receiveTom Gundersen2014-08-151-4/+24
* test: dhcp-server - fix testTom Gundersen2014-08-141-1/+1
* sd-dhcp-server: linebreaksTom Gundersen2014-08-141-26/+47
* networkd: monopolize in_addr utility functions in shared/in-addr-util.hLennart Poettering2014-08-112-53/+7
* sd-dhcp-server: always send out ROUTER and SUBNET_MASKTom Gundersen2014-08-043-5/+31
* sd-dhcp-server: avoid returning garbage valueThomas Hindoe Paaboel Andersen2014-08-031-1/+1
* sd-dhcp-server: check if r < 0Thomas Hindoe Paaboel Andersen2014-08-031-0/+2
* sd-dhcp-client: allow the max dhcp message size to be set to the MTU of the linkTom Gundersen2014-08-012-2/+28
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-3/+3
* sd-network: make socket filter programs static const where possibleLennart Poettering2014-07-292-72/+74
* sd-dhcp-server: add forcerenew supportTom Gundersen2014-07-282-0/+62
* sd-dhcp-client: add support for FORCERENEWTom Gundersen2014-07-282-9/+37
* sd-dhcp-client: listen on UDP socket as soon as a lease is acquiredTom Gundersen2014-07-281-15/+35
* dhcp-network: enable IP_FREEBIND for UDP socketsTom Gundersen2014-07-281-7/+9
* sd-dhcp-client: drop event DHCP_EVENT_NO_LEASETom Gundersen2014-07-281-34/+23
* sd-dhcp-client: only verify UDP messagesTom Gundersen2014-07-281-30/+32
* libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possibleTom Gundersen2014-07-248-34/+34
* networkd: merge DNS and NTP entries when exportingTom Gundersen2014-07-233-9/+8
* dhcp-network: remove unused DHCP6_STATE_RSDan Williams2014-07-232-5/+0
* change type for address family to "int"Lennart Poettering2014-07-182-2/+2
* sd-network: remove redundant array size parameter from functions that return ...Lennart Poettering2014-07-173-36/+29
* sd-dhcp-client: make request broadcasts opt-inTom Gundersen2014-07-151-2/+16
* sd-dhcp-server: make gcc happyTom Gundersen2014-07-141-1/+1
* sd-dhcp6-client: make gcc happyTom Gundersen2014-07-141-1/+1
* networkd: dhcp add vendor class indentifier option 60Susant Sahani2014-07-142-0/+29
* dhcp-network: make clear that we are ANDing Fragment offset field with maskMichal Sekletar2014-07-071-1/+1
* dhcp-network: ignore IP packets with More Fragments (MF) flag setMichal Sekletar2014-07-071-0/+4
* dhcp-network: add check for DHCP.chaddrMichal Sekletar2014-07-074-6/+18
* networkd: don't clear dhcpv6 lease timers if there's no previous leaseSteven Noonan2014-07-041-1/+2
* sd-dhcp6-client: initialize variableTom Gundersen2014-07-021-9/+1
* sd-dhcp6-client: check return valueThomas Hindoe Paaboel Andersen2014-07-011-0/+2
* networkd: send hostname to dhcp serverEugene Yakubovich2014-07-011-0/+42
* sd-dhcp6-client: fix free before useTom Gundersen2014-07-011-1/+3
* network-internal: initialize _cleanup_ variableTom Gundersen2014-06-291-1/+1
* netowrkd:deserialize_dhcp_routes verify strndup retSusant Sahani2014-06-291-0/+2
* sd-dhcp-client: don't fail hard if UDP socket can not be boundTom Gundersen2014-06-291-1/+1
* Add support for DHCP static route optionsEugene Yakubovich2014-06-295-3/+249
* sd-dhcp-client/networkd: set lifetimes for IPv4 addressesPatrik Flykt2014-06-292-1/+11
* networkd/sd-dhcp-server: only start dhcp server when necessaryTom Gundersen2014-06-291-0/+6
* sd-dhcp6-client: Implement Rapid CommitPatrik Flykt2014-06-264-6/+50
* sd-dhcp6-client: Implement Renew and RebindPatrik Flykt2014-06-262-1/+73
* sd-dhcp6-lease: Add helper function to compute remaining expiry timePatrik Flykt2014-06-262-0/+23
* sd-dhcp6-client: Add Option Request Option supportPatrik Flykt2014-06-263-0/+78
* sd-icmp6-nd: Add function to stop ongoing ICMPv6 discoveryPatrik Flykt2014-06-262-0/+17
* sd-dhcp6-client: return NULL from _unref() like the other sd-* librariesPatrik Flykt2014-06-261-20/+17
* sd-dhcp6-client: use %m instead of strerror(errno)Ronny Chevalier2014-06-241-1/+1
* sd-dhcp-client: return NULL from _unref() like the other sd-* librariesTom Gundersen2014-06-242-34/+35