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
Commit message (
Expand
)
Author
Age
Files
Lines
*
libnl-3.5.0 release
libnl3_5_0
Thomas Haller
2019-09-01
4
-3/+9
*
route/qdisc: merge branch 'd0u9/htb_64'
Thomas Haller
2019-09-01
7
-62/+166
|
\
|
*
route/qdisc: adjust API for 64 bit rate/ceil support for htb class
Thomas Haller
2019-09-01
10
-93/+177
|
*
Add 64bit rate/ceil support for htb class
d0u9
2019-09-01
7
-34/+54
|
/
*
route/xfrmi: merge branch 'ebirger/add-xfrmi-support'
Thomas Haller
2019-09-01
7
-4/+464
|
\
|
*
route/trivial: sort entries in "libnl-route-3.sym" asciibetically
Thomas Haller
2019-09-01
1
-3/+3
|
*
xfrmi: return error code from getters for XFRM links
Thomas Haller
2019-09-01
2
-15/+22
|
*
xfrmi: introduce XFRM interfaces support
Eyal Birger
2019-09-01
7
-0/+453
|
*
doc/route: fix example code comments
Eyal Birger
2019-09-01
1
-4/+4
|
/
*
lib: fix error code from nfnl_exp_build_message()
Thomas Haller
2019-08-27
1
-0/+2
*
lib: accept %NULL arguments for nl_addr_cmp()
Thomas Haller
2019-08-27
1
-1/+9
*
idiag: workaround and add comment about idiagnl_send_simple() only handling 8...
Thomas Haller
2019-08-26
2
-2/+13
*
Sync linux headers to 4.19.66
Michael Forney
2019-08-26
47
-193/+1446
*
all: merge branch 'michaelforney/portability'
Thomas Haller
2019-08-16
28
-61/+67
|
\
|
*
route: Remove stray `;` at top-level
Michael Forney
2019-08-16
2
-4/+5
|
*
all: Use __typeof__ instead of typeof
Michael Forney
2019-08-16
4
-17/+17
|
*
lib: Don't omit second operand to `?` operator
Michael Forney
2019-08-16
4
-4/+8
|
*
lib: Don't return expression in function returning void
Michael Forney
2019-08-16
2
-2/+2
|
*
all: Avoid pointer arithmetic on `void *`
Michael Forney
2019-08-16
17
-29/+30
|
*
dbg: Use __func__ instead of __PRETTY_FUNCTION__
Michael Forney
2019-08-16
3
-5/+5
|
/
*
lib/genl: fix allocating buffer of too small size in cmd_msg_parser()
Thomas Haller
2019-08-15
1
-1/+1
*
Add SPDX identifiers
Yegor Yefremov
2019-08-12
127
-0/+127
*
all: merge branch 'th/add-utils-and-various-cleanup'
Thomas Haller
2019-08-09
7
-109/+327
|
\
|
*
genl: reject invalid group names in genl_family_add_grp()
Thomas Haller
2019-08-09
1
-3/+9
|
*
route/tc: ensure not string truncation in rtnl_tc_set_kind()
Thomas Haller
2019-08-09
1
-1/+8
|
*
route/inet6: fix strncpy() in inet6_dump_details()
Thomas Haller
2019-08-09
1
-12/+13
|
*
xfrm: fix memory corruption (dangling pointer) when when setting xfrmnl_sa
Thomas Haller
2019-08-09
1
-71/+74
|
*
travis: build tests with NL_MORE_ASSERTS enabled
Thomas Haller
2019-08-09
1
-0/+2
|
*
travis: enable -Wvla compiler warning in tests
Thomas Haller
2019-08-09
1
-1/+1
|
*
lib/genl: avoid VLA in cmd_msg_parser()
Thomas Haller
2019-08-09
1
-20/+26
|
*
utils: add internal helper macros for cleanup
Thomas Haller
2019-08-09
1
-1/+194
|
/
*
all: merge branch 'coverity-fixes'
Thomas Haller
2019-08-08
3
-6/+20
|
\
|
*
link/sriov: fix memleak in rtnl_link_sriov_clone()
Thomas Haller
2019-08-08
1
-6/+18
|
*
route: fix strncpy() warning from coverity about unterminated string
Thomas Haller
2019-08-08
2
-0/+2
|
/
*
Add CTA_LABELS and CTA_LABELS_MASK to ctattr_type according to the new kernel
xinbao
2019-08-07
1
-0/+2
*
attr: mark nested attributes as NLA_F_NESTED
Thomas Haller
2019-08-07
1
-1/+1
*
doc: fix typos in example in documentation
Thomas Haller
2019-08-07
1
-1/+1
*
tests: use nl_send_auto() instead of deprecated nl_send_auto_complete() in te...
Byeonggon Lee
2019-08-07
1
-1/+1
*
route/link: merge branch 'toanju/link-slave-kind'
Thomas Haller
2019-03-07
4
-10/+82
|
\
|
*
route/link: avoid dangling pointer in rtnl_link_set_slave_type()
Thomas Haller
2019-03-07
1
-11/+11
|
*
route/link: expose IFLA_INFO_SLAVE_KIND
Tobias Jungel
2018-10-22
4
-10/+82
|
/
*
route/macvlan: style fixes in "lib/route/link/macvlan.c"
Thomas Haller
2018-10-10
1
-56/+56
*
link: macvlan fixes
Wang Jian
2018-10-10
1
-11/+12
*
nla_ok: fix overrun in attribute iteration.
Patrick Havelange
2018-10-10
1
-1/+1
*
route/cls: fix potential memory leak
Ilya Pronin
2018-10-10
2
-2/+10
*
route/act: merge branch 'westermo/act-vlan'
Thomas Haller
2018-10-10
6
-0/+526
|
\
|
*
route/act: return error code from act-vlan getters
Thomas Haller
2018-10-10
2
-25/+35
|
*
route/act: style fixes in "lib/route/act/vlan.c"
Thomas Haller
2018-10-10
3
-91/+90
|
*
route:act: add vlan action
Volodymyr Bendiuga
2018-10-10
5
-0/+477
|
*
include: import tc_vlan.h
Volodymyr Bendiuga
2018-10-10
2
-0/+40
|
/
[next]