summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Extend rtnl_link_alloc_cache() to support address familiesThomas Graf2010-11-111-7/+82
* Make nl_str2af return a negative value if parsing failsThomas Graf2010-11-111-1/+1
* link/api: Improve API documentation.Thomas Graf2010-11-113-13/+17
* link/api: Convert link info ops to use nl_list_headThomas Graf2010-11-112-19/+71
* link: Support for AF_BRIDGE address familyThomas Graf2010-11-112-0/+94
* link/api: Check for null pointer in rtnl_link_af_ops_put()Thomas Graf2010-11-111-1/+2
* link: API for address family specific link dataThomas Graf2010-11-113-13/+215
* link: Support IFLA_NUM_VF attributeThomas Graf2010-11-111-0/+28
* link: Support IFLA_IFALIAS attributeThomas Graf2010-11-111-1/+58
* pktloc: support to specify a shift operator for packet locationsThomas GraF2010-11-042-4/+14
* Correctly state the process of sending a netlink message. A messageThomas GraF2010-11-041-0/+3
* ematch/meta: id definitionsThomas Graf2010-11-031-1/+44
* Correctly parse and generate classidsThomas Graf2010-11-011-3/+4
* classid auto generation if provided tc name does not existThomas Graf2010-11-011-28/+110
* Support for meta matchThomas Graf2010-10-315-3/+513
* text ematch supportThomas Graf2010-10-295-8/+265
* attr: Add padding if nested data does not end at an alignment boundryThomas Graf2010-10-291-0/+17
* Improved debugging messages while constructing messages/attributesThomas Graf2010-10-292-7/+19
* routing rules: adapt to unified routing rulesThomas Graf2010-10-291-216/+216
* Revert "routing rules: mark support"Thomas Graf2010-10-291-10/+16
* Revert "Include RTA_MARK in routing rule messages"Thomas Graf2010-10-291-3/+0
* Support RT_TABLE_COMPATThomas Graf2010-10-291-0/+1
* Support neighbour flag NTF_USEThomas Graf2010-10-291-0/+2
* Support for 64bit link counters IFLA_STATS64Thomas Graf2010-10-281-7/+45
* Updated arp and ethernet codesThomas Graf2010-10-281-0/+20
* Include RTA_MARK in routing rule messagesThomas Graf2010-10-281-0/+3
* routing rules: mark supportThomas Graf2010-10-281-16/+10
* cgroup classifier improvementsThomas Graf2010-10-283-26/+124
* basic: Only add ematches to message if availableThomas Graf2010-10-281-1/+5
* Tons of ematch workThomas Graf2010-10-2811-179/+950
* Fix use of uninitialized data at the end of netlink messageThomas Graf2010-10-281-1/+1
* Avoid memcpy()/memset() when reserving space for nested attributesThomas Graf2010-10-281-4/+7
* Extended pktloc to support nbyte locations for ipv6, etc.Thomas Graf2010-10-282-5/+26
* Packet location updatesThomas Graf2010-10-264-60/+123
* nl-cls-* toolsThomas Graf2010-10-263-7/+101
* Unified TC attributes interfaceThomas Graf2010-10-2617-445/+468
* Update include/linux header copiesThomas Graf2010-10-213-26/+13
* Remove NL_DUMP_ENV codeThomas Graf2010-10-206-344/+0
* nl-class-add toolThomas Graf2010-10-204-11/+144
* pfifo/bfifo qdisc support for cli libsThomas Graf2010-10-193-1/+160
* classid databaseThomas Graf2010-10-193-109/+358
* HTB: Append TCA_OPTIONS even if no options are setThomas Graf2010-10-191-7/+7
* nl-qdisc-add toolThomas Graf2010-10-193-0/+152
* - Prepare for 2.1.x treeThomas Graf2010-10-141-4/+1
* Generic Netlink multicast groups supportdima2010-10-144-1/+130
* Don't include pktloc_syntax.h in BUILT_SOURCESlibnl2_0Thomas Graf2010-10-131-1/+0
* route_obj: don't add empty destination to nlmsgDavid Lamparter2010-10-131-1/+2
* automake: add ${top_builddir}/include to AM_CFLAGSAndreas Bießmann2010-10-131-1/+1
* Put preprocessor definitions in AM_CPPFLAGSMatthew L. Creech2010-10-131-1/+1
* add user data to change_func_t for cachesAndreas Fett2010-10-132-11/+13