summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup <netlink/route/qdisc.h>Thomas Graf2011-03-241-1/+2
* Check if all mandatory attributes are present in rtnl_tc_msg_build()Thomas Graf2011-03-241-1/+5
* Add NLE_NODEV errorThomas Graf2011-03-241-0/+2
* Set default MTU to 1500Thomas Graf2011-03-241-2/+2
* Fix "make distcheck".Thierry Reding2011-03-231-2/+18
* Fix out-of-tree build.Thierry Reding2011-03-231-1/+1
* Omit empty nested attributesThomas Graf2011-03-231-3/+15
* add missing checks for ROUTE_ATTR_MULTIPATHDaniel Walter2011-03-221-4/+12
* Documentation updatesThomas Graf2011-03-2211-74/+174
* fix module parent referencesThomas Graf2011-03-211-1/+1
* rename sch -> qdiscThomas Graf2011-03-2114-25/+26
* Unified TC APIThomas Graf2011-03-2133-2559/+1822
* provide function to retrieve htb rateThomas Graf2011-03-171-0/+9
* Hold reference to obj while calling callback of cache iteratorThomas Graf2011-03-171-0/+5
* Print debugging info while iterating a cache based on a filterThomas Graf2011-03-171-2/+9
* Fix off-by-one when reading IFLA_INET6_CONF and IFLA_INET6_STATSThomas Graf2011-03-171-2/+2
* __nlmsg_alloc(): Guarantee minimal message size of at least the headerThomas Graf2011-03-171-0/+3
* Add missing argument in rtnl_link_change exampleMiguel Di Ciurcio Filho2011-03-161-1/+1
* allowing silent rules in buildReuben Hawkins2011-03-161-4/+4
* prefix ipv6 link statistics identifiers with IP6Thomas Graf2011-03-162-65/+67
* addr: hide nl_addr_destroy()Thomas Graf2010-11-261-25/+14
* nl_recv(): Zero out sockaddr in case the caller forgotThomas Graf2010-11-221-0/+2
* nl_recv(): Make passing creds pointer optionalThomas Graf2010-11-221-2/+4
* nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()Thomas Graf2010-11-223-15/+47
* Documentation updatesThomas Graf2010-11-191-487/+0
* 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-182-5/+18
* 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-181-6/+6
* 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-171-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