summaryrefslogtreecommitdiff
path: root/lib/route/link/ipvlan.c
AgeCommit message (Expand)Author
2022-04-22all: avoid coverity warnings about assigning variable but not using itThomas Haller
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2015-10-05route/link: add missing newlines after debug messagesBeniamino Galvani
2015-07-10ipvlan: fix return error code for rtnl_link_ipvlan_get_mode()Thomas Haller
2015-06-26ipvlan: don't check for valid @mode argument in rtnl_link_ipvlan_set_mode()Thomas Haller
2015-06-26ipvlan: fix signature of rtnl_link_ipvlan_get_mode() to signal errorThomas Haller
2015-06-19ipvlan: add ipvlan supportCong Wang