summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-02-14Merge remote-tracking branch 'upstream_linaro/linaro-libnl2_0'JP Abgrall
2014-01-26Updating group definition to follow 3.13 kernelMathieu Poirier
2014-01-07Adding version.hMathieu Poirier
2014-01-07Adding support for netlink API and quota in nfaccountingMathieu Poirier
2014-01-07Compile 2.0 with KitkatMathieu Poirier
2014-01-06Adding support for netlink API and quota in nfaccountingMathieu Poirier
2011-02-09compiles for froyo with Android.mklibnl_androidArik Nemtsov
2010-10-13add user data to change_func_t for cachesAndreas Fett
2010-07-03Fix compile warning in nl.cThomas Graf
2010-07-02Packet Location InterfaceThomas Graf
2010-04-19Don't install private header files.Thomas Graf
2010-04-19object: fix attribute comparisonPatrick McHardy
2010-04-19addr: restore anycast functionsPatrick McHardy
2010-03-10new function nfnl_queue_msg_send_verdict_payload()Karl Hiramoto
2010-03-10new feature nl_send_iovec(), nl_auto_complete() and code refactoring.Karl Hiramoto
2009-12-16CLI - Command Line Interface LibraryThomas Graf
2009-09-02Merge branch 'master' of git://dev.medozas.de/libnlThomas Graf
2009-09-02Add support for getting and deleting queueing classes.olc
2009-09-02- Reworked the classifier interface.Thomas Graf
2009-07-20Declare struct ucred in handlers.h and netlink.hPavel Roskin
2009-06-23Move to automake-based buildJan Engelhardt
2009-04-16nl_object_priv() is inline, so define it in the headerPavel Roskin
2008-12-10Remove obsoleted struct nl_handle definitionThomas Graf
2008-12-10Consistent naming of socket functionsThomas Graf
2008-12-03Allow to pass multiple group values to membership functionsHolger Eitzenberger
2008-10-23libnl: nfqueue: add nfqueue specific socket allocation functionPatrick McHardy
2008-10-20Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf
2008-10-20Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKSThomas Graf
2008-10-15Error handling for rtnl_cls_set_kind() & addition of rtnl_cls_get_ops()Thomas Graf
2008-10-15Use 16bit ints for classifier prio/protocolThomas Graf
2008-10-14Replace NL_KEEP code with proper message reference countingThomas Graf
2008-10-10From: Kees Cook <kees@outflux.net>Thomas Graf
2008-08-19libnl: fix about 100 warningsHolger Schurig
2008-06-17Remove XML dumpingThomas Graf
2008-06-17Fix compile errors when linking against libnl-genlThomas Graf
2008-06-17Improvements to address utilitiesThomas Graf
2008-06-17<netlink/addr.h> requires <netdb.h>Thomas Graf
2008-06-17Need <linux/in_route.h>Thomas Graf
2008-06-16Extend nl_time2int() and rename it to nl_str2msec()Thomas Graf
2008-06-13Introduce nla_strdup() to help parse strings attributesThomas Graf
2008-05-26Remove unused dp_dump_line()Thomas Graf
2008-05-26Update linux/rtnetlink.h to upstream versionThomas Graf
2008-05-23Remove old line counting while dumpingThomas Graf
2008-05-22Present port and icmp values in host byte order and beautify printingThomas Graf
2008-05-22Remove change routine, works flawlessly via add() with NLM_F_REPLACEThomas Graf
2008-05-15Remove references to unused attribute anycastThomas Graf
2008-05-15Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf
2008-05-15Uninline various functions to save 7K codeThomas Graf
2008-05-15Rename struct nl_handle to struct nl_sockThomas Graf
2008-05-14Check length of provided address labelThomas Graf