1. 15 11月, 2014 1 次提交
  2. 21 10月, 2014 1 次提交
    • F
      net: make skb_gso_segment error handling more robust · 330966e5
      Florian Westphal 提交于
      skb_gso_segment has three possible return values:
      1. a pointer to the first segmented skb
      2. an errno value (IS_ERR())
      3. NULL.  This can happen when GSO is used for header verification.
      
      However, several callers currently test IS_ERR instead of IS_ERR_OR_NULL
      and would oops when NULL is returned.
      
      Note that these call sites should never actually see such a NULL return
      value; all callers mask out the GSO bits in the feature argument.
      
      However, there have been issues with some protocol handlers erronously not
      respecting the specified feature mask in some cases.
      
      It is preferable to get 'have to turn off hw offloading, else slow' reports
      rather than 'kernel crashes'.
      Signed-off-by: NFlorian Westphal <fw@strlen.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      330966e5
  3. 06 10月, 2014 3 次提交
  4. 20 9月, 2014 1 次提交
  5. 16 9月, 2014 4 次提交
  6. 04 9月, 2014 1 次提交
  7. 03 9月, 2014 1 次提交
  8. 08 8月, 2014 1 次提交
  9. 30 7月, 2014 1 次提交
  10. 25 7月, 2014 1 次提交
  11. 24 7月, 2014 1 次提交
  12. 17 7月, 2014 1 次提交
  13. 02 7月, 2014 1 次提交
  14. 01 7月, 2014 1 次提交
  15. 30 6月, 2014 1 次提交
  16. 23 5月, 2014 9 次提交
  17. 17 5月, 2014 1 次提交
  18. 28 3月, 2014 1 次提交
  19. 15 3月, 2014 1 次提交
  20. 16 2月, 2014 2 次提交
  21. 15 2月, 2014 2 次提交
  22. 05 2月, 2014 4 次提交