aboutsummaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny/src/include
Commit message (Collapse)AuthorAgeFilesLines
* move library packages to package/libs/Felix Fietkau2012-10-0831-4209/+0
| | | | SVN-Revision: 33657
* libnl-tiny: export unl_genl_multicast_id()Felix Fietkau2012-01-141-0/+1
| | | | SVN-Revision: 29743
* libnl-tiny: remove some more functions to reduce binary sizeFelix Fietkau2011-02-131-0/+2
| | | | SVN-Revision: 25527
* libnl-tiny: decrease the size a bit more by removing some unnecessary functionsFelix Fietkau2011-02-132-7/+29
| | | | SVN-Revision: 25525
* libnl-tiny: add unl a convenience wrapper around the libnl apiFelix Fietkau2011-01-311-0/+46
| | | | SVN-Revision: 25263
* libnl-tiny: Fix for c++ compatibilityFelix Fietkau2011-01-263-8/+8
| | | | | | | | | | g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr" when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc) Also see https://dev.openwrt.org/ticket/7854 Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25101
* libnl-tiny: fix a compiler warning that shows up with -pedanticFelix Fietkau2010-10-141-2/+6
| | | | SVN-Revision: 23431
* libnl-tiny: fix potential redefinition of offsetofFelix Fietkau2009-05-241-0/+2
| | | | SVN-Revision: 16030
* libnl-tiny: add copy of linux/gen_stat.h, it's not available on brcm-2.4Jo-Philipp Wich2009-05-101-0/+67
| | | | SVN-Revision: 15756
* fix libnl-tiny compile with eglibcFelix Fietkau2009-05-041-0/+1
| | | | SVN-Revision: 15591
* libnl-tiny: sync genetlink.h with the kernel headerFelix Fietkau2009-04-301-0/+14
| | | | SVN-Revision: 15513
* add libnl-tiny as a small replacement for libnl with only genl support includedFelix Fietkau2009-04-3029-0/+4050
SVN-Revision: 15507