summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add support for ARPHRD_NONEThomas Graf2011-04-191-0/+3
* dummy interface supportThomas Graf2011-04-152-1/+39
* Support for rtnl_link_add()Thomas Graf2011-04-151-6/+73
* Improve rtnl_link_change() behaviourThomas Graf2011-04-132-73/+129
* fix line removed by mistakeThomas Graf2011-04-111-0/+1
* API to issue direct GET requests to the kernelThomas Graf2011-04-112-1/+162
* link: Provide rtnl_link_delete() to delete virtual linksThomas Graf2011-04-101-0/+81
* link: Make return and argument type matchThomas Graf2011-04-101-2/+2
* Provide nl_cache_set_arg{1,2}() to specify cache argsThomas Graf2011-04-101-0/+26
* Provide nl_object_dump_buf() to easily dump to buffersThomas Graf2011-04-101-0/+10
* Initialize dump buffer in case caller missed itThomas Graf2011-04-101-0/+3
* trafic class/classifer API improvements and documentationThomas Graf2011-03-292-232/+322
* Qdisc API improvements and documentationThomas Graf2011-03-252-231/+263
* Add nl_send_sync()Thomas Graf2011-03-251-0/+31
* correctly handle the object not found caseNicolas Sitbon2011-03-251-0/+1
* Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls()Thomas Graf2011-03-241-18/+13
* Allow NLSYSCONFDIR environment variable to overwrite built-in sysconfdirThomas Graf2011-03-242-3/+5
* 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