Re: [Bridge] [PATCH net v2] net: bridge: clear skb private space on bridge dev xmit

2020-08-03 Thread David Miller
From: Nikolay Aleksandrov Date: Sun, 2 Aug 2020 15:50:39 +0300 > We need to clear all of the bridge private skb variables as they can be > stale due to the packet having skb->cb initialized earlier and then > transmitted through the bridge device. Similar memset is already done on > bridge's

Re: [Bridge] [PATCH net] net: bridge: clear bridge's private skb space on xmit

2020-08-03 Thread David Miller
From: Nikolay Aleksandrov Date: Fri, 31 Jul 2020 19:26:16 +0300 > We need to clear all of the bridge private skb variables as they can be > stale due to the packet being recirculated through the stack and then > transmitted through the bridge device. Similar memset is already done on > bridge's