summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: need to include @srcdir@/src not @top_srcdir@/srclibnl3_1Thomas Graf2011-08-121-1/+1
* python: Include python/ in distribution and provide a README on how to build ...Thomas Graf2011-08-128-2/+44
* link: fix unaligned access to 64bit link statsBryan Phillippe2011-08-121-27/+37
* Include all files necessary to build documentation in distributionThomas Graf2011-08-111-0/+76
* make port map thread safeThomas Graf2011-08-112-2/+15
* Avoid freeing memory if vasprintf() failedThomas Graf2011-08-111-7/+8
* Allow building documentation out of the treeThomas Graf2011-08-111-6/+6
* Put "break" inside the "if" block in route_compare()Pavel Roskin2011-08-111-2/+4
* Make some functions and global variables staticPavel Roskin2011-08-1112-17/+19
* Remove write-only variables in lib/cache.cPavel Roskin2011-08-111-9/+0
* 3.1 releaseThomas Graf2011-08-1115-27/+170
* 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