summaryrefslogtreecommitdiffstats
path: root/net/sctp/offload.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-10/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* | sctp: deduplicate identical skb_checksum_opsMatteo Croce2019-05-301-6/+1Star
|/
* sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-141-0/+1
* net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-091-1/+1
* gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-221-0/+3
* net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-201-0/+1
* skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-201-0/+6
* sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long2017-01-251-1/+1
* sctp: fix GSO for IPv6Marcelo Ricardo Leitner2016-07-171-1/+22
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-041-0/+98