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
...
*
route/link: add accessor API for IPv6 DEVCONF
Abdurrahman Hussain
2023-03-29
1
-0/+58
*
bridge: drop unnecessary goto in bridge_info_parse()
Thomas Haller
2022-08-24
1
-5/+4
*
bridge: don't normalize the u8 argument in rtnl_link_bridge_set_vlan_filterin...
Thomas Haller
2022-08-24
1
-1/+1
*
bridge: expose rtnl_link_bridge_get_vlan_protocol() in host byte order
Thomas Haller
2022-08-24
1
-4/+7
*
bridge: fix parsing vlan-protocol in bridge_info_parse()
Thomas Haller
2022-08-24
1
-1/+1
*
bridge: minor cleanups in "bridge_info.c"
Thomas Haller
2022-08-24
1
-8/+7
*
bridge: use SPDX license identifiers in bridge_info files
Thomas Haller
2022-08-24
1
-7/+1
*
bridge: reformat bridge_info file with clang-format
Thomas Haller
2022-08-24
1
-42/+40
*
bridge: extend libnl with options needed for VLAN aware forwarding
Robert Dabrowski
2022-08-24
1
-1/+192
*
bridge: Add support for link_info of a bridge
Langer, Thomas
2022-08-24
1
-0/+119
*
route/vlan: drop unnecessary "else" in vlan_put_attrs()
Thomas Haller
2022-08-24
1
-10/+8
*
route/vlan: fix error handling in 'lib/route/link/vlan.c'
Thomas Langer
2022-08-24
1
-3/+16
*
doc: fix typo
Thomas Haller
2022-08-24
1
-2/+2
*
doc: fix typo
Leon M. George
2022-08-24
7
-11/+11
*
attr: reject zero length addresses
Jonas Gorski
2022-07-07
1
-0/+3
*
route: construct all-zero addresses for default route destination
Jonas Gorski
2022-07-07
1
-3/+18
*
addr: allow constructing all-zero addresses
Jonas Gorski
2022-07-06
1
-1/+1
*
addr: create an all-zero addresses when parsing "any" or "default"
Jonas Gorski
2022-07-06
1
-1/+6
*
libnl-3.7.0 release
libnl3_7_0
Thomas Haller
2022-07-06
1
-0/+9
*
route: act: Allow full set of actions on gact,skbedit,mirred
Volodymyr Bendiuga
2022-07-06
3
-28/+3
*
sriov: fix setting ce_mask when parsing VF stat counter
kyolee
2022-07-06
1
-1/+1
*
route: format recently added code with clang-format
Thomas Haller
2022-05-27
1
-13/+13
*
route/act: add NAT action
Magnus Öberg
2022-05-27
1
-0/+288
*
route: format recently added code with clang-format
Thomas Haller
2022-05-27
1
-7/+13
*
cls: flower: extend flower API
Volodymyr Bendiuga
2022-05-27
1
-0/+174
*
flower: use correct attribute when filling out flags
Volodymyr Bendiuga
2022-05-19
1
-1/+1
*
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
*
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
*
socket: workaround undefined behavior coverity warning in generate_local_port()
Thomas Haller
2022-04-22
1
-3/+4
*
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
*
route/ip6vti,ip6gre: fix printing invalid data in ip6{vti,gre}_dump_details()
Thomas Haller
2022-04-22
2
-18/+12
*
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
17
-49/+27
*
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: fix buffer overflow in mdb_msg_parser()
Thomas Haller
2022-04-22
1
-1/+1
*
libnl-3.6.0 release
libnl3_6_0
Thomas Haller
2022-04-14
1
-1/+1
*
route/mdb: add support for MAC multicast entries
Joachim Wiberg
2022-03-30
1
-0/+5
[prev]
[next]