summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update READMEHEADmasterrofl0r2022-09-161-5/+6
* genl_family: explicitly null terminate strncpy destination bufferPetr Štetiar2022-09-162-0/+2
* netlink: add NLA_F_NESTED to all nested attributesFelix Fietkau2022-09-162-1/+3
* attr.h: Add NLA_PUT_S32Hauke Mehrtens2022-09-161-0/+34
* unl: add support for connecting to rtnlFelix Fietkau2022-09-162-11/+54
* remove never used err variable assignment disliked by scan-buildPetr Štetiar2022-09-161-1/+0
* silence use after the free clang analyzer warningPetr Štetiar2022-09-161-1/+9
* use offsetof macro to make scan-build happyPetr Štetiar2022-09-161-1/+3
* iron out all extra compiler warningsPetr Štetiar2022-09-165-9/+13
* libnl-tiny: use fixed message size instead of using the page sizeFelix Fietkau2022-09-161-6/+1
* libnl-tiny: define _GNU_SOURCE if not definedAlexandru Ardelean2022-09-161-0/+2
* libnl-tiny: Generic Netlink multicast groups supportHauke Mehrtens2022-09-167-1/+136
* libnl-tiny: fix receiving netlink messages larger than 4KJonas Gorski2022-09-161-1/+1
* libnl-tiny: remove dead codeFelix Fietkau2022-09-165-801/+0
* genl/family.h: hardcode GENL_ID_GENERATE constant valuerofl0r2018-12-031-1/+1
* fix install command for retarded OS's (Mac OS X)rofl0r2018-06-172-3/+71
* Makefile: make AR and RANLIB customizablerofl0r2015-11-221-2/+4
* remove linux header copy from include/rofl0r2015-04-305-481/+0
* fix compilation on ubuntu 14.04rofl0r2015-04-291-2/+0
* README: fix typorofl0r2014-07-111-1/+1
* update .gitignorev1.0.1rofl0r2014-07-111-0/+1
* add READMErofl0r2014-07-112-3/+52
* libnl-tiny: ensure compatibility to libnl version 3 and highernbd2014-07-112-1/+14
* make libnl 1.0 compat macros available when LIBNL1_COMPAT is setrofl0r2014-07-111-0/+7
* pkg-config file: force _GNU_SOURCErofl0r2014-07-101-1/+1
* add .gitignorev1.0.0rofl0r2014-07-101-0/+5
* complete Makefile with install targetsrofl0r2014-07-101-10/+42
* fix incorrect include causing warningrofl0r2014-07-101-1/+1
* move files into toplevel dirrofl0r2014-07-1048-80/+28
* use user-supplied prefix for .pc generationrofl0r2014-07-102-2/+6
* Makefile: include user-supplied config.makrofl0r2014-07-101-0/+2
* libnl-tiny.pc.in: pass includedir for --cflags callrofl0r2014-07-101-1/+1
* rename libnl-tiny.pc to libnl-tiny.pc.in, move to src/rofl0r2014-07-101-0/+0
* Makefile: add libnl-tiny.a targetrofl0r2014-07-101-1/+6
* apply libnl-tiny_if_h.patch from sabotagerofl0r2014-07-101-11/+1
* import libnl-tiny rev 49d9e43e from openwrtrofl0r2014-07-1049-0/+9562