summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* documentation updatesHEADmasterThomas Graf2011-07-143-7/+2
* Support for NLM_F_INTRThomas Graf2011-07-143-3/+30
* socket: Set SOCK_CLOEXEC if availableThomas Graf2011-06-151-2/+8
* neigh: include ndm flags while building messageThomas Graf2011-06-151-0/+3
* HTB: Add support for level and direct pkt stats, complete access functionsThomas Graf2011-06-091-42/+252
* Update local copies of include/linuxThomas Graf2011-06-091-0/+1
* Provide documentation for rtnl_tc_data() and rtnl_tc_data_check()Thomas Graf2011-06-091-0/+24
* Add nl_rate2str()Thomas Graf2011-06-091-0/+21
* Add rtnl_tc_data_check()Thomas Graf2011-06-091-0/+15
* Provide silent variation of nl_cache_require()Thomas Graf2011-05-113-9/+16
* Use name "global" instead of "universe" for largest scopeThomas Graf2011-05-041-1/+1
* addr: store link object and provide rtnl_addr_get()Thomas Graf2011-05-031-1/+77
* Adding rule with "From" option doesn't workRomary Sonrier2011-05-031-6/+8
* Provide rtnl_tc_get_link() and fix link refcntThomas Graf2011-04-211-5/+34
* Fix clone() of AF specific link dataThomas Graf2011-04-211-1/+1
* Set tc->tc_link if link cache is availableThomas Graf2011-04-201-0/+8
* Improve readability of classid string representationThomas Graf2011-04-201-4/+4
* Expose <netlink/route/link/inet.h>Thomas Graf2011-04-201-1/+1
* Support link info types with no payloadThomas Graf2011-04-191-4/+5
* 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