summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()Thomas Graf2010-11-224-24/+54
* Documentation updatesThomas Graf2010-11-198-854/+1442
* Inherit return code of NL_CB_MSG_OUT in nl_sendmsg()Thomas Graf2010-11-181-2/+2
* rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_comp...Thomas Graf2010-11-183-6/+22
* only perform automatic sequence checking if auto-ack mode is enabledThomas Graf2010-11-181-7/+11
* Don't build doc.c, there is no real code in itThomas Graf2010-11-181-1/+1
* socket: constify interfaceThomas Graf2010-11-182-12/+12
* constify struct trans_tblThomas Graf2010-11-1725-51/+51
* link/inet6: pretty printingThomas Graf2010-11-171-12/+49
* New function nl_size2str()Thomas Graf2010-11-172-0/+51
* Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ ...Thomas Graf2010-11-175-10/+14
* sfq: perturb period is in seconds, not jiffiesThomas Graf2010-11-171-1/+1
* link/inet: pretty printing, make output more readableThomas Graf2010-11-161-3/+3
* update Doxyfile to latest versionThomas Graf2010-11-161-544/+922
* Make syntax of nl-link-list consistent and install itThomas Graf2010-11-162-33/+24
* link/inet: documentation: add examplesThomas Graf2010-11-161-0/+52
* link: define RTM_SETLINK to allow pretty printingThomas Graf2010-11-161-0/+1
* link: Add missing IFLA_AF_SPEC container attributeThomas Graf2010-11-161-0/+6
* link/inet: Fix array accessThomas Graf2010-11-161-1/+1
* link: Fix typo, use rtnl_link_af_alloc() to make sure data buffer is allocatedThomas Graf2010-11-161-1/+1
* link: AF_INET link moduleThomas Graf2010-11-169-9/+397
* link: Support for IFLA_AF_SPECThomas Graf2010-11-134-9/+67
* link: Add support for IPv6 specific link dataThomas Graf2010-11-112-1/+328
* Add support for per interface ICMPv6 statisticsThomas Graf2010-11-112-0/+8
* Add local copies of linux/ipv6.h and linux/snmp.hThomas Graf2010-11-112-0/+389
* 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