aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/offload.c
AgeCommit message (Expand)Author
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2021-01-16sctp: remove the NETIF_F_SG flag before calling skb_segmentXin Long
2020-10-30udp: support sctp over udp in skb_udp_tunnel_segmentXin Long
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-02-13sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long
2018-03-09net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti
2017-01-25sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long
2016-07-16sctp: fix GSO for IPv6Marcelo Ricardo Leitner
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner