summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* networkd-wait-online: improve interoptability and enable by defaultTom Gundersen2014-04-242-0/+16
* sd-dhcp-client: log ifindex and mac address when startingTom Gundersen2014-04-201-1/+4
* networkd: tie links to rtnl rather than udevTom Gundersen2014-04-192-3/+3
* test-dhcp-client: unref lease objects to make valgrind happyZbigniew Jędrzejewski-Szmek2014-04-123-4/+14
* sd-dhcp-client: drop logging about T1/T2Tom Gundersen2014-04-121-4/+0
* sd-dhcp-client: improve loggingTom Gundersen2014-04-121-8/+32
* sd-dhcp-client: use client_initialiez and client_restart for REBOOTTom Gundersen2014-04-121-10/+7
* sd-dhcp-client: document message creation a bit moreTom Gundersen2014-04-111-18/+72
* sd-dhcp-client: assert that we can only create DISCOVER or REQUEST messagesTom Gundersen2014-04-111-20/+18
* sd-dhcp-client: rebind raw socket when resetting transaction idTom Gundersen2014-04-111-0/+6
* sd-ipv4ll: Add an explicit stop state for IPv4LLPatrik Flykt2014-04-111-6/+13
* sd-ipv4ll: Add reference counting for IPv4LLPatrik Flykt2014-04-111-25/+59
* sd-dhcp-client: Add an explicit stop state for the DHCP clientPatrik Flykt2014-04-112-9/+30
* sd-dhcp-client: Add reference counting for DHCPPatrik Flykt2014-04-112-30/+67
* sd-dhcp-client: recevie_message - verify cmsg_len before readingTom Gundersen2014-04-111-2/+4
* sd-dhcp-client: test - fix for jenkinsTom Gundersen2014-04-102-25/+26
* sd-dhcp-client: include client id in debug messagesTom Gundersen2014-04-082-18/+18
* test-dhcp-client: style fixesZbigniew Jędrzejewski-Szmek2014-04-071-11/+6
* libsystemd-network: Speed up checksum computation using 64 bit integersTom Gundersen2014-04-072-13/+40
* ipv4ll: use BPF on raw socketTom Gundersen2014-04-071-0/+27
* sd-ipv4ll: fix packet broadcastingTom Gundersen2014-04-071-1/+2
* sd-dhcp-client: improve BPFTom Gundersen2014-04-064-6/+23
* sd-dhcp-client: eagerly drop too small packetsTom Gundersen2014-04-063-24/+12
* sd-dhcp-client: move magic cookie into DHCPMessage structTom Gundersen2014-04-064-21/+20
* networkd: smooth transition from ipv4ll to dhcp addressUmut Tezduyar Lindskog2014-04-031-0/+6
* sd-dhcp-client: use BPF on raw socketTom Gundersen2014-04-021-0/+18
* sd-ipv4ll: speed up bind() in the same way as for dhcpTom Gundersen2014-04-011-1/+1
* sd-dhcp-client: --omg-optimizedTom Gundersen2014-04-011-2/+1
* sd-dhcp: avoid checksum calculation if possibleTom Gundersen2014-03-301-12/+16
* sd-dhcp: check for ipv4 packetsTom Gundersen2014-03-301-0/+5
* sd-dhcp: check for udp packetsUmut Tezduyar Lindskog2014-03-301-0/+5
* silence warningsThomas Hindoe Paaboel Andersen2014-03-272-2/+2
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-243-39/+47
* sd-dhcp-client: test - don't close socket twiceTom Gundersen2014-03-221-4/+2
* libsystemd-network: move network-utils from src/sharedTom Gundersen2014-03-212-0/+395
* sd-ipv4ll/networkd: generate predictable addressesUmut Tezduyar Lindskog2014-03-211-22/+74
* sd-dhcp-client/sd-ipv4ll: allow mac address to be updated at any timeTom Gundersen2014-03-212-11/+32
* sd-dhcp-client: add fallback subnet masksTom Gundersen2014-03-213-13/+69
* sd-dhcp-client: make timeout handling a bit more robustTom Gundersen2014-03-211-59/+98
* sd-dhcp-client: do not reset 'secs' when entering INIT-REBOOTTom Gundersen2014-03-201-5/+5
* sd-dhcp-client: don't pass around 'secs'Tom Gundersen2014-03-201-66/+68
* libsystemd-dhcp: Update client test case for client id and end optionPatrik Flykt2014-03-201-0/+17
* libsystemd-network: Don't unnecessarily send too long packetsPatrik Flykt2014-03-201-3/+3
* libsystemd-network: Prepend hardware type byte to client identifierPatrik Flykt2014-03-201-6/+10
* sd-dhcp-client: accept infinite lease lifetimeTom Gundersen2014-03-191-0/+4
* libsystemd-network: Add Init-Reboot supportPatrik Flykt2014-03-191-6/+51
* libsystemd-network: Restart DHCP acquisition if the lease expiresPatrik Flykt2014-03-191-21/+51
* libsystemd-network: Add hangcheck timer for DHCP client testPatrik Flykt2014-03-191-0/+16
* libsystemd-network: Export checksum function to test casePatrik Flykt2014-03-193-32/+10
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-184-17/+8