index
:
libnl.git
cache-nonexcl-route
main
th/pr/338
th/test-routes
th/tmp
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
link: Support link grouping
Thomas Graf
2012-10-09
1
-1/+38
*
link: Include IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES when building messages
Thomas Graf
2012-10-09
1
-0/+6
*
link: Only print "promisc-mode" if users > 0
Thomas Graf
2012-10-09
1
-1/+1
*
link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES
Thomas Graf
2012-10-09
1
-0/+85
*
link: correctly set LINK_ATTR_PROMISCUITY
Thomas Graf
2012-10-09
1
-2/+2
*
link: Support IFLA_PROMISCUITY link attribute
Thomas Graf
2012-10-09
1
-40/+79
*
nl: Provide API to specify the default buffer size when receiving netlink mes...
Thomas Graf
2012-10-09
2
-1/+31
*
Merge branch 'asprintf' of https://github.com/socketpair/libnl
Thomas Graf
2012-08-31
1
-10/+14
|
\
|
*
asprintf related fixed in yy parser
Коренберг Марк
2012-08-30
1
-10/+14
*
|
genl_ctrl_probe_by_name: fix checking of genlmsg_put() return value
Коренберг Марк
2012-08-30
1
-2/+2
|
/
*
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-29
1
-2/+9
*
Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_...
Коренберг Марк (дома)
2012-08-29
1
-4/+10
*
Fix typo in textual description in ct_dump_stats()
Коренберг Марк (дома)
2012-08-29
1
-2/+2
*
"%llu" replaced with "%" PRIu64
Коренберг Марк (дома)
2012-08-29
5
-28/+39
*
Run-time version information is now available
Коренберг Марк (дома)
2012-08-29
2
-1/+38
*
Added lex.yy.c to .gitignore
Коренберг Марк (дома)
2012-08-29
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-07
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
[next]