All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH ipsec 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets
@ 2019-12-31 16:56 Nicolas Dichtel
  2019-12-31 16:56 ` [PATCH ipsec 1/2] vti[6]: fix packet tx through bpf_redirect() Nicolas Dichtel
  2019-12-31 16:56 ` [PATCH ipsec 2/2] xfrm interface: " Nicolas Dichtel
  0 siblings, 2 replies; 16+ messages in thread
From: Nicolas Dichtel @ 2019-12-31 16:56 UTC (permalink / raw)
  To: steffen.klassert, davem; +Cc: netdev

Before those patches, packets sent to a vti[6]/xfrm interface via
bpf_redirect() or via an AF_PACKET socket were dropped, mostly because
no dst was attached.

 net/ipv4/ip_vti.c         | 10 ++++++++--
 net/ipv6/ip6_vti.c        | 11 +++++++++--
 net/xfrm/xfrm_interface.c | 21 +++++++++++++++++----
 3 files changed, 34 insertions(+), 8 deletions(-)

Regards,
Nicolas


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-01-27 10:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 16:56 [PATCH ipsec 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets Nicolas Dichtel
2019-12-31 16:56 ` [PATCH ipsec 1/2] vti[6]: fix packet tx through bpf_redirect() Nicolas Dichtel
2019-12-31 16:56 ` [PATCH ipsec 2/2] xfrm interface: " Nicolas Dichtel
2020-01-09  8:40   ` Steffen Klassert
2020-01-09  8:59     ` Nicolas Dichtel
2020-01-09 13:35     ` [PATCH ipsec v2 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets Nicolas Dichtel
2020-01-09 13:35       ` [PATCH ipsec v2 1/2] vti[6]: fix packet tx through bpf_redirect() Nicolas Dichtel
2020-01-09 13:35       ` [PATCH ipsec v2 2/2] xfrm interface: " Nicolas Dichtel
2020-01-10 17:42       ` [PATCH ipsec v2 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets Nicolas Dichtel
2020-01-13  8:32         ` [PATCH ipsec v3 " Nicolas Dichtel
2020-01-13  8:32           ` [PATCH ipsec v3 1/2] vti[6]: fix packet tx through bpf_redirect() Nicolas Dichtel
2020-01-13  8:32           ` [PATCH ipsec v3 2/2] xfrm interface: " Nicolas Dichtel
2020-01-15  9:56           ` [PATCH ipsec v3 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets Steffen Klassert
2020-01-27  9:28             ` Nicolas Dichtel
2020-01-27  9:58               ` Steffen Klassert
2020-01-27 10:20                 ` Nicolas Dichtel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.