summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2014-06-19sd-icmp6-nd: Add Router Solicitation and Advertisement supportPatrik Flykt
2014-06-19sd-dhcp6-client: Add initial DHCPv6 client filesPatrik Flykt
2014-06-19dhcp-server: simplify dhcp server unref callLennart Poettering
2014-06-18sd-dhcp-client: check return from dhcp_option_appendThomas Hindoe Paaboel Andersen
2014-06-18sd-dhcp-server: fix a leakThomas Hindoe Paaboel Andersen
2014-06-18dhcp-network: remove TODOMichal Sekletar
2014-06-17networkd: veth - fix memleakTom Gundersen
2014-06-17sd-dhcp: checksum - make endianess-neutralTom Gundersen
2014-06-13sd-dhcp-server: test - skip when lacking permsTom Gundersen
2014-06-13sd-dhcp-client: fix invalid free() in client_send_request()Andreas Henriksson
2014-06-13sd-dhcp-server: add RELEASE supportTom Gundersen
2014-06-13sd-dhcp-server: add dummy DECLINE supportTom Gundersen
2014-06-13sd-dhcp-server: track bound leasesTom Gundersen
2014-06-13sd-dhcp-server: add support for clients requesting lease lifetimeTom Gundersen
2014-06-13sd-dhcp-server: add basic NAK supportTom Gundersen
2014-06-13sd-dhcp-server: add basic REQUEST/ACK supportTom Gundersen
2014-06-13sd-dhcp-server: add basic DISCOVER/OFFER supportTom Gundersen
2014-06-13sd-dhcp-server: add support for sending messagesTom Gundersen
2014-06-13sd-dhcp-server: add support for setting the server addressTom Gundersen
2014-06-13sd-dhcp-server: bind to raw socket for sendingTom Gundersen
2014-06-13sd-dhcp-server: add basic message parsingTom Gundersen
2014-06-13sd-dhcp-server: add basic message handling and verificationTom Gundersen
2014-06-13sd-dhcp-server: bind to a given interfaceTom Gundersen
2014-06-13sd-dhcp-server: add basic functionality for starting/stopping serverTom Gundersen
2014-06-13sd-dhcp-server: add basic functionality for creating/destroying server instanceTom Gundersen
2014-06-13dhcp-network: allow UDP socket to listen on any addressTom Gundersen
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