Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netlink: initialize mostly unused field | 2020-02-06 | 1 | -0/+1 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | netlink: don't pretend that sysconf isn't a function | 2020-02-05 | 1 | -3/+14 | |
| | | | | | | We can cache the value of this instead of evaluating every time. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | netlink: remove libmnl requirement | 2020-02-03 | 1 | -0/+785 | |
It turns out that the binary actually gets smaller if we simply inline the very small parts of libmnl that we need. Since we wind up needing the mnlg bits anyway, there's little benefit in linking to libmnl. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |