Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libnl-tiny: backport 'gnet_stats_rate_est64' support | Hauke Mehrtens | 2016-04-17 | 1 | -0/+12 |
| | | | | | | | | | | | | This has been added to the kernel uapi for a while, and makes sense to have it here too. At the moment we're using it for query-ing qdisc via netlink using libnl-tiny. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49188 | ||||
* | libnl-tiny: include <sys/socket.h> | Felix Fietkau | 2015-11-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Currently some libnl headers require application code to include dependencies on its own. E.g. a simple include of <linux/netlink.h> will trigger an error: /usr/include/libnl-tiny/linux/netlink.h:32:2: error: unknown type name 'sa_family_t' Similarly including <netlink/handlers.h> causes: /usr/include/libnl-tiny/netlink/handlers.h:133:19: warning: 'struct ucred' declared inside parameter list [enabled by default] Fix it by including <sys/socket.h> where needed in libnl headers. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 47456 | ||||
* | move library packages to package/libs/ | Felix Fietkau | 2012-10-08 | 5 | -0/+493 |
SVN-Revision: 33657 |