summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2014-06-03sd-dhcp-client: allways request broadcastCamilo Aguilar
2014-06-03networkd: drop CAP_SYS_MODULETom Gundersen
2014-05-26test-dhcp-option: fix memleakTom Gundersen
2014-05-25Use %m instead of strerror(errno) where appropiateCristian Rodríguez
2014-05-21sd-dhcp-client: factor out dhcp packet allocationTom Gundersen
2014-05-21sd-dhcp: rely on FIONREAD workingTom Gundersen
2014-05-21sd-dhcp: option_append - support falling back to 'sname' and 'file'Tom Gundersen
2014-05-21sd-dhcp: make sure we can not fill options so much that there is no space for...Tom Gundersen
2014-05-20dhcp-lease: add support for parsing a few more dhcp optionsTom Gundersen
2014-05-20dhcp-lease: refactor lease parsingTom Gundersen
2014-05-20sd-dhcp: refactor parse_optionsTom Gundersen
2014-05-20sd-dhcp: refactor dhcp_option_appendTom Gundersen
2014-05-19sd-dhcp-lease/sd-network: modernization and fix leakTom Gundersen
2014-05-19sd-dhcp-lease: move in_addr (de)serialization to shared network codeTom Gundersen
2014-05-12networkd: manager - don't leak kmod contextTom Gundersen
2014-05-12networkd: introduce ipip tunnelSusant Sahani
2014-05-09sd-dhcp-client: improve logging when stopping clientTom Gundersen
2014-05-07sd-network: expose both admin and operational state directlyTom Gundersen
2014-05-06sd-dhcp-client: use asynchronous_close()Tom Gundersen
2014-05-06sd-dhcp: network - don't leak sockets on failureTom Gundersen
2014-05-06sd-dhcp: network - set TOS on outgoing packetsTom Gundersen
2014-05-06dhcp-network: don't pass ifindex to bind_udp_socketTom Gundersen
2014-04-30networkd: dont configure route if lease doesn't have oneUmut Tezduyar Lindskog
2014-04-29sd-dhcp-lease: fix double reallocTom Gundersen
2014-04-29sd-dhcp-lease: (de)serialize DNS and NTP serversTom Gundersen
2014-04-29sd-dhcp-leaes: use newdup()Tom Gundersen
2014-04-29sd-dhcp-lease: add NTP supportTom Gundersen
2014-04-27sd-dhcp-client: log positive error numberUmut Tezduyar Lindskog
2014-04-27libnetworkd: add link local testsUmut Tezduyar Lindskog
2014-04-24networkd-wait-online: improve interoptability and enable by defaultTom Gundersen
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