summaryrefslogtreecommitdiffstats
path: root/include/netlink
Commit message (Expand)AuthorAgeFilesLines
* classid auto generation if provided tc name does not existThomas Graf2010-11-012-1/+3
* Support for meta matchThomas Graf2010-10-312-0/+42
* text ematch supportThomas Graf2010-10-292-0/+45
* routing rules: adapt to unified routing rulesThomas Graf2010-10-291-21/+18
* Revert "routing rules: mark support"Thomas Graf2010-10-291-2/+2
* Support for 64bit link counters IFLA_STATS64Thomas Graf2010-10-281-1/+1
* routing rules: mark supportThomas Graf2010-10-281-2/+2
* cgroup classifier improvementsThomas Graf2010-10-281-5/+4
* Tons of ematch workThomas Graf2010-10-285-48/+102
* Extended pktloc to support nbyte locations for ipv6, etc.Thomas Graf2010-10-281-1/+2
* Packet location updatesThomas Graf2010-10-262-6/+10
* nl-cls-* toolsThomas Graf2010-10-261-0/+38
* Unified TC attributes interfaceThomas Graf2010-10-269-58/+60
* Update include/linux header copiesThomas Graf2010-10-211-1/+1
* nl-class-delete toolThomas Graf2010-10-201-4/+1
* Remove NL_DUMP_ENV codeThomas Graf2010-10-201-1/+0
* nl-class-add toolThomas Graf2010-10-202-2/+34
* classid databaseThomas Graf2010-10-191-0/+1
* nl-qdisc-add toolThomas Graf2010-10-192-0/+15
* Generic Netlink multicast groups supportdima2010-10-144-2/+8
* add user data to change_func_t for cachesAndreas Fett2010-10-131-3/+6
* Fix compile warning in nl.cThomas Graf2010-07-031-1/+1
* Packet Location InterfaceThomas Graf2010-07-022-1/+46
* 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
* Add support for getting and deleting queueing classes.olc2009-09-021-0/+5
* - Reworked the classifier interface.Thomas Graf2009-09-028-4/+197
* 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 socket flag NL_NO_AUTO_ACK to allow disabling auto ACKSThomas Graf2008-10-201-0/+2
* 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-151-4/+4
* Replace NL_KEEP code with proper message reference countingThomas Graf2008-10-142-18/+1
* Remove XML dumpingThomas Graf2008-06-171-1/+0
* Fix compile errors when linking against libnl-genlThomas Graf2008-06-171-0/+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-161-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 old line counting while dumpingThomas Graf2008-05-236-20/+12
* 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