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.7.0 release
libnl3_7_0
Thomas Haller
2022-07-06
4
-2/+17
*
route: act: Allow full set of actions on gact,skbedit,mirred
Volodymyr Bendiuga
2022-07-06
3
-28/+3
*
Use print() function in both Python 2 and Python 3
Christian Clauss
2022-07-06
9
-48/+59
*
sriov: fix setting ce_mask when parsing VF stat counter
kyolee
2022-07-06
1
-1/+1
*
Fix typos and errors
Antonio Prcela
2022-07-06
2
-77/+75
*
changelog: update URL to git history
Thomas Haller
2022-07-06
1
-1/+1
*
changelog: fix typos in ChangeLog
Christian Clauss
2022-07-06
1
-6/+6
*
route: format recently added code with clang-format
Thomas Haller
2022-05-27
3
-15/+15
*
route/act: add NAT action
Magnus Öberg
2022-05-27
5
-0/+363
*
route: format recently added code with clang-format
Thomas Haller
2022-05-27
3
-13/+17
*
cls: flower: extend flower API
Volodymyr Bendiuga
2022-05-27
4
-0/+197
*
flower: use correct attribute when filling out flags
Volodymyr Bendiuga
2022-05-19
1
-1/+1
*
tests: merge branch 'th/test-link'
Thomas Haller
2022-05-09
10
-107/+1133
|
\
|
*
tests: add unit tests for creating links
Thomas Haller
2022-05-09
1
-0/+213
|
*
github: run unit tests several times and directly
Thomas Haller
2022-05-09
1
-1/+6
|
*
github: export NLTST_SEED_RAND= to randomize unit tests
Thomas Haller
2022-05-09
1
-1/+5
|
*
tests: add test utils
Thomas Haller
2022-05-09
4
-6/+777
|
*
tests: reformat unit test files with clang-format
Thomas Haller
2022-05-06
4
-100/+108
|
*
utils: add _NL_AUTO_DEFINE_FCN_STRUCT() macro
Thomas Haller
2022-05-06
1
-0/+8
|
*
utils: add _nl_thread_local macro
Thomas Haller
2022-05-06
1
-0/+17
|
/
*
route: fix crash caused by parse_multipath() by wrong free()
Thomas Haller
2022-05-03
1
-1/+1
*
route/link: Set the cache ops when cloning a link
Jacques de Laval
2022-04-26
1
-0/+3
*
route/link: add lock around rtnl_link_af_ops_put()
Thomas Haller
2022-04-26
1
-1/+4
*
route/link: avoid accessing af_ops after af_free() in rtnl_link_set_family()
Thomas Haller
2022-04-26
1
-3/+4
*
xfrm/sa: fix reference counters of sa selector addresses
Neil Horman
2022-04-26
1
-0/+4
*
all: merge branch 'th/coverity-fixes'
Thomas Haller
2022-04-26
43
-382/+463
|
\
|
*
xfrm: fix uninitalized variables in build_xfrm_ae_message()
Thomas Haller
2022-04-23
1
-0/+2
|
*
route: fix check for NULL in nh_encap_dump()
Thomas Haller
2022-04-22
1
-1/+4
|
*
route/qdisc/mqprio: fix bufferoverflow and argument checking in rtnl_qdisc_mq...
Thomas Haller
2022-04-22
1
-5/+10
|
*
route/sriov: fix buffer overflow in rtnl_link_sriov_parse_vflist()
Thomas Haller
2022-04-22
1
-1/+1
|
*
all: fix "-Wformat" warnings for nl_dump*()
Thomas Haller
2022-04-22
17
-220/+220
|
*
netlink/utils.h: mark nl_dump() with __attribute__((format(printf,a,b)))
Thomas Haller
2022-04-22
1
-2/+2
|
*
netlink/utils.h: add internal _nl_attribute_printf macro for public headers
Thomas Haller
2022-04-22
1
-0/+6
|
*
socket: workaround undefined behavior coverity warning in generate_local_port()
Thomas Haller
2022-04-22
1
-3/+4
|
*
nl-pktloc-lookup: fix buffer overflow when printing alignment
Thomas Haller
2022-04-22
1
-23/+34
|
*
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
[next]