Re: [PATCH] wireguard: netlink: add multicast notification for peer changes

2021-03-13 Thread Linus Lotz
Hi Jason,> Thanks for the patch and sorry for the delay in reviewing it. Seeing > the basic scaffolding for getting netlink notifiers working with > WireGuard is enlightening; it looks surprisingly straightforward. Glad to hear that this is a welcome feature. > > There are three classes of things

Re: [PATCH v2] wireguard: netlink: add multicast notification for peer changes

2021-01-26 Thread Linus Lotz
Hi Jason, have you had a chance to look at it yet? Cheers Linus Am 16.01.21 um 00:40 schrieb Jason A. Donenfeld: > Hey Linus, > > My email server has been firewalled from vger.kernel.org until today, > so I didn't see the original until this v2 was sent today. My > apologies. I'll review this

Re: [PATCH v2] wireguard: netlink: add multicast notification for peer changes

2021-01-15 Thread Linus Lotz
Hi Jason, No worries, thanks! Linus > Hey Linus, > > My email server has been firewalled from vger.kernel.org until today, > so I didn't see the original until this v2 was sent today. My > apologies. I'll review this first thing on Monday. > > Jason >

[PATCH v2] wireguard: netlink: add multicast notification for peer changes

2021-01-15 Thread Linus Lotz
be a service that keeps track of all peer endpoints and sends this information to the peers. This would allow NAT-to-NAT connections without the need of using STUN on each client. In v2 I fixed a possible uninitialized use. Reported-by: kernel test robot Signed-off-by: Linus Lotz --- drivers/net

[PATCH] wireguard: netlink: add multicast notification for peer changes

2021-01-09 Thread Linus Lotz
be a service that keeps track of all peer endpoints and sends this information to the peers. This would allow NAT-to-NAT connections without the need of using STUN on each client. Signed-off-by: Linus Lotz --- drivers/net/wireguard/netlink.c | 52 - drivers/net