summaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorTom Herbert2014-08-28 06:26:46 +0200
committerDavid S. Miller2014-08-30 05:41:11 +0200
commit77cffe23c1f88835f6bd7b47bfa0c060c2969828 (patch)
tree5ba7913e3c831eee16f1c115d83392102d024e67 /samples/Kconfig
parentnet: Allocate a new 16 bits for flags in skbuff (diff)
downloadkernel-qcow2-linux-77cffe23c1f88835f6bd7b47bfa0c060c2969828.tar.gz
kernel-qcow2-linux-77cffe23c1f88835f6bd7b47bfa0c060c2969828.tar.xz
kernel-qcow2-linux-77cffe23c1f88835f6bd7b47bfa0c060c2969828.zip
net: Clarification of CHECKSUM_UNNECESSARY
This patch: - Clarifies the specific requirements of devices returning CHECKSUM_UNNECESSARY (comments in skbuff.h). - Adds csum_level field to skbuff. This is used to express how many checksums are covered by CHECKSUM_UNNECESSARY (stores n - 1). This replaces the overloading of skb->encapsulation, that field is is now only used to indicate inner headers are valid. - Change __skb_checksum_validate_needed to "consume" each checksum as indicated by csum_level as layers of the the packet are parsed. - Remove skb_pop_rcv_encapsulation, no longer needed in the new csum_level model. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples/Kconfig')
0 files changed, 0 insertions, 0 deletions