aboutsummaryrefslogtreecommitdiff
path: root/net/sctp/offload.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09net: use skb_is_gso_sctp() instead of open-codingGravatar Daniel Axtens 1-1/+1
2018-01-22gso: validate gso_type in GSO handlersGravatar Willem de Bruijn 1-0/+3
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cGravatar Davide Caratti 1-0/+1
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsGravatar Davide Caratti 1-0/+6
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentGravatar Xin Long 1-1/+1
2016-07-16sctp: fix GSO for IPv6Gravatar Marcelo Ricardo Leitner 1-1/+22
2016-06-03sctp: Add GSO supportGravatar Marcelo Ricardo Leitner 1-0/+98