Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | treewide: fix typos | Torstein Husebø | |
2015-06-28 | sd-netlink: message - remove unused next_rta_offset field | Tom Gundersen | |
This was a left-over from before we supported containers. | |||
2015-06-28 | netlink: rework containers | Tom Gundersen | |
Instead of representing containers as several arrays, make a new netlink_container struct and keep one array of these structs. We also introduce netlink_attribute structs that in the future will hold meta-information about each atribute. | |||
2015-06-28 | sd-netlink: make a couple of helper functions static | Tom Gundersen | |
Also rename from rtnl_* to netlink_*. | |||
2015-06-13 | sd-netlink: socket - move some functions from main source file | Tom Gundersen | |
2015-06-13 | sd-netlink: message - split up source file | Tom Gundersen | |
Split netlink-socket.c and rtnl-message.c from netlink-message.c. | |||
2015-06-13 | sd-netlink: drop the write-queue | Tom Gundersen | |
AF_NETLINK is not write-buffered, so this was actually never used. | |||
2015-06-13 | sd-netlink: rename from sd-rtnl | Tom Gundersen | |