summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 3.2.3libnl3_2_3Thomas Graf2011-11-101-2/+2
* add missing IFLA_MASTER fillupJiri Pirko2011-11-071-0/+3
* link: generic link enslaving APIThomas Graf2011-11-072-0/+129
* bump to 3.2.2libnl3_2_2Thomas Graf2011-10-301-2/+2
* Fix typo in debug messageThomas Graf2011-10-281-1/+1
* python: Link against nl-3 and nl-route-3Thomas Graf2011-10-261-2/+2
* link: Ignore bridging notifications in link cache managerThomas Graf2011-10-211-0/+14
* cache: event_filter() cache operation to filter notificationsThomas Graf2011-10-212-0/+13
* utils: Initialize list head after freeing translation listThomas Graf2011-10-101-0/+2
* Only use the MULTIPATH attribute when adding routes with more than one next hop.Michael Altizer2011-10-101-1/+11
* Don't install CLI header files when --disable-cli has been configured.Michael Altizer2011-10-101-11/+15
* Fix rtnl_link object memory leak when freeing rtnl_addr objects.Michael Altizer2011-10-101-0/+1
* Add libnl-cli-3.0 to pkg-config toolJiří Župka2011-10-103-1/+17
* 3.2.1 releaselibnl3_2_1Thomas Graf2011-09-191-8/+20
* Provide micro version in <netlink/version.h>Thomas Graf2011-09-191-0/+1
* Ingnore src/nl-link-enslave and nl-link-releaseThomas Graf2011-09-191-0/+2
* Bonding: Fix header guard of <netlink/route/link/bonding.h>Thomas Graf2011-09-161-2/+2
* bonding: Install <netlink/route/link/bonding.h>Thomas Graf2011-09-161-0/+1
* bonding: API to create/enslave/releaseThomas Graf2011-09-165-1/+311
* link: Eat ACK followed by RTM_NEWLINK when requesting single linkThomas Graf2011-09-141-0/+4
* 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