summaryrefslogtreecommitdiff
path: root/include/netlink
AgeCommit message (Expand)Author
2016-11-11 Update libnl to 3.2.25Paul Stewart
2014-01-07Adding version.hMathieu Poirier
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-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-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-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 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-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-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-15Rename struct nl_handle to struct nl_sockThomas Graf
2008-05-14Check length of provided address labelThomas Graf
2008-05-14Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf
2008-05-14Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf
2008-05-14Break API some moreThomas Graf
2008-05-14Thread-safe error handlingThomas Graf
2008-05-08Added two new functions to facilitate processing the nexthop entries for routes.Ben Gamsa
2008-05-05ignore more temporary filesThomas Graf
2008-05-05Route cache supportThomas Graf
2008-04-30New netem funtionality and TBF fixTad Kollar
2008-04-30version.h.in should be in tree not the generated versionThomas Graf
2008-04-30Provide libnl version in <netlink/version.h>Thomas Graf
2008-04-29libnl: recvmsgs doesn't necessarily free the message dataInaky Perez-Gonzalez
2008-04-29Big routing code rework (API/ABI BREAK!)Thomas Graf
2008-04-29Export nl_dump_line() and automatically count lines while dumpingThomas Graf
2008-03-05[PATCH] Remove usage of C++ keyword 'class' on htb.h header.Rui Tiago Cação Matos
2008-02-07Fix nfnl_queue_msg_get_packetid() return typePatrick McHardy