index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
checksum.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-27
net: checksum: drop the linux/uaccess.h include
Jakub Kicinski
1
-1
/
+3
2022-03-11
powerpc/net: Implement powerpc specific csum_shift() to remove branch
Christophe Leroy
1
-0
/
+2
2022-02-24
openvswitch: Fix setting ipv6 fields causing hw csum failure
Paul Blakey
1
-0
/
+5
2022-02-19
net: Force inlining of checksum functions in net/checksum.h
Christophe Leroy
1
-23
/
+24
2021-12-07
net: fix recent csum changes
Eric Dumazet
1
-0
/
+4
2021-06-10
csum_and_copy_to_iter(): massage into form closer to csum_and_copy_from_iter()
Al Viro
1
-6
/
+8
2020-08-20
saner calling conventions for csum_and_copy_..._user()
Al Viro
1
-9
/
+6
2020-08-20
csum_partial_copy_nocheck(): drop the last argument
Al Viro
1
-2
/
+2
2020-08-20
unify generic instances of csum_partial_copy_nocheck()
Al Viro
1
-0
/
+9
2020-05-29
default csum_and_copy_to_user(): don't bother with access_ok()
Al Viro
1
-4
/
+2
2020-05-29
take the dummy csum_and_copy_from_user() into net/checksum.h
Al Viro
1
-6
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2017-01-20
csum: eliminate sparse warning in remcsum_unadjust()
Lance Richardson
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-03-13
csum: Update csum_block_add to use rotate instead of byteswap
Alexander Duyck
1
-6
/
+6
2016-03-08
bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as well
Daniel Borkmann
1
-0
/
+5
2015-12-14
rco: Clean up casting errors
Tom Herbert
1
-1
/
+2
2015-08-18
net: Add inet_proto_csum_replace_by_diff utility function
Tom Herbert
1
-0
/
+2
2015-08-18
net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool
Tom Herbert
1
-3
/
+3
2015-05-17
net: fix sparse error in csum_replace4()
Eric Dumazet
1
-1
/
+3
2015-02-12
net: Fix remcsum in GRO path to not change packet
Tom Herbert
1
-0
/
+5
2014-11-26
net: Add remcsum_adjust as common function for remote checksum offload
Tom Herbert
1
-0
/
+16
2014-09-27
net: optimise csum_replace4()
LEROY Christophe
1
-3
/
+1
2014-05-05
net: Allow csum_add to be provided in arch
Tom Herbert
1
-0
/
+2
2014-03-24
net: optimize csum_replace2()
Eric Dumazet
1
-2
/
+21
2013-11-05
net: checksum: fix warning in skb_checksum
Daniel Borkmann
1
-0
/
+5
2013-11-04
net: skb_checksum: allow custom update/combine for walking skb
Daniel Borkmann
1
-0
/
+6
2013-08-01
checksum: Remove extern from function prototypes
Joe Perches
1
-5
/
+5
2012-08-30
net: core: add function for incremental IPv6 pseudo header checksum updates
Patrick McHardy
1
-0
/
+3
2008-11-20
include/net net/ - csum_partial - remove unnecessary casts
Joe Perches
1
-1
/
+1
2008-01-29
[NET]: Move netfilter checksum helpers to net/core/utils.c
Patrick McHardy
1
-0
/
+25
2006-12-03
[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.
Al Viro
1
-0
/
+1
2006-12-03
[NET]: Generic checksum annotations and cleanups.
Al Viro
1
-17
/
+25
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+87