| Commit message (Expand) | Author | Age | Files | Lines |
* | cache: use cleanup attribute in nl_cache_mngr_alloc_ex() | Thomas Haller | 2024-05-06 | 1 | -21/+11 |
|
|
* | cache: cleanup nl_cache_mngr_alloc_ex() | Thomas Haller | 2024-05-06 | 1 | -27/+28 |
|
|
* | cache: allow to allocate cache manager with custom refill socket | Ilya A. Evenbach | 2024-05-06 | 1 | -13/+38 |
|
|
* | utils: always define nl_debug_dp | Thomas Haller | 2024-04-22 | 1 | -6/+4 |
|
|
* | build: always define NL_DEBUG | Thomas Haller | 2024-04-22 | 1 | -2/+2 |
|
|
* | include: drop "netlink-private/netlink.h" and move declarations | Thomas Haller | 2023-08-02 | 1 | -2/+3 |
|
|
* | all: cleanup includes and use "nm-default.h" | Thomas Haller | 2023-08-02 | 1 | -2/+4 |
|
|
* | include: split and drop "netlink-private/types.h" | Thomas Haller | 2023-08-02 | 1 | -0/+12 |
|
|
* | base: move "netlink-private/utils.h" to "base/nl-base-utils.h" | Thomas Haller | 2023-07-31 | 1 | -1/+1 |
|
|
* | license: fix and add SPDX license identifiers and drop license comments | Thomas Haller | 2020-04-16 | 1 | -7/+0 |
|
|
* | Add SPDX identifiers | Yegor Yefremov | 2019-08-12 | 1 | -0/+1 |
|
|
* | cache: make "result" output argument for nl_cache_mngr_add() optional | Tuetuopay | 2018-04-11 | 1 | -1/+5 |
|
|
* | lib/cache_mgr.c: remove pointless goto | Rasmus Villemoes | 2017-06-08 | 1 | -2/+0 |
|
|
* | lib/cache_mngr.c: avoid memleak if realloc fails | Rasmus Villemoes | 2017-06-08 | 1 | -6/+9 |
|
|
* | cache_mngr: add include callback v2 | Tobias Jungel | 2016-12-01 | 1 | -2/+107 |
|
|
* | lib: switch to using strerror_l() instead of strerror_r() | André Draszik | 2016-08-25 | 1 | -3/+2 |
|
|
* | lib: log errors from platform | Lubomir Rintel | 2015-02-17 | 1 | -1/+6 |
|
|
* | cache_mngr: Fix assignment of error code in nl_cache_mngr_alloc() | Tobias Klauser | 2014-06-17 | 1 | -2/+2 |
|
|
* | cache_mngr: Return proper error code if nl_socket_alloc() fails | Tobias Klauser | 2014-06-17 | 1 | -1/+3 |
|
|
* | lib: reorder free() after printf("%p") statements | Thomas Haller | 2014-06-10 | 1 | -1/+2 |
|
|
* | Handle -NLE_AGAIN in nl_cache_mngr_data_ready | Andrew Collins | 2013-06-26 | 1 | -1/+1 |
|
|
* | Move private header files to <netlink-private/*> | Thomas Graf | 2013-01-24 | 1 | -1/+1 |
|
|
* | Bug Fix: Add new fill socket to cache manager | roopa | 2012-11-19 | 1 | -1/+15 |
|
|
* | use safe cache lookup variants internally | Thomas Graf | 2012-11-15 | 1 | -1/+2 |
|
|
* | New cache manager add cache api | roopa | 2012-11-12 | 1 | -21/+65 |
|
|
* | doc: documentation restructuring | Thomas Graf | 2012-05-10 | 1 | -1/+16 |
|
|
* | nl: Fix return value of nl_recvmsgs() | Thomas Graf | 2012-05-08 | 1 | -1/+1 |
|
|
* | cache: Add co_include_event allowing caches to provide their own nl_cache_inc... | Thomas Graf | 2012-04-22 | 1 | -1/+5 |
|
|
* | cache_mngr: Make providing the result pointer to nl_cache_mngr_add() optional | Thomas Graf | 2012-04-21 | 1 | -2/+3 |
|
|
* | cache_mngr: Provide nl_cache_mngr_info() to pring cache manager details | Thomas Graf | 2012-04-21 | 1 | -0/+42 |
|
|
* | cache_mngr: API doc updates | Thomas Graf | 2012-04-21 | 1 | -12/+30 |
|
|
* | cache_mngr: Let nl_cache_mngr_data_ready() read multiple messages | Thomas Graf | 2012-04-21 | 1 | -3/+8 |
|
|
* | cache_mngr: Fix memory corruption after resizing | Thomas Graf | 2012-04-21 | 1 | -7/+12 |
|
|
* | cache_mngr: Automatically allocate socket if needed | Thomas Graf | 2012-04-21 | 1 | -22/+53 |
|
|
* | cache_manager: Move documentation to doc/core.txt | Thomas Graf | 2012-04-21 | 1 | -65/+1 |
|
|
* | cache_mngr: Don't modify callback setup of socket | Thomas Graf | 2012-04-21 | 1 | -4/+12 |
|
|
* | cache_mngr: document uncommon error codes | Thomas Graf | 2012-04-21 | 1 | -0/+5 |
|
|
* | avoid dangling co_major_cache reference to NL_AUTO_PROVIDE caches | Alexander Sack | 2012-01-11 | 1 | -2/+5 |
|
|
* | cache: event_filter() cache operation to filter notifications | Thomas Graf | 2011-10-21 | 1 | -0/+6 |
|
|
* | Documentation updates | Thomas Graf | 2011-03-21 | 1 | -1/+3 |
|
|
* | add user data to change_func_t for caches | Andreas Fett | 2010-10-13 | 1 | -2/+3 |
|
|
* | Fix up naming changes | Thomas Graf | 2008-12-10 | 1 | -1/+1 |
|
|
* | Rename struct nl_handle to struct nl_sock | Thomas Graf | 2008-05-15 | 1 | -4/+4 |
|
|
* | Thread-safe error handling | Thomas Graf | 2008-05-14 | 1 | -44/+33 |
|
|
* | Free associated caches when freeing cache manager | Thomas Graf | 2008-02-05 | 1 | -5/+9 |
|
|
* | Fix documentation of cache manager. | Thomas Graf | 2008-01-14 | 1 | -0/+2 |
|
|
* | Fix cache manager to not give back a reference it does not own | Thomas Graf | 2007-12-17 | 1 | -6/+1 |
|
|
* | Initial import | Thomas Graf | 2007-09-14 | 1 | -0/+392 |
|
|