summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'asprintf' of https://github.com/socketpair/libnlThomas Graf2012-08-311-10/+14
|\
| * asprintf related fixed in yy parserКоренберг Марк2012-08-301-10/+14
* | genl_ctrl_probe_by_name: fix checking of genlmsg_put() return valueКоренберг Марк2012-08-301-2/+2
|/
* Address comparison bug fixedКоренберг Марк2012-08-301-1/+2
* More clean NL_AUTO_PORT and NL_AUTO_SEQ usage in nl_complete_msgКоренберг Марк2012-08-301-2/+2
* route: Document ROUTE_CACHE_CONTENT flagThomas Graf2012-08-301-0/+4
* Prevent potential socket file descriptor leakКоренберг Марк (дома)2012-08-301-2/+9
* Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_...Коренберг Марк (дома)2012-08-301-4/+10
* Fix typo in textual description in ct_dump_stats()Коренберг Марк (дома)2012-08-301-2/+2
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-305-28/+39
* Run-time version information is now availableКоренберг Марк (дома)2012-08-302-1/+38
* Added lex.yy.c to .gitignoreКоренберг Марк (дома)2012-08-301-0/+1
* single nexthop flags bugJustin Mayfield2012-08-291-1/+7
* nl_addr_parse handling of 'default', 'any', and 'all'Justin Mayfield2012-08-291-4/+3
* route_clone : fix segmentation fault using nl_cache_subset to filter routesLoïc Touraine2012-08-291-0/+3
* Fix build warning after const char ** convertThomas Graf2012-08-291-2/+2
* Fix the always false if (a->rt_nr_nh != a->rt_nr_nh) testMichele Baldessari2012-08-291-1/+1
* lib/utils.c: One kilobit now is a 1000bits (instead of 1024)Коренберг Марк2012-08-281-18/+28
* ct_dump_stats: detect when stats are not availableКоренберг Марк (дома)2012-08-281-8/+19
* tbf: fix false missing attrStephane Fillod2012-08-091-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-1317-48/+52
* link: rtnl_link_get_kernel() should only wait for ACK if AUTO-ACK is onThomas Graf2012-06-131-1/+1
* genl: cleanup genl_ctrl_resolve()Thomas Graf2012-06-131-7/+13
* genl: Wait for ACK after successful ctrl replyThomas Graf2012-06-131-1/+8
* Add 'ingress' to the list of recognized TC handles.Andrew Collins2012-06-111-0/+5
* netem: Use ARRAY_SIZE()Thomas Graf2012-06-081-1/+1
* rtnl_netem_set_delay_distribution: fix possible segfaultКоренберг Марк (ноутбук дома)2012-06-081-3/+4
* Fix compilation with clangКоренберг Марк (ноутбук дома)2012-06-071-4/+5
* genl: modify genl_ctrl_resolve and friends to allow for module auto-loadingNeil Horman2012-06-031-43/+143
* genl: Support registration of families without depending on cachesThomas Graf2012-06-011-34/+161
* genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen()Thomas Graf2012-05-312-18/+73
* genl: Add genlmsg_hdr()Thomas Graf2012-05-311-0/+11
* genl: updates to API reference documentationThomas Graf2012-05-314-236/+394
* use MSG_TRUNC flag to get recv message size at onceJiri Pirko2012-05-291-8/+9
* correct HTB rtable/HZ calculationsAndrew Collins2012-05-294-17/+29
* add fwmark mask supportA C2012-05-291-1/+30
* Fix for dumping objects to a buffer instead of file descriptorBushman, Jeff2012-05-183-5/+9
* FTBFS with musl libc: Missing includesIsaac2012-05-133-3/+5
* doc: documentation restructuringThomas Graf2012-05-1017-609/+199
* __str2flags fixJustin Mayfield2012-05-101-1/+2
* route: Add FIXME to rtnl_route_nh_set_gateway() to fix return valueThomas Graf2012-05-091-0/+1
* u32: add support for hashingAdrian Ban2012-05-081-0/+85
* nl: Fix return value of nl_recvmsgs()Thomas Graf2012-05-082-6/+30
* 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