summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move to asciidocThomas Graf2011-03-3145-2307/+3365
* trafic class/classifer API improvements and documentationThomas Graf2011-03-295-266/+361
* Qdisc API improvements and documentationThomas Graf2011-03-254-242/+290
* Add nl_send_sync()Thomas Graf2011-03-252-0/+32
* 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-243-21/+33
* Allow NLSYSCONFDIR environment variable to overwrite built-in sysconfdirThomas Graf2011-03-244-4/+18
* Cleanup <netlink/route/qdisc.h>Thomas Graf2011-03-242-12/+11
* Check if all mandatory attributes are present in rtnl_tc_msg_build()Thomas Graf2011-03-241-1/+5
* Add NLE_NODEV errorThomas Graf2011-03-242-1/+4
* Set default MTU to 1500Thomas Graf2011-03-241-2/+2
* Fix "make distcheck".Thierry Reding2011-03-233-2/+71
* Fix out-of-tree build.Thierry Reding2011-03-231-1/+1