| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reduce the NETLINK pointer complexity | David Sommerseth | 2013-12-17 | 1 | -22/+35 |
| | | | | | | | | | | | | | Make the NETLINK connection pointer and user counter local global variables inside netlink.c only. Where NETLINK calls via libnl is required, rather use get_nlc() to get a NETLINK connection. This also prepares the next step, to get rid of the struct etherinfo_obj_data wrapper. Signed-off-by: David Sommerseth <davids@redhat.com> | ||||
| * | Split out generic NETLINK functions from etherinfo.c to netlink.c | David Sommerseth | 2013-12-10 | 1 | -0/+113 |
| Primarily just to clean up the code Signed-off-by: David Sommerseth <davids@redhat.com> | |||||
