mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
The SCTP checksum is really a CRC and is very different from the standards 1's complement checksum that serves as the checksum for IP protocols. This offload interface is also very different. Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC to highlight these differences. The term CSUM should be reserved in the stack to refer to the standard 1's complement IP checksum. Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
55dc5a9f2f
commit
53692b1de4
@@ -175,7 +175,7 @@ static void loopback_setup(struct net_device *dev)
|
||||
| NETIF_F_UFO
|
||||
| NETIF_F_HW_CSUM
|
||||
| NETIF_F_RXCSUM
|
||||
| NETIF_F_SCTP_CSUM
|
||||
| NETIF_F_SCTP_CRC
|
||||
| NETIF_F_HIGHDMA
|
||||
| NETIF_F_LLTX
|
||||
| NETIF_F_NETNS_LOCAL
|
||||
|
||||
Reference in New Issue
Block a user