summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use 16bit ints for classifier prio/protocolThomas Graf2008-10-152-6/+6
* Replace NL_KEEP code with proper message reference countingThomas Graf2008-10-143-18/+2
* From: Kees Cook <kees@outflux.net>Thomas Graf2008-10-101-0/+1
* libnl: fix about 100 warningsHolger Schurig2008-08-191-0/+1
* Remove XML dumpingThomas Graf2008-06-171-1/+0
* Fix compile errors when linking against libnl-genlThomas Graf2008-06-172-9/+9
* Improvements to address utilitiesThomas Graf2008-06-171-0/+7
* <netlink/addr.h> requires <netdb.h>Thomas Graf2008-06-171-0/+1
* Need <linux/in_route.h>Thomas Graf2008-06-171-0/+1
* Extend nl_time2int() and rename it to nl_str2msec()Thomas Graf2008-06-161-0/+1
* Introduce nla_strdup() to help parse strings attributesThomas Graf2008-06-131-0/+1
* Remove unused dp_dump_line()Thomas Graf2008-05-261-2/+0
* Update linux/rtnetlink.h to upstream versionThomas Graf2008-05-261-2/+3
* Remove old line counting while dumpingThomas Graf2008-05-238-29/+16
* Present port and icmp values in host byte order and beautify printingThomas Graf2008-05-221-0/+2
* Remove change routine, works flawlessly via add() with NLM_F_REPLACEThomas Graf2008-05-221-4/+0
* Remove references to unused attribute anycastThomas Graf2008-05-151-3/+0
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-3/+0
* Uninline various functions to save 7K codeThomas Graf2008-05-151-187/+10
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-1525-116/+118
* Check length of provided address labelThomas Graf2008-05-141-1/+1
* Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf2008-05-141-6/+0
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-143-8/+4
* Break API some moreThomas Graf2008-05-144-12/+0
* Thread-safe error handlingThomas Graf2008-05-1424-454/+440
* Added two new functions to facilitate processing the nexthop entries for routes.Ben Gamsa2008-05-081-0/+6
* ignore more temporary filesThomas Graf2008-05-051-0/+1
* Route cache supportThomas Graf2008-05-051-1/+5
* New netem funtionality and TBF fixTad Kollar2008-04-303-0/+29
* version.h.in should be in tree not the generated versionThomas Graf2008-04-301-2/+2
* Provide libnl version in <netlink/version.h>Thomas Graf2008-04-302-0/+19
* libnl: recvmsgs doesn't necessarily free the message dataInaky Perez-Gonzalez2008-04-291-0/+14
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-296-64/+75
* Export nl_dump_line() and automatically count lines while dumpingThomas Graf2008-04-293-18/+21
* [LIBNL]: Install netlink/route/link headersPatrick McHardy2008-03-291-0/+2
* [PATCH] Remove usage of C++ keyword 'class' on htb.h header.Rui Tiago Cação Matos2008-03-051-3/+3
* Update local copy of linux/rtnetlink.hThomas Graf2008-03-051-1/+43
* Fix nfnl_queue_msg_get_packetid() return typePatrick McHardy2008-02-071-1/+1
* [LIBNL]: Install netfilter headersPatrick McHardy2008-02-071-0/+2
* [LIBNL]: Support conntrack add/delete/query requestsPatrick McHardy2008-02-071-0/+9
* [LIBNL]: Split up nfnetlink_log into log and msg objectsPatrick McHardy2008-02-073-75/+186
* [LIBNL]: nfnetlink_log: support NUFLA_GID attributePatrick McHardy2008-02-073-0/+6
* [LIBNL]: Add nfnetlink_queue supportPatrick McHardy2008-02-074-0/+311
* [LIBNL]: Generic netfilter stuffPatrick McHardy2008-02-072-0/+70
* [LIBNL]: Add if_vlan.hPatrick McHardy2008-02-071-0/+61
* Detailed attribute documentationThomas Graf2008-01-302-118/+108
* Abstract address allocation based on netlink attributeThomas Graf2008-01-301-0/+1
* Abstract data allocation based on netlink attributeThomas Graf2008-01-301-0/+1
* Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf2008-01-141-0/+2
* Fix stale data pointers when constructing messagesThomas Graf2008-01-142-0/+3