aboutsummaryrefslogtreecommitdiff
path: root/net/core/tso.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-18net: tso: add UDP segmentation supportGravatar Eric Dumazet 1-11/+18
2020-06-18net: tso: cache transport header lengthGravatar Eric Dumazet 1-4/+7
2020-06-18net: tso: constify tso_count_descs() and friendsGravatar Eric Dumazet 1-3/+3
2019-07-22net: Use skb accessors in network coreGravatar Matthew Wilcox (Oracle) 1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-10-26net: tso: add support for IPv6Gravatar emmanuel.grumbach@intel.com 1-5/+13
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIGravatar Karl Beldan 1-1/+2
2014-05-30net: tso: Export symbols for modular buildGravatar Sachin Kamat 1-0/+5
2014-05-22net: Add a software TSO helper APIGravatar Ezequiel Garcia 1-0/+72