summaryrefslogtreecommitdiff
path: root/lib/route/link/api.c
AgeCommit message (Expand)Author
2022-04-26route/link: add lock around rtnl_link_af_ops_put()Thomas Haller
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
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2016-06-25pass flags through ->io_compare opSabrina Dubroca
2015-11-20route/link: add link info compare operationDavid Ahern
2013-05-08rtnl_link_af_unregister: fix lockingNathan Lynch
2013-02-24link: Fix rtnl_link_af_data_compare return valueroopa
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2013-01-18link: fix reference leak in rtnl_link_af_data_compare()Thomas Graf
2013-01-18Add new rtnl_link_af_data_compare function to compare af_dataroopa
2012-11-15link: Protect registration of af and link ops with rwlockThomas Graf
2010-11-16link: AF_INET link moduleThomas Graf
2010-11-11link/api: Improve API documentation.Thomas Graf
2010-11-11link/api: Convert link info ops to use nl_list_headThomas Graf
2010-11-11link/api: Check for null pointer in rtnl_link_af_ops_put()Thomas Graf
2010-11-11link: API for address family specific link dataThomas Graf
2008-05-14Thread-safe error handlingThomas Graf
2008-01-08Link info interface and vlan supportThomas Graf