Age | Commit message (Expand) | Author |
2014-06-13 | sd-dhcp-server: add basic functionality for starting/stopping server | Tom Gundersen |
2014-06-13 | sd-dhcp-server: add basic functionality for creating/destroying server instance | Tom Gundersen |
2014-06-13 | dhcp-network: allow UDP socket to listen on any address | Tom Gundersen |
2014-06-03 | sd-dhcp-client: allways request broadcast | Camilo Aguilar |
2014-06-03 | networkd: drop CAP_SYS_MODULE | Tom Gundersen |
2014-05-26 | test-dhcp-option: fix memleak | Tom Gundersen |
2014-05-25 | Use %m instead of strerror(errno) where appropiate | Cristian Rodríguez |
2014-05-21 | sd-dhcp-client: factor out dhcp packet allocation | Tom Gundersen |
2014-05-21 | sd-dhcp: rely on FIONREAD working | Tom Gundersen |
2014-05-21 | sd-dhcp: option_append - support falling back to 'sname' and 'file' | Tom Gundersen |
2014-05-21 | sd-dhcp: make sure we can not fill options so much that there is no space for... | Tom Gundersen |
2014-05-20 | dhcp-lease: add support for parsing a few more dhcp options | Tom Gundersen |
2014-05-20 | dhcp-lease: refactor lease parsing | Tom Gundersen |
2014-05-20 | sd-dhcp: refactor parse_options | Tom Gundersen |
2014-05-20 | sd-dhcp: refactor dhcp_option_append | Tom Gundersen |
2014-05-19 | sd-dhcp-lease/sd-network: modernization and fix leak | Tom Gundersen |
2014-05-19 | sd-dhcp-lease: move in_addr (de)serialization to shared network code | Tom Gundersen |
2014-05-12 | networkd: manager - don't leak kmod context | Tom Gundersen |
2014-05-12 | networkd: introduce ipip tunnel | Susant Sahani |
2014-05-09 | sd-dhcp-client: improve logging when stopping client | Tom Gundersen |
2014-05-07 | sd-network: expose both admin and operational state directly | Tom Gundersen |
2014-05-06 | sd-dhcp-client: use asynchronous_close() | Tom Gundersen |
2014-05-06 | sd-dhcp: network - don't leak sockets on failure | Tom Gundersen |
2014-05-06 | sd-dhcp: network - set TOS on outgoing packets | Tom Gundersen |
2014-05-06 | dhcp-network: don't pass ifindex to bind_udp_socket | Tom Gundersen |
2014-04-30 | networkd: dont configure route if lease doesn't have one | Umut Tezduyar Lindskog |
2014-04-29 | sd-dhcp-lease: fix double realloc | Tom Gundersen |
2014-04-29 | sd-dhcp-lease: (de)serialize DNS and NTP servers | Tom Gundersen |
2014-04-29 | sd-dhcp-leaes: use newdup() | Tom Gundersen |
2014-04-29 | sd-dhcp-lease: add NTP support | Tom Gundersen |
2014-04-27 | sd-dhcp-client: log positive error number | Umut Tezduyar Lindskog |
2014-04-27 | libnetworkd: add link local tests | Umut Tezduyar Lindskog |
2014-04-24 | networkd-wait-online: improve interoptability and enable by default | Tom Gundersen |
2014-04-20 | sd-dhcp-client: log ifindex and mac address when starting | Tom Gundersen |
2014-04-19 | networkd: tie links to rtnl rather than udev | Tom Gundersen |
2014-04-12 | test-dhcp-client: unref lease objects to make valgrind happy | Zbigniew Jędrzejewski-Szmek |
2014-04-12 | sd-dhcp-client: drop logging about T1/T2 | Tom Gundersen |
2014-04-12 | sd-dhcp-client: improve logging | Tom Gundersen |
2014-04-12 | sd-dhcp-client: use client_initialiez and client_restart for REBOOT | Tom Gundersen |
2014-04-11 | sd-dhcp-client: document message creation a bit more | Tom Gundersen |
2014-04-11 | sd-dhcp-client: assert that we can only create DISCOVER or REQUEST messages | Tom Gundersen |
2014-04-11 | sd-dhcp-client: rebind raw socket when resetting transaction id | Tom Gundersen |
2014-04-11 | sd-ipv4ll: Add an explicit stop state for IPv4LL | Patrik Flykt |
2014-04-11 | sd-ipv4ll: Add reference counting for IPv4LL | Patrik Flykt |
2014-04-11 | sd-dhcp-client: Add an explicit stop state for the DHCP client | Patrik Flykt |
2014-04-11 | sd-dhcp-client: Add reference counting for DHCP | Patrik Flykt |
2014-04-11 | sd-dhcp-client: recevie_message - verify cmsg_len before reading | Tom Gundersen |
2014-04-10 | sd-dhcp-client: test - fix for jenkins | Tom Gundersen |
2014-04-08 | sd-dhcp-client: include client id in debug messages | Tom Gundersen |
2014-04-07 | test-dhcp-client: style fixes | Zbigniew Jędrzejewski-Szmek |