aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-13sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long1-0/+1
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens1-1/+1
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn1-0/+3
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti1-0/+1
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti1-0/+6
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long1-1/+1
2016-07-16sctp: fix GSO for IPv6Marcelo Ricardo Leitner1-1/+22
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+98