summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* route/link: add accessor API for IPv6 DEVCONFAbdurrahman Hussain2023-03-291-0/+58
* bridge: drop unnecessary goto in bridge_info_parse()Thomas Haller2022-08-241-5/+4
* bridge: don't normalize the u8 argument in rtnl_link_bridge_set_vlan_filterin...Thomas Haller2022-08-241-1/+1
* bridge: expose rtnl_link_bridge_get_vlan_protocol() in host byte orderThomas Haller2022-08-241-4/+7
* bridge: fix parsing vlan-protocol in bridge_info_parse()Thomas Haller2022-08-241-1/+1
* bridge: minor cleanups in "bridge_info.c"Thomas Haller2022-08-241-8/+7
* bridge: use SPDX license identifiers in bridge_info filesThomas Haller2022-08-241-7/+1
* bridge: reformat bridge_info file with clang-formatThomas Haller2022-08-241-42/+40
* bridge: extend libnl with options needed for VLAN aware forwardingRobert Dabrowski2022-08-241-1/+192
* bridge: Add support for link_info of a bridgeLanger, Thomas2022-08-241-0/+119
* route/vlan: drop unnecessary "else" in vlan_put_attrs()Thomas Haller2022-08-241-10/+8
* route/vlan: fix error handling in 'lib/route/link/vlan.c'Thomas Langer2022-08-241-3/+16
* doc: fix typoThomas Haller2022-08-241-2/+2
* doc: fix typoLeon M. George2022-08-247-11/+11
* attr: reject zero length addressesJonas Gorski2022-07-071-0/+3
* route: construct all-zero addresses for default route destinationJonas Gorski2022-07-071-3/+18
* addr: allow constructing all-zero addressesJonas Gorski2022-07-061-1/+1
* addr: create an all-zero addresses when parsing "any" or "default"Jonas Gorski2022-07-061-1/+6
* libnl-3.7.0 releaselibnl3_7_0Thomas Haller2022-07-061-0/+9
* route: act: Allow full set of actions on gact,skbedit,mirredVolodymyr Bendiuga2022-07-063-28/+3
* sriov: fix setting ce_mask when parsing VF stat counterkyolee2022-07-061-1/+1
* route: format recently added code with clang-formatThomas Haller2022-05-271-13/+13
* route/act: add NAT actionMagnus Öberg2022-05-271-0/+288
* route: format recently added code with clang-formatThomas Haller2022-05-271-7/+13
* cls: flower: extend flower APIVolodymyr Bendiuga2022-05-271-0/+174
* flower: use correct attribute when filling out flagsVolodymyr Bendiuga2022-05-191-1/+1
* route: fix crash caused by parse_multipath() by wrong free()Thomas Haller2022-05-031-1/+1
* route/link: Set the cache ops when cloning a linkJacques de Laval2022-04-261-0/+3
* route/link: add lock around rtnl_link_af_ops_put()Thomas Haller2022-04-261-1/+4
* route/link: avoid accessing af_ops after af_free() in rtnl_link_set_family()Thomas Haller2022-04-261-3/+4
* xfrm/sa: fix reference counters of sa selector addressesNeil Horman2022-04-261-0/+4
* xfrm: fix uninitalized variables in build_xfrm_ae_message()Thomas Haller2022-04-231-0/+2
* route: fix check for NULL in nh_encap_dump()Thomas Haller2022-04-221-1/+4
* route/qdisc/mqprio: fix bufferoverflow and argument checking in rtnl_qdisc_mq...Thomas Haller2022-04-221-5/+10
* route/sriov: fix buffer overflow in rtnl_link_sriov_parse_vflist()Thomas Haller2022-04-221-1/+1
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-2217-220/+220
* socket: workaround undefined behavior coverity warning in generate_local_port()Thomas Haller2022-04-221-3/+4
* route/link/sriov: fix initializing vlans in rtnl_link_sriov_clone()Thomas Haller2022-04-221-1/+1
* route/qdisc/netem: fix bogus "%" in format string netem_dump_details()Thomas Haller2022-04-221-9/+9
* route/u32: fix u32_dump_details() to print dataThomas Haller2022-04-221-5/+0
* link/vrf: avoid coverity warning in rtnl_link_vrf_set_tableid() about CONSTAN...Thomas Haller2022-04-221-2/+2
* route/ip6vti,ip6gre: fix printing invalid data in ip6{vti,gre}_dump_details()Thomas Haller2022-04-222-18/+12
* route/link: workaround coverity warning about leak in rtnl_link_set_type()Thomas Haller2022-04-221-2/+3
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-2217-49/+27
* route/mdb: check parser error in mdb_msg_parser() for nested MDBA_MDB attributeThomas Haller2022-04-221-2/+4
* route/mdb: add and use rtnl_mdb_entry_free() internal helper methodThomas Haller2022-04-221-6/+12
* route/mdb: fix leak in mdb_msg_parser()Thomas Haller2022-04-221-32/+28
* route/mdb: fix buffer overflow in mdb_msg_parser()Thomas Haller2022-04-221-1/+1
* libnl-3.6.0 releaselibnl3_6_0Thomas Haller2022-04-141-1/+1
* route/mdb: add support for MAC multicast entriesJoachim Wiberg2022-03-301-0/+5