index
:
delta/libnl.git
baserock/morph
master
github.com: gxk/libnl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Address comparison bug fixed
Коренберг Марк
2012-08-30
1
-1
/
+2
*
More clean NL_AUTO_PORT and NL_AUTO_SEQ usage in nl_complete_msg
Коренберг Марк
2012-08-30
1
-2
/
+2
*
route: Document ROUTE_CACHE_CONTENT flag
Thomas Graf
2012-08-30
1
-0
/
+4
*
Prevent potential socket file descriptor leak
Коренберг Марк (дома)
2012-08-30
1
-2
/
+9
*
Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_...
Коренберг Марк (дома)
2012-08-30
1
-4
/
+10
*
Fix typo in textual description in ct_dump_stats()
Коренберг Марк (дома)
2012-08-30
1
-2
/
+2
*
"%llu" replaced with "%" PRIu64
Коренберг Марк (дома)
2012-08-30
5
-28
/
+39
*
Run-time version information is now available
Коренберг Марк (дома)
2012-08-30
2
-1
/
+38
*
Added lex.yy.c to .gitignore
Коренберг Марк (дома)
2012-08-30
1
-0
/
+1
*
single nexthop flags bug
Justin Mayfield
2012-08-29
1
-1
/
+7
*
nl_addr_parse handling of 'default', 'any', and 'all'
Justin Mayfield
2012-08-29
1
-4
/
+3
*
route_clone : fix segmentation fault using nl_cache_subset to filter routes
Loïc Touraine
2012-08-29
1
-0
/
+3
*
Fix build warning after const char ** convert
Thomas Graf
2012-08-29
1
-2
/
+2
*
Fix the always false if (a->rt_nr_nh != a->rt_nr_nh) test
Michele Baldessari
2012-08-29
1
-1
/
+1
*
lib/utils.c: One kilobit now is a 1000bits (instead of 1024)
Коренберг Марк
2012-08-28
1
-18
/
+28
*
ct_dump_stats: detect when stats are not available
Коренберг Марк (дома)
2012-08-28
1
-8
/
+19
*
tbf: fix false missing attr
Stephane Fillod
2012-08-09
1
-1
/
+1
*
Fix types-related warnings based on clang diagnostics
Коренберг Марк
2012-06-13
17
-48
/
+52
*
link: rtnl_link_get_kernel() should only wait for ACK if AUTO-ACK is on
Thomas Graf
2012-06-13
1
-1
/
+1
*
genl: cleanup genl_ctrl_resolve()
Thomas Graf
2012-06-13
1
-7
/
+13
*
genl: Wait for ACK after successful ctrl reply
Thomas Graf
2012-06-13
1
-1
/
+8
*
Add 'ingress' to the list of recognized TC handles.
Andrew Collins
2012-06-11
1
-0
/
+5
*
netem: Use ARRAY_SIZE()
Thomas Graf
2012-06-08
1
-1
/
+1
*
rtnl_netem_set_delay_distribution: fix possible segfault
Коренберг Марк (ноутбук дома)
2012-06-08
1
-3
/
+4
*
Fix compilation with clang
Коренберг Марк (ноутбук дома)
2012-06-07
1
-4
/
+5
*
genl: modify genl_ctrl_resolve and friends to allow for module auto-loading
Neil Horman
2012-06-03
1
-43
/
+143
*
genl: Support registration of families without depending on caches
Thomas Graf
2012-06-01
1
-34
/
+161
*
genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen()
Thomas Graf
2012-05-31
2
-18
/
+73
*
genl: Add genlmsg_hdr()
Thomas Graf
2012-05-31
1
-0
/
+11
*
genl: updates to API reference documentation
Thomas Graf
2012-05-31
4
-236
/
+394
*
use MSG_TRUNC flag to get recv message size at once
Jiri Pirko
2012-05-29
1
-8
/
+9
*
correct HTB rtable/HZ calculations
Andrew Collins
2012-05-29
4
-17
/
+29
*
add fwmark mask support
A C
2012-05-29
1
-1
/
+30
*
Fix for dumping objects to a buffer instead of file descriptor
Bushman, Jeff
2012-05-18
3
-5
/
+9
*
FTBFS with musl libc: Missing includes
Isaac
2012-05-13
3
-3
/
+5
*
doc: documentation restructuring
Thomas Graf
2012-05-10
17
-609
/
+199
*
__str2flags fix
Justin Mayfield
2012-05-10
1
-1
/
+2
*
route: Add FIXME to rtnl_route_nh_set_gateway() to fix return value
Thomas Graf
2012-05-09
1
-0
/
+1
*
u32: add support for hashing
Adrian Ban
2012-05-08
1
-0
/
+85
*
nl: Fix return value of nl_recvmsgs()
Thomas Graf
2012-05-08
2
-6
/
+30
*
object: Add functions to access the object type, cache and object ops
Thomas Graf
2012-04-24
1
-1
/
+54
*
cache: Add co_include_event allowing caches to provide their own nl_cache_inc...
Thomas Graf
2012-04-22
1
-1
/
+5
*
genl: Make genl_unregister() a NOP if NULL pointer is passed
Thomas Graf
2012-04-22
1
-0
/
+3
*
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
*
nl: Make nl_recvmsgs() return the number of netlink messages processed
Thomas Graf
2012-04-21
1
-2
/
+7
*
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
[next]