summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add all libraries for libtool to improve linkageGery Kahn2010-11-111-40/+1
* Extend rtnl_link_alloc_cache() to support address familiesThomas Graf2010-11-116-14/+144
* Make nl_str2af return a negative value if parsing failsThomas Graf2010-11-111-1/+1
* link/api: Improve API documentation.Thomas Graf2010-11-114-17/+26
* link/api: Convert link info ops to use nl_list_headThomas Graf2010-11-113-21/+73
* 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-116-92/+358
* link: Support IFLA_NUM_VF attributeThomas Graf2010-11-113-0/+31
* link: Support IFLA_IFALIAS attributeThomas Graf2010-11-117-13/+99
* pktloc: support to specify a shift operator for packet locationsThomas GraF2010-11-045-21/+56
* Correctly state the process of sending a netlink message. A messageThomas GraF2010-11-041-0/+3
* nl-qdisc-delete: Do not attempt to delete default qdiscsThomas GraF2010-11-031-0/+4
* ematch/meta: id definitionsThomas Graf2010-11-031-1/+44
* nl-classid-lookup: Added --raw option to print classid without pretty printin...Thomas Graf2010-11-012-2/+14
* nl-qdisc-list: --recursive - print tc objects recursivelyThomas Graf2010-11-012-7/+97
* Correctly parse and generate classidsThomas Graf2010-11-011-3/+4
* classid auto generation if provided tc name does not existThomas Graf2010-11-0114-47/+162
* Support for meta matchThomas Graf2010-10-318-3/+644
* text ematch supportThomas Graf2010-10-297-8/+310
* 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-294-248/+315
* Revert "routing rules: mark support"Thomas Graf2010-10-293-13/+19
* 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-282-8/+46
* 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-283-19/+13
* src/nf-queue: revert nonsensical changePatrick McHardy2010-10-281-24/+0
* cgroup classifier improvementsThomas Graf2010-10-284-31/+128
* basic: Only add ematches to message if availableThomas Graf2010-10-281-1/+5
* Tons of ematch workThomas Graf2010-10-2818-228/+1078
* 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-285-11/+59
* Packet location updatesThomas Graf2010-10-2611-75/+292
* nl-cls-* toolsThomas Graf2010-10-2611-170/+507
* Unified TC attributes interfaceThomas Graf2010-10-2640-643/+714
* Update include/linux header copiesThomas Graf2010-10-2118-279/+452
* nl-qdisc-add(8), nl-qdisc-delete(8), nl-qdisc-list(8)Thomas Graf2010-10-214-1/+121
* nl-class-list toolThomas Graf2010-10-203-1/+118
* nl-class-delete toolThomas Graf2010-10-205-5/+153
* Make nl-qdisc-delete installableThomas Graf2010-10-203-31/+65
* Remove NL_DUMP_ENV codeThomas Graf2010-10-209-348/+0
* make nl-qdisc-list installableThomas Graf2010-10-202-21/+24
* nl-class-add toolThomas Graf2010-10-2013-15/+418
* pfifo/bfifo qdisc support for cli libsThomas Graf2010-10-193-1/+160