Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libnl-tiny: fix receiving netlink messages larger than 4K | Jonas Gorski | 2014-12-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Apply libnl commit 807fddc4cd9ecb12ba64e1b7fa26d86b6c2f19b0 ("nl: Increase receive buffer size to 4 pages") also to libnl-tiny to ensure netlink messages larger than 4KiB can be received, as the restart logic seems to be broken. This fixes iwinfo accessing info on dual band b43 cards, as they can support a lot of channels, breaking the 4K default limit (seen was >5k). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 43633 | ||||
* | libnl-tiny: remove dead code | Felix Fietkau | 2014-12-10 | 5 | -801/+0 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43599 | ||||
* | libnl-tiny: ensure compatibility to libnl version 3 and higher | Felix Fietkau | 2014-03-21 | 2 | -1/+14 |
| | | | | | | | | | | | To be prepared to support keepalived 1.2.10 and higher we need libnl3 or higher. The attached patch add some defines so that it can be build be libnl-tiny. Patch by Thomas Heil Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39991 | ||||
* | libnl-tiny: fix include path to poll.h | Felix Fietkau | 2014-02-24 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39747 | ||||
* | move library packages to package/libs/ | Felix Fietkau | 2012-10-08 | 46 | -0/+9497 |
SVN-Revision: 33657 |