summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a73cb2f26 fallout to allow building in separate directorylibnl3_2Thomas Graf2011-09-131-1/+1
* tools: Use LDADD and link against .la files instead of LDFLAGS and -llibThomas Graf2011-09-131-1/+7
* route: Remove dead link_cache variableThomas Graf2011-09-131-3/+0
* addr: Add missing header to <netlink/route/addr.h>Thomas Graf2011-09-131-0/+1
* Switch to libtool versioning systemThomas Graf2011-09-1310-55/+131
* build: always install files into /etc/libnlJan Engelhardt2011-09-131-2/+2
* Inform users about changed include location at end of configure scriptThomas Graf2011-09-131-0/+15
* Install headers in ${includedir}/libnl3Thomas Graf2011-09-135-5/+7
* lib: Use @MAJ_VERSION and @MAJ_MINOR@ for -version-infoThomas Graf2011-09-131-1/+1
* asciidoc xhtml stylesheetThomas Graf2011-09-131-0/+333
* prepare for 3.2 releaseThomas Graf2011-09-086-10/+10
* remove dist lines for non existing filesThomas Graf2011-09-081-7/+0
* Remove GPL-3.0 license file.Thomas Graf2011-09-081-676/+0
* fix license of lib/route/pktloc.cThomas Graf2011-09-081-3/+4
* Do not require python and swig to be presentThomas Graf2011-09-081-5/+0
* 64bit unaligned accessBryan Phillippe2011-09-011-7/+17
* genl: genl_ctrl_grp_by_name: fix retval in case group id not foundJiri Pirko2011-08-311-1/+1
* socket: fix two typosJiri Pirko2011-08-311-2/+2
* socket: introduce nl_socket_modify_err_cbJiri Pirko2011-08-312-0/+17
* nl-link-name2ifindex: fix usage textJiri Pirko2011-08-301-1/+1
* Local port leak on nl_socket_alloc/nl_socket_set_local_port(, 0)Andrew Rybchenko2011-08-301-1/+8
* htb: fix misplaced memset() overwriting already set htb prio optionThomas Graf2011-08-121-2/+2
* 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