summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2014-04-20sd-dhcp-client: log ifindex and mac address when startingTom Gundersen
2014-04-19networkd: tie links to rtnl rather than udevTom Gundersen
2014-04-12test-dhcp-client: unref lease objects to make valgrind happyZbigniew Jędrzejewski-Szmek
2014-04-12sd-dhcp-client: drop logging about T1/T2Tom Gundersen
2014-04-12sd-dhcp-client: improve loggingTom Gundersen
2014-04-12sd-dhcp-client: use client_initialiez and client_restart for REBOOTTom Gundersen
2014-04-11sd-dhcp-client: document message creation a bit moreTom Gundersen
2014-04-11sd-dhcp-client: assert that we can only create DISCOVER or REQUEST messagesTom Gundersen
2014-04-11sd-dhcp-client: rebind raw socket when resetting transaction idTom Gundersen
2014-04-11sd-ipv4ll: Add an explicit stop state for IPv4LLPatrik Flykt
2014-04-11sd-ipv4ll: Add reference counting for IPv4LLPatrik Flykt
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-10sd-dhcp-client: test - fix for jenkinsTom Gundersen
2014-04-08sd-dhcp-client: include client id in debug messagesTom Gundersen
2014-04-07test-dhcp-client: style fixesZbigniew Jędrzejewski-Szmek
2014-04-07libsystemd-network: Speed up checksum computation using 64 bit integersTom Gundersen
2014-04-07ipv4ll: use BPF on raw socketTom Gundersen
2014-04-07sd-ipv4ll: fix packet broadcastingTom 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-04-03networkd: smooth transition from ipv4ll to dhcp addressUmut Tezduyar Lindskog
2014-04-02sd-dhcp-client: use BPF on raw socketTom Gundersen
2014-04-01sd-ipv4ll: speed up bind() in the same way as for dhcpTom Gundersen
2014-04-01sd-dhcp-client: --omg-optimizedTom Gundersen
2014-03-30sd-dhcp: avoid checksum calculation if possibleTom Gundersen
2014-03-30sd-dhcp: check for ipv4 packetsTom Gundersen
2014-03-30sd-dhcp: check for udp packetsUmut Tezduyar Lindskog
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-22sd-dhcp-client: test - don't close socket twiceTom Gundersen
2014-03-21libsystemd-network: move network-utils from src/sharedTom Gundersen
2014-03-21sd-ipv4ll/networkd: generate predictable addressesUmut Tezduyar Lindskog
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-dhcp: Update client test case for client id and end optionPatrik Flykt
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-19libsystemd-network: Add hangcheck timer for DHCP client testPatrik Flykt
2014-03-19libsystemd-network: Export checksum function to test casePatrik 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