index
:
libnl.git
cache-nonexcl-route
main
th/pr/338
th/test-routes
th/tmp
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
route
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
license: use SPDX license identifiers and drop license comments
Thomas Haller
2022-03-11
1
-8/+1
*
ip6vti: Add fwmark API
Thomas Winter
2022-03-11
1
-0/+55
*
ip6gre: Add fwmark API
Thomas Winter
2022-03-11
1
-0/+55
*
sit: Add fwmark API
Thomas Winter
2022-03-11
1
-0/+52
*
ipip: Add fwmark API
Thomas Winter
2022-03-11
1
-0/+56
*
ip6_tnl: Add fwmark API
Thomas Winter
2022-03-11
1
-0/+56
*
ipvti: Add fwmark API
Thomas Winter
2022-03-11
1
-0/+56
*
ipgre: Add fwmark API
Thomas Winter
2022-03-11
1
-0/+56
*
ip6vti: Add IPv6 VTI support
Thomas Winter
2022-03-11
1
-0/+509
*
license: use SPDX license identifiers and drop license comments
Thomas Haller
2022-03-11
2
-15/+2
*
route/route: don't report failure when we receive a route in rtnl_route_lookup()
Thomas Haller
2022-03-11
1
-6/+6
*
route/route: support FIB lookups using rtnl
Tobias Waldekranz
2022-03-11
1
-0/+27
*
route/link: add support for team device
Jonas Johansson
2022-03-10
1
-0/+109
*
route/link: Move LINK_ATTR_IFNAME to a proper location
Greger Wrang
2022-03-10
1
-2/+2
*
route/qdisc: allow fetching qdiscs by their kind
Volodymyr Bendiuga
2022-03-10
1
-0/+32
*
route/link: Add IPv6 GRE support
Scott Parlane
2022-03-09
1
-0/+841
*
neigh: support to add fdb entry
wangli09
2022-03-09
1
-1/+1
*
cls:u32: fix u32_clone() function
Magnus Öberg
2022-03-04
1
-12/+77
*
route:tc: fix rtnl_tc_clone() calling to_clone() and add comment
Thomas Haller
2022-03-04
1
-10/+8
*
route:cls: fix dangling pointers in to_clone() implementations
Thomas Haller
2022-03-04
4
-1/+14
*
route:act: drop unnecessary implementations for to_clone()
Thomas Haller
2022-03-04
4
-36/+4
*
route: fix memory leak of l_info_ops in link_msg_parser()
Finikssky
2022-03-04
1
-0/+3
*
route: add accessors for setting/getting ENCAP_MPLS attributes
Ann Pokora
2022-03-04
1
-0/+28
*
route: remove incorrect nl_addr_valid() from rtnl_route_nh_set_newdst(), etc.
Ann Pokora
2022-03-04
2
-12/+0
*
route: don't use internal bit mask constants in NLA_PUT in can_put_attrs()
Anders Piniesjö
2022-03-04
1
-7/+7
*
route: fix duplicate check for next hop for IPv6 multipath routes
Thomas Haller
2022-03-04
1
-1/+2
*
route: check if nh exists while updating route
t0mmmy90
2022-03-04
1
-0/+9
*
yyerror: update to POSIX standard
heitbaum
2022-03-03
2
-0/+2
*
Supporting Hardware offload capability for MACsec
Johan Alexis Duque Cadena
2022-03-03
1
-1/+41
*
route/link: check calloc() return value
Beniamino Galvani
2022-03-03
1
-0/+4
*
route/qdisc: handle error of calloc()
Beniamino Galvani
2021-06-16
1
-3/+6
*
route/qdisc: fix memory leak in netem.c
Beniamino Galvani
2021-06-16
1
-6/+4
*
route/link: fix copy-paste error in geneve.c
Beniamino Galvani
2021-06-16
1
-1/+1
*
route/cls: fix cgroup's clone() function
Beniamino Galvani
2021-06-16
1
-10/+5
*
route: let route/link join RTNLGRP_IPV6_IFINFO mcast group
Reto Buerki
2020-12-25
1
-0/+1
*
addr: Add address flag `dadfailed`
Leonard Crestez
2020-12-03
1
-0/+1
*
route/link: avoid cloning link policy in link_msg_parser()
Thomas Haller
2020-04-17
1
-4/+6
*
route/link: fix link_msg_parser() for using the af_ops of the link family
Thomas Haller
2020-04-17
1
-5/+8
*
route: add test for valid content of map_stat_id_from_IPSTATS_MIB_v2 array
Thomas Haller
2020-04-16
1
-0/+6
*
route/link: add RTNL_LINK_REASM_OVERLAPS stat
Ilya Pronin
2020-04-16
2
-0/+2
*
gitignore: merge all gitignore files in top level directory
Thomas Haller
2020-04-16
2
-6/+0
*
license: fix and add SPDX license identifiers and drop license comments
Thomas Haller
2020-04-16
75
-525/+58
*
license: cleanup copyright comments
Thomas Haller
2020-04-16
2
-2/+3
*
rtnl/route: use cleanup attribute in "lib/route/link.c"
Thomas Haller
2020-04-15
1
-149/+98
*
rtnl/route: use cleanup attribute in "lib/route/route_obj.c"
Thomas Haller
2020-04-15
2
-92/+61
*
rtnl/route: fix NLE_NOMEM handling in parse_multipath()
Thomas Haller
2020-04-15
1
-2/+6
*
rtnl/link: fix leaking rtnl_link_af_ops in link_msg_parser()
Thomas Haller
2020-04-15
1
-0/+2
*
rtnl/route: only consider negative error codes as error
Thomas Haller
2020-04-15
8
-22/+27
*
lib: use _nl_strncpy*() instead of plain strncpy()
Thomas Haller
2020-04-15
3
-6/+7
*
lib: rename _nl_strncpy() to _nl_strncpy_assert()
Thomas Haller
2020-04-15
1
-1/+1
[prev]
[next]