1. 15 4月, 2019 7 次提交
  2. 13 4月, 2019 32 次提交
  3. 12 4月, 2019 1 次提交
    • D
      Merge branch 'sctp-skb-list' · 8af9f729
      David S. Miller 提交于
      David Miller says:
      
      ====================
      SCTP: Event skb list overhaul.
      
      This patch series eliminates the explicit reference to the skb list
      implementation via skb->prev dereferences.
      
      The approach used is to pass a non-empty skb list around instead of an
      event skb object which may or may not be on a list.
      
      I'd like to thank Marcelo Leitner, Xin Long, and Neil Horman for
      reviewing previous versions of this series.
      
      Testing would be very much appreciated, in addition to the review of
      course.
      
      v4 --> v5: Rebase to net-next
      
      v3 --> v4: Fix the logic in patch #4 so that we don't miss cases
                 where we should add event to the on-stack temp list.
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8af9f729