Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: tso: add UDP segmentation support | Eric Dumazet | 2020-06-18 | 1 | -11/+18 |
* | net: tso: cache transport header length | Eric Dumazet | 2020-06-18 | 1 | -4/+7 |
* | net: tso: constify tso_count_descs() and friends | Eric Dumazet | 2020-06-18 | 1 | -3/+3 |
* | net: Use skb accessors in network core | Matthew Wilcox (Oracle) | 2019-07-22 | 1 | -4/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | net: tso: add support for IPv6 | emmanuel.grumbach@intel.com | 2015-10-26 | 1 | -5/+13 |
* | net: tso: fix unaligned access to crafted TCP header in helper API | Karl Beldan | 2014-10-22 | 1 | -1/+2 |
* | net: tso: Export symbols for modular build | Sachin Kamat | 2014-05-30 | 1 | -0/+5 |
* | net: Add a software TSO helper API | Ezequiel Garcia | 2014-05-22 | 1 | -0/+72 |