summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* object: Add functions to access the object type, cache and object opsThomas Graf2012-04-241-1/+54
* cache: Add co_include_event allowing caches to provide their own nl_cache_inc...Thomas Graf2012-04-221-1/+5
* genl: Make genl_unregister() a NOP if NULL pointer is passedThomas Graf2012-04-221-0/+3
* cache_mngr: Make providing the result pointer to nl_cache_mngr_add() optionalThomas Graf2012-04-211-2/+3
* cache_mngr: Provide nl_cache_mngr_info() to pring cache manager detailsThomas Graf2012-04-211-0/+42
* cache_mngr: API doc updatesThomas Graf2012-04-211-12/+30
* cache_mngr: Let nl_cache_mngr_data_ready() read multiple messagesThomas Graf2012-04-211-3/+8
* nl: Make nl_recvmsgs() return the number of netlink messages processedThomas Graf2012-04-211-2/+7
* cache_mngr: Fix memory corruption after resizingThomas Graf2012-04-211-7/+12
* cache_mngr: Automatically allocate socket if neededThomas Graf2012-04-211-22/+53
* cache_manager: Move documentation to doc/core.txtThomas Graf2012-04-211-65/+1
* cache_mngr: Don't modify callback setup of socketThomas Graf2012-04-211-4/+12
* cache_mngr: document uncommon error codesThomas Graf2012-04-211-0/+5
* Memory leak in classid.cNicolas CARRIER2012-04-191-4/+12
* missing extended Table attribute for lib/route/Romary Sonrier2012-03-062-0/+7
* Add new nl_cache_clone() function.Thierry Reding2012-02-161-0/+30
* Support plug qdisc - queue traffic until explicit releaseShriram Rajagopalan2012-02-143-1/+293
* add new function to provide neighbour event parsingBrett Ciphery2012-01-301-1/+18
* cli: Use -avoid-version to link cli modulesThomas Graf2012-01-171-6/+6
* link: fix regression in link message parserTorsten Hilbrich2012-01-121-1/+1
* nl_addr_cmp(): handle prefix length during address comparisonBrett Ciphery2012-01-121-1/+4
* avoid dangling co_major_cache reference to NL_AUTO_PROVIDE cachesAlexander Sack2012-01-111-2/+5
* rtnl_link_bond_add: allow to allocate bond name in case NULL is givenJiri Pirko2011-11-111-4/+1
* link: allow to add/get linkinfo of unknown typeJiri Pirko2011-11-111-22/+54
* add missing IFLA_MASTER fillupJiri Pirko2011-11-071-0/+3
* link: generic link enslaving APIThomas Graf2011-11-071-0/+123
* Fix typo in debug messageThomas Graf2011-10-281-1/+1
* link: Ignore bridging notifications in link cache managerThomas Graf2011-10-211-0/+14
* cache: event_filter() cache operation to filter notificationsThomas Graf2011-10-211-0/+6
* 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
* Fix rtnl_link object memory leak when freeing rtnl_addr objects.Michael Altizer2011-10-101-0/+1
* bonding: API to create/enslave/releaseThomas Graf2011-09-161-0/+176
* link: Eat ACK followed by RTM_NEWLINK when requesting single linkThomas Graf2011-09-141-0/+4
* route: Remove dead link_cache variableThomas Graf2011-09-131-3/+0
* Switch to libtool versioning systemThomas Graf2011-09-131-11/+20
* lib: Use @MAJ_VERSION and @MAJ_MINOR@ for -version-infoThomas Graf2011-09-131-1/+1
* fix license of lib/route/pktloc.cThomas Graf2011-09-081-3/+4
* 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-311-0/+15
* 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
* link: fix unaligned access to 64bit link statsBryan Phillippe2011-08-121-27/+37
* make port map thread safeThomas Graf2011-08-111-2/+14
* Avoid freeing memory if vasprintf() failedThomas Graf2011-08-111-7/+8
* Put "break" inside the "if" block in route_compare()Pavel Roskin2011-08-111-2/+4
* Make some functions and global variables staticPavel Roskin2011-08-114-7/+9
* Remove write-only variables in lib/cache.cPavel Roskin2011-08-111-9/+0