Re: [Bridge] [PATCH net] net: bridge: fix per-port af_packet sockets

2019-04-16 Thread David Miller
From: Nikolay Aleksandrov Date: Thu, 11 Apr 2019 13:56:39 +0300 > When the commit below was introduced it changed two visible things: > - the skb was no longer passed through the protocol handlers with the >original device > - the skb was passed up the stack with skb->dev = bridge > > The

[Bridge] [PATCH net] net: bridge: fix per-port af_packet sockets

2019-04-11 Thread Nikolay Aleksandrov
When the commit below was introduced it changed two visible things: - the skb was no longer passed through the protocol handlers with the original device - the skb was passed up the stack with skb->dev = bridge The first change broke af_packet sockets on bridge ports. For example we use them