summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* constify struct trans_tblThomas Graf2010-11-1724-47/+47
* link/inet6: pretty printingThomas Graf2010-11-171-12/+49
* New function nl_size2str()Thomas Graf2010-11-171-0/+50
* Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ ...Thomas Graf2010-11-174-9/+13
* 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
* 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-164-8/+314
* link: Support for IFLA_AF_SPECThomas Graf2010-11-132-9/+43
* link: Add support for IPv6 specific link dataThomas Graf2010-11-112-1/+328
* Add support for per interface ICMPv6 statisticsThomas Graf2010-11-111-0/+4
* 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