summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* route/mdb: drop extra MDB attributes and rework mdb_compare()Thomas Haller2022-03-141-26/+25
* route/mdb: hide rtnl_mdb_entry_alloc() from public APIThomas Haller2022-03-141-1/+3
* route/mdb: use nl_list_for_each_entry_safe() for destroying list in mdb_free_...Thomas Haller2022-03-141-8/+6
* mdb: support bridge multicast database notificationRubens Figueiredo2022-03-141-0/+451
* route/cls: rename rtnl_cls_get{,_by_prio}() API to rtnl_cls_find_by{handle,pr...Thomas Haller2022-03-141-4/+4
* route/cls: allow fetching of classifiers from cacheVolodymyr Bendiuga2022-03-141-0/+72
* license: use SPDX license identifiers and drop license commentsThomas Haller2022-03-111-8/+1
* ip6vti: Add fwmark APIThomas Winter2022-03-111-0/+55
* ip6gre: Add fwmark APIThomas Winter2022-03-111-0/+55
* sit: Add fwmark APIThomas Winter2022-03-111-0/+52
* ipip: Add fwmark APIThomas Winter2022-03-111-0/+56
* ip6_tnl: Add fwmark APIThomas Winter2022-03-111-0/+56
* ipvti: Add fwmark APIThomas Winter2022-03-111-0/+56
* ipgre: Add fwmark APIThomas Winter2022-03-111-0/+56
* ip6vti: Add IPv6 VTI supportThomas Winter2022-03-111-0/+509
* license: use SPDX license identifiers and drop license commentsThomas Haller2022-03-112-15/+2
* route/route: don't report failure when we receive a route in rtnl_route_lookup()Thomas Haller2022-03-111-6/+6
* route/route: support FIB lookups using rtnlTobias Waldekranz2022-03-111-0/+27
* route/link: add support for team deviceJonas Johansson2022-03-101-0/+109
* route/link: Move LINK_ATTR_IFNAME to a proper locationGreger Wrang2022-03-101-2/+2
* route/qdisc: allow fetching qdiscs by their kindVolodymyr Bendiuga2022-03-101-0/+32
* nflog:add conntrack flag and enable flags for nflogMichael Braun2022-03-092-0/+11
* nflog: add CT supportMichael Braun2022-03-094-24/+132
* nflog: add mac_header supportMichael Braun2022-03-092-2/+103
* nflog: add vlan attributeMichael Braun2022-03-092-0/+91
* route/link: Add IPv6 GRE supportScott Parlane2022-03-091-0/+841
* neigh: support to add fdb entrywangli092022-03-091-1/+1
* cls:u32: fix u32_clone() functionMagnus Öberg2022-03-041-12/+77
* route:tc: fix rtnl_tc_clone() calling to_clone() and add commentThomas Haller2022-03-041-10/+8
* route:cls: fix dangling pointers in to_clone() implementationsThomas Haller2022-03-044-1/+14
* route:act: drop unnecessary implementations for to_clone()Thomas Haller2022-03-044-36/+4
* log: fix typo in dumping msgMichael Braun2022-03-041-1/+1
* route: fix memory leak of l_info_ops in link_msg_parser()Finikssky2022-03-041-0/+3
* route: add accessors for setting/getting ENCAP_MPLS attributesAnn Pokora2022-03-041-0/+28
* route: remove incorrect nl_addr_valid() from rtnl_route_nh_set_newdst(), etc.Ann Pokora2022-03-042-12/+0
* netfilter/ct: fix use of reply/orig for conntrack requestsAnisse Astier2022-03-041-6/+10
* route: don't use internal bit mask constants in NLA_PUT in can_put_attrs()Anders Piniesjö2022-03-041-7/+7
* lib: fix descriptions for nl_cache_pickup()/nl_cache_pickup_checkdup()t0mmmy902022-03-041-5/+5
* route: fix duplicate check for next hop for IPv6 multipath routesThomas Haller2022-03-041-1/+2
* route: check if nh exists while updating routet0mmmy902022-03-041-0/+9
* xfrm: fix naming consistency in xfrmnl_sp_get_curlifetime()Balaji Marisetti2022-03-031-6/+6
* yyerror: update to POSIX standardheitbaum2022-03-032-0/+2
* xfrm: ensure minlen in policy for XFRMA_OFFLOAD_DEVThomas Haller2022-03-031-0/+1
* xfrm: Add support for xfrm user offloadingThomas Egerer2022-03-031-0/+86
* Supporting Hardware offload capability for MACsecJohan Alexis Duque Cadena2022-03-031-1/+41
* route/link: check calloc() return valueBeniamino Galvani2022-03-031-0/+4
* zero stack allocated memory in xfrmnl_build_sa_delete_requestNeil Horman2022-03-031-0/+1
* route/qdisc: handle error of calloc()Beniamino Galvani2021-06-161-3/+6
* route/qdisc: fix memory leak in netem.cBeniamino Galvani2021-06-161-6/+4
* route/link: fix copy-paste error in geneve.cBeniamino Galvani2021-06-161-1/+1