Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-29 | networkd: add Patch of MTU discovery for IPIP and GRE | Susant Sahani | |
Add path of MTU disovery for IPIP and GRE Kind of tunnels | |||
2014-10-29 | networkd: add back path of MTU discovery for SIT | Susant Sahani | |
2014-08-12 | networkd: split out networkd-link.h | Tom Gundersen | |
2014-08-11 | sd-network: rename the per-ifindex calls to sd_network_get_link_xxx() | Lennart Poettering | |
This way we can introduce system-wide versions of these calls that are called the same way, but without the "link" in the name. | |||
2014-08-11 | networkd: monopolize in_addr utility functions in shared/in-addr-util.h | Lennart Poettering | |
Primarily, this means we get rid of net_parse_inaddr(), and replace it everywhere with in_addr_from_string() and in_addr_from_string_auto(). These functions do not clobber the callers arguments on failure, which is more close to our usual coding style. | |||
2014-07-21 | networkd: netdev - split NetDev struct into per-kind structs | Tom Gundersen | |
Similarly to how unit types work. | |||
2014-07-17 | networkd: fix colud typo | Zbigniew Jędrzejewski-Szmek | |
sztanpet> if your already there, might fixing "Colud" to Could in 53af3b7 | |||
2014-07-14 | networkd: netdev - introduce vtable for netdev kinds | Tom Gundersen | |
Split each netdev kind into its own .h/.c. |