linux/net/mctp
Jeremy Kerr 0de55a7d11 mctp: Allow keys matching any local address
Currently, we require an exact match on an incoming packet's dest
address, and the key's local_addr field.

In a future change, we may want to set up a key before packets are
routed, meaning we have no local address to match on.

This change allows key lookups to match on local_addr = MCTP_ADDR_ANY.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-02-09 12:00:11 +00:00
..
test mctp: Allow keys matching any local address 2022-02-09 12:00:11 +00:00
af_mctp.c mctp: remove unnecessary check before calling kfree_skb() 2021-11-30 18:09:23 -08:00
device.c net: don't include ndisc.h from ipv6.h 2022-02-04 14:15:11 -08:00
Kconfig mctp: Add flow extension to skb 2021-10-29 13:23:51 +01:00
Makefile mctp: Add test utils 2021-10-03 14:35:41 +01:00
neigh.c mctp: Remove only static neighbour on RTM_DELNEIGH 2022-01-02 12:18:14 +00:00
route.c mctp: Allow keys matching any local address 2022-02-09 12:00:11 +00:00