summaryrefslogtreecommitdiff
path: root/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-6/+6
* netlink: change size types from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-7/+7
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-2/+2
* decode_netlink: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-6/+7
* netlink: handle multipart netlink messagesDmitry V. Levin2016-07-081-17/+85
* Add a general netlink socket parserFabien Siron2016-07-071-0/+64