Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-08 | networkd: tuntap - return correct error when /dev/net/tun cannot be opened | Tom Gundersen | |
2014-08-18 | networkd: warn when ignoring unsupported tuntap options | Tom Gundersen | |
The interface for creating tuntap devices should be ported to rtnl so it would support the same settings as other kinds. In the meantime, the best one can do is to drop in a .link file to set the desired options. | |||
2014-07-21 | networkd: netdev - split NetDev struct into per-kind structs | Tom Gundersen | |
Similarly to how unit types work. | |||
2014-07-14 | networkd: netdev - introduce vtable for netdev kinds | Tom Gundersen | |
Split each netdev kind into its own .h/.c. |