summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream_linaro/linaro-libnl2_0'JP Abgrall2014-02-1472-1049/+2211
|\
| * Updating group definition to follow 3.13 kernelMathieu Poirier2014-01-261-0/+2
| * Adding version.hMathieu Poirier2014-01-071-0/+18
| * Adding support for netlink API and quota in nfaccountingMathieu Poirier2014-01-072-0/+31
| * Compile 2.0 with KitkatMathieu Poirier2014-01-072-4/+3
| * add user data to change_func_t for cachesAndreas Fett2010-10-132-3/+7
| * Fix compile warning in nl.cThomas Graf2010-07-031-1/+1
| * Packet Location InterfaceThomas Graf2010-07-023-1/+47
| * Don't install private header files.Thomas Graf2010-04-191-5/+1
| * object: fix attribute comparisonPatrick McHardy2010-04-191-2/+14
| * addr: restore anycast functionsPatrick McHardy2010-04-191-0/+3
| * new function nfnl_queue_msg_send_verdict_payload()Karl Hiramoto2010-03-101-1/+3
| * new feature nl_send_iovec(), nl_auto_complete() and code refactoring.Karl Hiramoto2010-03-101-0/+4
| * CLI - Command Line Interface LibraryThomas Graf2009-12-168-0/+286
| * Merge branch 'master' of git://dev.medozas.de/libnlThomas Graf2009-09-022-42/+67
| |\
| | * Move to automake-based buildJan Engelhardt2009-06-232-42/+67
| * | Add support for getting and deleting queueing classes.olc2009-09-021-0/+5
| * | - Reworked the classifier interface.Thomas Graf2009-09-0210-12/+299
| * | Declare struct ucred in handlers.h and netlink.hPavel Roskin2009-07-202-0/+3
| |/
| * nl_object_priv() is inline, so define it in the headerPavel Roskin2009-04-161-1/+5
| * Remove obsoleted struct nl_handle definitionThomas Graf2008-12-101-3/+0
| * Consistent naming of socket functionsThomas Graf2008-12-101-42/+32
| * Allow to pass multiple group values to membership functionsHolger Eitzenberger2008-12-031-4/+12
| * libnl: nfqueue: add nfqueue specific socket allocation functionPatrick McHardy2008-10-231-0/+2
| * Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-0/+8
| * Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKSThomas Graf2008-10-202-0/+3
| * Error handling for rtnl_cls_set_kind() & addition of rtnl_cls_get_ops()Thomas Graf2008-10-151-1/+2
| * 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