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
...
|
*
route/link/sriov: fix initializing vlans in rtnl_link_sriov_clone()
Thomas Haller
2022-04-22
1
-1/+1
|
*
route/qdisc/netem: fix bogus "%" in format string netem_dump_details()
Thomas Haller
2022-04-22
1
-9/+9
|
*
route/u32: fix u32_dump_details() to print data
Thomas Haller
2022-04-22
1
-5/+0
|
*
link/vrf: avoid coverity warning in rtnl_link_vrf_set_tableid() about CONSTAN...
Thomas Haller
2022-04-22
1
-2/+2
|
*
utils: suppress coverity warning in nl_cli_load_module() about leaked handle
Thomas Haller
2022-04-22
1
-0/+2
|
*
route/ip6vti,ip6gre: fix printing invalid data in ip6{vti,gre}_dump_details()
Thomas Haller
2022-04-22
2
-18/+12
|
*
netlink/private: add internal helper utils
Thomas Haller
2022-04-22
1
-0/+73
|
*
route/link: workaround coverity warning about leak in rtnl_link_set_type()
Thomas Haller
2022-04-22
1
-2/+3
|
*
all: avoid coverity warnings about assigning variable but not using it
Thomas Haller
2022-04-22
18
-50/+29
|
*
route/mdb: check parser error in mdb_msg_parser() for nested MDBA_MDB attribute
Thomas Haller
2022-04-22
1
-2/+4
|
*
route/mdb: add and use rtnl_mdb_entry_free() internal helper method
Thomas Haller
2022-04-22
1
-6/+12
|
*
route/mdb: fix leak in mdb_msg_parser()
Thomas Haller
2022-04-22
1
-32/+28
|
*
route/mdb: add _nl_auto_rtnl_mdb cleanup macro
Thomas Haller
2022-04-22
1
-0/+5
|
/
*
route/mdb: fix buffer overflow in mdb_msg_parser()
Thomas Haller
2022-04-22
1
-1/+1
*
tests: silently ignore EACCES for setting uid_map for test namespace
Thomas Haller
2022-04-22
1
-1/+9
*
tests: cleanup unshare_user() and use _nltst_fclose()
Thomas Haller
2022-04-21
2
-9/+20
*
tests: add _assert_nltst_netns() helper
Thomas Haller
2022-04-21
1
-2/+10
*
github: test out-of-tree build and "--disable-static"
Thomas Haller
2022-04-15
1
-2/+29
*
github: build documentation in CI test
Thomas Haller
2022-04-15
2
-2/+23
*
build: avoid building check-direct with --disable-static
Thomas Haller
2022-04-15
2
-0/+4
*
tools: fix aborting on failure in "tools/build_release.sh" script
Thomas Haller
2022-04-15
1
-2/+2
*
doc: fix markup error in "doc/route.txt"
Thomas Haller
2022-04-15
1
-2/+2
*
doc: fix python2-ism in "doc/resolve-asciidoc-refs.py"
Thomas Haller
2022-04-15
1
-1/+3
*
libnl-3.6.0 release
libnl3_6_0
Thomas Haller
2022-04-14
4
-3/+9
*
route/mdb: merge branch 'troglobit:mdb-dump-fixes'
Thomas Haller
2022-04-01
3
-3/+27
|
\
|
*
route/mdb: add support for MAC multicast entries
Joachim Wiberg
2022-03-30
2
-0/+6
|
*
route/mdb: add missing detils and stats dump callbacks
Joachim Wiberg
2022-03-30
1
-2/+14
|
*
nl-monitor: support for setting libnl debug level
Joachim Wiberg
2022-03-30
1
-1/+6
|
*
nl-monitor: add missing --help to long_opts[]
Joachim Wiberg
2022-03-30
1
-0/+1
|
/
*
Check validation type against end of enum
jauge-technica
2022-03-28
1
-1/+1
*
route/link: add VLAN bridge binding flag
Joachim Wiberg
2022-03-28
2
-4/+6
*
github: build unit tests also with "clang"
Thomas Haller
2022-03-16
1
-0/+6
*
route: assert that "rtnl_link_info_ops" refcount does not drop below zero
Thomas Haller
2022-03-16
1
-0/+2
*
lib: merge branch 'th/object-clone-fixes'
Thomas Haller
2022-03-16
26
-107/+271
|
\
|
*
lib: make nl_object_clone() out-of-memory safe
Thomas Haller
2022-03-16
20
-54/+149
|
*
route: fix ref counting for l_info_ops and io_clone()
Thomas Haller
2022-03-16
1
-4/+10
|
*
route: drop unnecessary oo_clone() implementation from netconf
Thomas Haller
2022-03-16
1
-11/+0
|
*
netfilter: make log-msg,queue-msg setters robust against ENOMEM
Thomas Haller
2022-03-16
2
-22/+52
|
*
xfrm/sa: clone user_offload in xfrm_sa_clone()
Thomas Haller
2022-03-16
1
-0/+6
|
*
xfrm/sa: style cleanup xfrm_sa_clone()
Thomas Haller
2022-03-16
1
-14/+7
|
*
utils: add internal _nl_memdup() helper
Thomas Haller
2022-03-16
1
-0/+20
|
*
lib: add rtnl_link_info_ops_get() and take lock for rtnl_link_info_ops's io_r...
Thomas Haller
2022-03-16
3
-2/+26
|
*
lib: include <netlink-private/utils.h> in <netlink-private/netlink.h>
Thomas Haller
2022-03-16
1
-0/+1
|
/
*
tests: merge branch 'th/tests-netns'
Thomas Haller
2022-03-16
15
-48/+627
|
\
|
*
tests: add unit test for nl_object_clone() and nl_object_diff()
Thomas Haller
2022-03-16
3
-2/+214
|
*
tests: add new "netns" test suite
Thomas Haller
2022-03-16
4
-5/+25
|
*
tests: add fixture/teardown for tests to run in separate netns
Thomas Haller
2022-03-16
2
-0/+147
|
*
tests: cleanup creating test suites
Thomas Haller
2022-03-16
4
-20/+20
|
*
tests: refactor tests and add n-test-util helper library
Thomas Haller
2022-03-16
9
-23/+59
|
*
netlink: add _NL_N_ELEMENTS() macro
Thomas Haller
2022-03-16
1
-0/+4
[prev]
[next]