Age | Commit message (Expand) | Author |
2015-08-21 | network: Add function to serialize an IPv6 address | Patrik Flykt |
2015-08-21 | test-dhcp6-client: Add tests for DNS and NTP options | Patrik Flykt |
2015-08-21 | sd-dhcp6: Support deprecated SNTP Configuration Option | Patrik Flykt |
2015-08-21 | sd-dhcp6: Add support for DHCPv6 NTP Server Option | Patrik Flykt |
2015-08-21 | sd-dhcp6: Add support for DHCPv6 DNS Domain Search List option | Patrik Flykt |
2015-08-21 | sd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server option | Patrik Flykt |
2015-08-21 | dhcp6-option: Add helper function for uncompressed domain names | Patrik Flykt |
2015-08-21 | dhcp6-option: Add helper function for fetching IPv6 addresses | Patrik Flykt |
2015-08-21 | sd-dhcp6-client: Save a DHCPv6 lease also with Information Reply | Patrik Flykt |
2015-08-21 | sd-dhcp6-client: Fix unreferencing DHCPv6 lease on client reset | Patrik Flykt |
2015-08-08 | libsystemd-network: fix memory leak | reverendhomer |
2015-08-06 | libsystemd-network: plug memory leak | Daniel Mack |
2015-08-05 | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: add relax parameter to hostname_is_valid | Zbigniew Jędrzejewski-Szmek |
2015-08-06 | tree-wide: do not return error codes as bool | Thomas Hindoe Paaboel Andersen |
2015-08-05 | network: make enough space for string | Lennart Poettering |
2015-08-05 | networkd: clean up duplicate code | Alex Crawford |
2015-08-05 | networkd: serialize the private options | Alex Crawford |
2015-08-05 | networkd: add private options to lease struct | Alex Crawford |
2015-08-04 | networkd: add DHCP options for private zone | Alex Crawford |
2015-08-04 | networkd: DHCP fix CID 1315105 | Susant Sahani |
2015-08-03 | Merge pull request #844 from poettering/clock-boottime2 | Tom Gundersen |
2015-08-03 | tree-wide: convert bootchart and lldp code to use clock_boottime_or_monotonic() | Lennart Poettering |
2015-08-03 | sd-event: make sure sd_event_now() cannot fail | Lennart Poettering |
2015-07-29 | tree-wide: port everything over to fflush_and_check() | Lennart Poettering |
2015-07-14 | Merge pull request #538 from mischief/multiple-routers | Tom Gundersen |
2015-07-12 | dhcp: add support for vendor specific DHCP option | Beniamino Galvani |
2015-07-12 | basic: util - fix errorhandling in unhexmem() | Tom Gundersen |
2015-07-11 | sd-dhcp-lease: fix handling of multiple routers | Nick Owens |
2015-07-02 | lldp: set correct state for processing | Susant Sahani |
2015-06-17 | sd-dhcp-client: readd deleted error check | Thomas Hindoe Paaboel Andersen |
2015-06-13 | sd-netlink: rename from sd-rtnl | Tom Gundersen |
2015-06-11 | sd-rtnl: make joining broadcast groups implicit | Tom Gundersen |
2015-06-10 | libsystemd-network: use domain validation instead of hostname validation for ... | Nick Owens |
2015-06-10 | util: introduce CMSG_FOREACH() macro and make use of it everywhere | Lennart Poettering |
2015-06-08 | tree-wide: remove spurious space | Thomas Hindoe Paaboel Andersen |
2015-05-21 | json: minor style fixessystemd/v220 | Lennart Poettering |
2015-05-19 | dhcp-identifier: fix for unaligned write | Tom Gundersen |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-04-21 | dhcp6: remove unnecessary if check | Lennart Poettering |
2015-04-14 | test-dhcp6-client: don't unref the event twice | Thomas Hindoe Paaboel Andersen |
2015-04-14 | sd-dhcp6-client: unref lease when freeing the client | Thomas Hindoe Paaboel Andersen |
2015-04-13 | test-ipv4ll: clean up the event | Thomas Hindoe Paaboel Andersen |
2015-04-12 | dhcp: yes, infiniband has the larger MAC address length, but let the compuler... | Lennart Poettering |
2015-04-11 | shared: add random-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | Revert "sd-dhcp-client: fix strict aliasing issue" | Lennart Poettering |
2015-03-27 | fix gcc warnings about uninitialized variables | Harald Hoyer |
2015-03-14 | sd-dhcp-client: fix strict aliasing issue | Shawn Landden |
2015-03-13 | test-dhcp-option: conform to usual coding style | Zbigniew Jędrzejewski-Szmek |