1. 12 May, 2021 1 commit
    • Paolo Abeni's avatar
      net: really orphan skbs tied to closing sk · 098116e7
      Paolo Abeni authored
      If the owing socket is shutting down - e.g. the sock reference
      count already dropped to 0 and only sk_wmem_alloc is keeping
      the sock alive, skb_orphan_partial() becomes a no-op.
      
      When forwarding packets over veth with GRO enabled, the above
      causes refcount errors.
      
      This change addresses the issue with a plain skb_orphan() call
      in the critical scenario.
      
      Fixes: 9adc89af ("net: let skb_orphan_partial wake-up waiters.")
      Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      098116e7
  2. 11 May, 2021 34 commits
  3. 10 May, 2021 5 commits