summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Updated link documentationThomas Graf2011-07-2812-733/+1075
* Hack doxygen CSS to avoid stupid margins in modules listingThomas Graf2011-07-271-0/+9
* include <linux/if.h> from <netlink/route/link.h> to export IFF_* flagsThomas Graf2011-07-251-0/+1
* use rtnl_link_set/get_type()Thomas Graf2011-07-213-4/+6
* removed autogenerated swig interface files from git treeThomas Graf2011-07-214-20757/+0
* VLAN: rtnl_link_is_vlan() function and API documentationThomas Graf2011-07-213-32/+106
* Use 'link type' instead of 'link info type'Thomas Graf2011-07-212-14/+26
* ignore python build directoryThomas Graf2011-07-211-0/+1
* ignore various generated filesThomas Graf2011-07-212-0/+3
* bonding link moduleThomas Graf2011-07-212-0/+40
* more documentation updatesThomas Graf2011-07-2114-235/+998
* Include IFLA_LINK in link messagesThomas Graf2011-07-211-0/+3
* Documentation updatesThomas Graf2011-07-1816-215/+2316
* documentation updatesHEADmasterThomas Graf2011-07-1428-384/+758
* Support for NLM_F_INTRThomas Graf2011-07-146-4/+35
* Merge branch 'master' of master.kernel.org:/pub/scm/libs/netlink/libnlThomas Graf2011-06-212-2/+11
|\
| * socket: Set SOCK_CLOEXEC if availableThomas Graf2011-06-151-2/+8
| * neigh: include ndm flags while building messageThomas Graf2011-06-151-0/+3
* | Don't redefine offsetof when already defined by e.g. stddef.hChristian Ruppert2011-06-211-0/+5
|/
* Work on libnl-pythonThomas Graf2011-06-1020-324/+21478
* HTB: Add support for level and direct pkt stats, complete access functionsThomas Graf2011-06-093-52/+272
* Update local copies of include/linuxThomas Graf2011-06-099-149/+166
* Provide documentation for rtnl_tc_data() and rtnl_tc_data_check()Thomas Graf2011-06-091-0/+24
* Add nl_rate2str()Thomas Graf2011-06-092-0/+27
* Add rtnl_tc_data_check()Thomas Graf2011-06-092-0/+17
* Provide silent variation of nl_cache_require()Thomas Graf2011-05-114-9/+17
* python interface to netlink protocolsThomas Graf2011-05-1025-0/+4514
* 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-033-2/+85
* Adding rule with "From" option doesn't workRomary Sonrier2011-05-031-6/+8
* Add missing declaration of rtnl_tc_get_link()Thomas Graf2011-04-211-0/+1
* 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-203-2/+3
* Support link info types with no payloadThomas Graf2011-04-191-4/+5
* Add support for ARPHRD_NONEThomas Graf2011-04-191-0/+3
* export rtnl_link_add() and rtnl_link_build_add_request()Thomas Graf2011-04-151-1/+4
* 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-133-74/+131
* fix line removed by mistakeThomas Graf2011-04-111-0/+1
* API to issue direct GET requests to the kernelThomas Graf2011-04-114-1/+174
* link: Provide rtnl_link_delete() to delete virtual linksThomas Graf2011-04-102-0/+85
* link: Make return and argument type matchThomas Graf2011-04-102-4/+4
* Provide nl_cache_set_arg{1,2}() to specify cache argsThomas Graf2011-04-102-0/+28
* Provide nl_object_dump_buf() to easily dump to buffersThomas Graf2011-04-102-0/+11
* Initialize dump buffer in case caller missed itThomas Graf2011-04-101-0/+3
* Provide TC_HANDLE(maj, min) macro to generate tc handlesThomas Graf2011-04-011-0/+6