Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-15 | tree-wide: htonl() is weird, let's use htobe32() instead (#3538) | Lennart Poettering | |
Super-important change, yeah! | |||
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering | |
There are more than enough to deserve their own .c file, hence move them over. | |||
2015-09-18 | sd-ipv4ll: filter out unwanted ARP packets in the kernel | Tom Gundersen | |
We currently process every ARP packet, but we should only care about the ones relating to our IP address. Also rename ipv4ll helpers to apr-utils.[ch], and rework the helpers a bit. |