linux/arch/score/include/asm
Alexander Duyck 1e94082963 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
This patch updates csum_ipv6_magic so that it correctly recognizes that
protocol is a unsigned 8 bit value.

This will allow us to better understand what limitations may or may not be
present in how we handle the data.  For example there are a number of
places that call htonl on the protocol value.  This is likely not necessary
and can be replaced with a multiplication by ntohl(1) which will be
converted to a shift by the compiler.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-03-13 23:55:13 -04:00
..
Kbuild Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile 2015-10-04 16:31:13 +01:00
asm-offsets.h
asmmacro.h
atomic.h
bitops.h
bug.h
bugs.h
cache.h
cacheflush.h
checksum.h ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short 2016-03-13 23:55:13 -04:00
cmpxchg.h
current.h
delay.h
device.h
div64.h
dma.h
elf.h
emergency-restart.h
exec.h
fixmap.h
ftrace.h
futex.h
hardirq.h
hw_irq.h
io.h
irq.h
irq_regs.h
irqflags.h
kdebug.h
kmap_types.h
linkage.h
local.h
local64.h
mmu.h
mmu_context.h
module.h
mutex.h
page.h
pci.h
percpu.h
pgalloc.h
pgtable-bits.h
pgtable.h
processor.h
ptrace.h
scoreregs.h
segment.h
setup.h
shmparam.h
string.h
switch_to.h sched, score: Remove finish_arch_switch() 2015-08-04 09:38:04 +02:00
syscalls.h
thread_info.h
timex.h
tlb.h
tlbflush.h
topology.h
uaccess.h mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled 2015-05-19 08:39:14 +02:00
ucontext.h
unaligned.h
user.h