summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-01-09Upgrade libnl to libnl3_7_0Sadaf Ebrahimi
2022-07-06libnl-3.7.0 releaseThomas Haller
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-06utils: add _NL_AUTO_DEFINE_FCN_STRUCT() macroThomas Haller
2022-05-06utils: add _nl_thread_local macroThomas Haller
2022-04-22netlink/utils.h: mark nl_dump() with __attribute__((format(printf,a,b)))Thomas Haller
2022-04-22netlink/utils.h: add internal _nl_attribute_printf macro for public headersThomas Haller
2022-04-22netlink/private: add internal helper utilsThomas Haller
2022-04-22route/mdb: add _nl_auto_rtnl_mdb cleanup macroThomas Haller
2022-04-14libnl-3.6.0 releaseThomas Haller
2022-03-30route/mdb: add support for MAC multicast entriesJoachim Wiberg
2022-03-28route/link: add VLAN bridge binding flagJoachim Wiberg
2022-03-17utils: add internal _nl_memdup() helperThomas 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-17lib: include <netlink-private/utils.h> in <netlink-private/netlink.h>Thomas Haller
2022-03-16netlink: add _NL_N_ELEMENTS() macroThomas Haller
2022-03-16netlink: add _nl_streq()/_nl_streq0() helperThomas Haller
2022-03-16netlink: add _nl_auto_nl_socket cleanup macroThomas Haller
2022-03-16lib: add _nl_close() helperThomas Haller
2022-03-15route/cls: adjust whitspace/indentationThomas Haller
2022-03-15route/cls: use SPDX-License-IdentifierThomas Haller
2022-03-15route/cls: reorder fields in "struct rtnl_flower" and adjust indentationThomas 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-14route/mdb: drop extra MDB attributes and rework mdb_compare()Thomas Haller
2022-03-14route/mdb: hide rtnl_mdb_entry_alloc() from public APIThomas Haller
2022-03-14route/mdb: reorder fields in "rtnl_mdb_entry" for tighther packingThomas Haller
2022-03-14route/mdb: cleanup mdb.h headerThomas Haller
2022-03-14mdb: support bridge multicast database notificationRubens Figueiredo
2022-03-14route/cls: rename rtnl_cls_get{,_by_prio}() API to rtnl_cls_find_by{handle,pr...Thomas Haller
2022-03-14route/cls: allow fetching of classifiers from cacheVolodymyr Bendiuga
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-11route/route: support FIB lookups using rtnlTobias Waldekranz