Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 1 | -10/+1 |
|\ | |||||
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 1 | -10/+1 |
* | | sctp: deduplicate identical skb_checksum_ops | Matteo Croce | 2019-05-30 | 1 | -6/+1 |
|/ | |||||
* | sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment | Xin Long | 2019-02-13 | 1 | -0/+1 |
* | net: use skb_is_gso_sctp() instead of open-coding | Daniel Axtens | 2018-03-09 | 1 | -1/+1 |
* | gso: validate gso_type in GSO handlers | Willem de Bruijn | 2018-01-22 | 1 | -0/+3 |
* | net: use skb->csum_not_inet to identify packets needing crc32c | Davide Caratti | 2017-05-19 | 1 | -0/+1 |
* | skbuff: add stub to help computing crc32c on SCTP packets | Davide Caratti | 2017-05-19 | 1 | -0/+6 |
* | sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segment | Xin Long | 2017-01-25 | 1 | -1/+1 |
* | sctp: fix GSO for IPv6 | Marcelo Ricardo Leitner | 2016-07-16 | 1 | -1/+22 |
* | sctp: Add GSO support | Marcelo Ricardo Leitner | 2016-06-03 | 1 | -0/+98 |