summaryrefslogtreecommitdiff
path: root/lib/route/link
AgeCommit message (Expand)Author
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: add rtnl_link_info_ops_get() and take lock for rtnl_link_info_ops's io_r...Thomas Haller
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-12license: use SPDX license identifiers and drop license commentsThomas Haller
2022-03-12ip6vti: Add fwmark APIThomas Winter
2022-03-12ip6gre: Add fwmark APIThomas Winter
2022-03-12sit: Add fwmark APIThomas Winter
2022-03-12ipip: Add fwmark APIThomas Winter
2022-03-12ip6_tnl: Add fwmark APIThomas Winter
2022-03-12ipvti: Add fwmark APIThomas Winter
2022-03-12ipgre: Add fwmark APIThomas Winter
2022-03-12ip6vti: Add IPv6 VTI supportThomas Winter
2022-03-11license: use SPDX license identifiers and drop license commentsThomas Haller
2022-03-10route/link: add support for team deviceJonas Johansson
2022-03-09route/link: Add IPv6 GRE supportScott Parlane
2022-03-04route: don't use internal bit mask constants in NLA_PUT in can_put_attrs()Anders Piniesjö
2022-03-03Supporting Hardware offload capability for MACsecJohan Alexis Duque Cadena
2022-03-03route/link: check calloc() return valueBeniamino Galvani
2021-06-16route/link: fix copy-paste error in geneve.cBeniamino Galvani
2020-04-16route: add test for valid content of map_stat_id_from_IPSTATS_MIB_v2 arrayThomas Haller
2020-04-16route/link: add RTNL_LINK_REASM_OVERLAPS statIlya Pronin
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2020-04-16license: cleanup copyright commentsThomas Haller
2020-04-15lib/route: adjust coding styleThomas Haller
2020-04-15route/link: Check for null pointer in macvlanJan Slomski
2019-09-01xfrmi: return error code from getters for XFRM linksThomas Haller
2019-09-01xfrmi: introduce XFRM interfaces supportEyal Birger
2019-08-16all: Avoid pointer arithmetic on `void *`Michael Forney
2019-08-09route/inet6: fix strncpy() in inet6_dump_details()Thomas Haller
2019-08-08link/sriov: fix memleak in rtnl_link_sriov_clone()Thomas Haller
2018-10-10route/macvlan: style fixes in "lib/route/link/macvlan.c"Thomas Haller
2018-10-10link: macvlan fixesWang Jian
2018-06-25ipvti: Fix wrong array size initializationThomas Winter
2018-06-25ipgre: Fix wrong array size initializationThomas Winter
2018-06-25route/link/vxlan: Fix IPv4 set_local resetting ce_maskTuetuopay
2018-03-12route/vrf: initalize clone destination with NULL in vrf_clone()Jonas Johansson
2018-02-12lib/rtnl: rename public define RTNL_GENEVE_ID_MAXThomas Haller
2018-02-12link: add Geneve support.Wang Jian
2018-01-16lib/veth.c: Disassociate link name of peer nameMarcos Paulo de Souza
2017-11-29Change rtnl_link_af_ops.ao_override_rtm behaviorJef Oliver
2017-10-23route/vlan: grow buffer exponentially in rtnl_link_vlan_set_egress_map()Thomas Haller
2017-10-23route/vlan: fix cloning vlan link in vlan_clone()Thomas Haller
2017-10-23route/vlan: fix memory corruption in rtnl_link_vlan_set_egress_mapSebastian Bixl
2017-09-01Potential memory leak becaue of wrong variable check.Amit Khatri