summaryrefslogtreecommitdiff
path: root/lib/route
AgeCommit message (Expand)Author
2022-07-06route: act: Allow full set of actions on gact,skbedit,mirredVolodymyr Bendiuga
2022-07-06sriov: fix setting ce_mask when parsing VF stat counterkyolee
2022-05-27route: format recently added code with clang-formatThomas Haller
2022-05-27route/act: add NAT actionMagnus Öberg
2022-05-27route: format recently added code with clang-formatThomas Haller
2022-05-27cls: flower: extend flower APIVolodymyr Bendiuga
2022-05-19flower: use correct attribute when filling out flagsVolodymyr Bendiuga
2022-05-03route: fix crash caused by parse_multipath() by wrong free()Thomas Haller
2022-04-26route/link: Set the cache ops when cloning a linkJacques de Laval
2022-04-26route/link: add lock around rtnl_link_af_ops_put()Thomas Haller
2022-04-26route/link: avoid accessing af_ops after af_free() in rtnl_link_set_family()Thomas Haller
2022-04-22route: fix check for NULL in nh_encap_dump()Thomas Haller
2022-04-22route/qdisc/mqprio: fix bufferoverflow and argument checking in rtnl_qdisc_mq...Thomas Haller
2022-04-22route/sriov: fix buffer overflow in rtnl_link_sriov_parse_vflist()Thomas Haller
2022-04-22all: fix "-Wformat" warnings for nl_dump*()Thomas Haller
2022-04-22route/link/sriov: fix initializing vlans in rtnl_link_sriov_clone()Thomas Haller
2022-04-22route/qdisc/netem: fix bogus "%" in format string netem_dump_details()Thomas Haller
2022-04-22route/u32: fix u32_dump_details() to print dataThomas Haller
2022-04-22link/vrf: avoid coverity warning in rtnl_link_vrf_set_tableid() about CONSTAN...Thomas Haller
2022-04-22route/ip6vti,ip6gre: fix printing invalid data in ip6{vti,gre}_dump_details()Thomas Haller
2022-04-22route/link: workaround coverity warning about leak in rtnl_link_set_type()Thomas Haller
2022-04-22all: avoid coverity warnings about assigning variable but not using itThomas Haller
2022-04-22route/mdb: check parser error in mdb_msg_parser() for nested MDBA_MDB attributeThomas Haller
2022-04-22route/mdb: add and use rtnl_mdb_entry_free() internal helper methodThomas Haller
2022-04-22route/mdb: fix leak in mdb_msg_parser()Thomas Haller
2022-04-22route/mdb: fix buffer overflow in mdb_msg_parser()Thomas Haller
2022-03-30route/mdb: add support for MAC multicast entriesJoachim Wiberg
2022-03-30route/mdb: add missing detils and stats dump callbacksJoachim Wiberg
2022-03-28Check validation type against end of enumjauge-technica
2022-03-28route/link: add VLAN bridge binding flagJoachim Wiberg
2022-03-17route: assert that "rtnl_link_info_ops" refcount does not drop below zeroThomas Haller
2022-03-17lib: make nl_object_clone() out-of-memory safeThomas Haller
2022-03-17route: fix ref counting for l_info_ops and io_clone()Thomas Haller
2022-03-17route: drop unnecessary oo_clone() implementation from netconfThomas Haller
2022-03-17lib: add rtnl_link_info_ops_get() and take lock for rtnl_link_info_ops's io_r...Thomas Haller
2022-03-15route/cls: add TCA_FLOWER_KEY_VLAN_ETH_TYPE to "flower_policy" policyThomas Haller
2022-03-15route/cls: return -NLE_INVAL in case rtnl_tc_data_peek() failsThomas Haller
2022-03-15route/cls: no need to copy simple fields in flower_clone()Thomas Haller
2022-03-15route/cls: make output pointers in rtnl_flower_get_{src,dst}_mac() optionalThomas Haller
2022-03-15route/cls: adjust whitspace/indentationThomas Haller
2022-03-15route/cls: use SPDX-License-IdentifierThomas Haller
2022-03-15route/cls: add flower classifierVolodymyr Bendiuga
2022-03-15route: make argument of rtnl_link_can_set_{bittiming,data_bittiming}() constThomas Haller
2022-03-15route: add rtnl_link_can_set_data_bittiming_const()Thomas Haller
2022-03-15route: drop bitrate,sample-point getters/setters from can linkThomas Haller
2022-03-15route: rename rtnl_link_can_get_data_bt_const() to rtnl_link_can_get_data_bit...Thomas Haller
2022-03-15route: fix indentationThomas Haller
2022-03-15route/link: add CAN FD supportAnders Piniesjö
2022-03-15route/mdb: drop setting ifindex in mdb_clone()Thomas Haller
2022-03-15route/mdb: minor cleanup in "mdb.c"Thomas Haller