Age | Commit message (Expand) | Author |
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 |
2014-04-07 | libsystemd-network: Speed up checksum computation using 64 bit integers | Tom Gundersen |
2014-04-07 | ipv4ll: use BPF on raw socket | Tom Gundersen |
2014-04-07 | sd-ipv4ll: fix packet broadcasting | Tom Gundersen |
2014-04-06 | sd-dhcp-client: improve BPF | Tom Gundersen |
2014-04-06 | sd-dhcp-client: eagerly drop too small packets | Tom Gundersen |
2014-04-06 | sd-dhcp-client: move magic cookie into DHCPMessage struct | Tom Gundersen |
2014-04-03 | networkd: smooth transition from ipv4ll to dhcp address | Umut Tezduyar Lindskog |
2014-04-02 | sd-dhcp-client: use BPF on raw socket | Tom Gundersen |
2014-04-01 | sd-ipv4ll: speed up bind() in the same way as for dhcp | Tom Gundersen |
2014-04-01 | sd-dhcp-client: --omg-optimized | Tom Gundersen |
2014-03-30 | sd-dhcp: avoid checksum calculation if possible | Tom Gundersen |