aboutsummaryrefslogtreecommitdiff
path: root/include/net/checksum.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-11powerpc/net: Implement powerpc specific csum_shift() to remove branchGravatar Christophe Leroy 1-0/+2
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failureGravatar Paul Blakey 1-0/+5
2022-02-19net: Force inlining of checksum functions in net/checksum.hGravatar Christophe Leroy 1-23/+24
2021-12-06net: fix recent csum changesGravatar Eric Dumazet 1-0/+4
2021-06-10csum_and_copy_to_iter(): massage into form closer to csum_and_copy_from_iter()Gravatar Al Viro 1-6/+8
2020-08-20saner calling conventions for csum_and_copy_..._user()Gravatar Al Viro 1-9/+6
2020-08-20csum_partial_copy_nocheck(): drop the last argumentGravatar Al Viro 1-2/+2
2020-08-20unify generic instances of csum_partial_copy_nocheck()Gravatar Al Viro 1-0/+9
2020-05-29default csum_and_copy_to_user(): don't bother with access_ok()Gravatar Al Viro 1-4/+2
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hGravatar Al Viro 1-6/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2017-01-20csum: eliminate sparse warning in remcsum_unadjust()Gravatar Lance Richardson 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-03-13csum: Update csum_block_add to use rotate instead of byteswapGravatar Alexander Duyck 1-6/+6
2016-03-08bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellGravatar Daniel Borkmann 1-0/+5
2015-12-13rco: Clean up casting errorsGravatar Tom Herbert 1-1/+2
2015-08-17net: Add inet_proto_csum_replace_by_diff utility functionGravatar Tom Herbert 1-0/+2
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolGravatar Tom Herbert 1-3/+3
2015-05-17net: fix sparse error in csum_replace4()Gravatar Eric Dumazet 1-1/+3
2015-02-11net: Fix remcsum in GRO path to not change packetGravatar Tom Herbert 1-0/+5
2014-11-26net: Add remcsum_adjust as common function for remote checksum offloadGravatar Tom Herbert 1-0/+16
2014-09-26net: optimise csum_replace4()Gravatar LEROY Christophe 1-3/+1
2014-05-05net: Allow csum_add to be provided in archGravatar Tom Herbert 1-0/+2
2014-03-24net: optimize csum_replace2()Gravatar Eric Dumazet 1-2/+21
2013-11-04net: checksum: fix warning in skb_checksumGravatar Daniel Borkmann 1-0/+5
2013-11-03net: skb_checksum: allow custom update/combine for walking skbGravatar Daniel Borkmann 1-0/+6
2013-07-31checksum: Remove extern from function prototypesGravatar Joe Perches 1-5/+5
2012-08-30net: core: add function for incremental IPv6 pseudo header checksum updatesGravatar Patrick McHardy 1-0/+3
2008-11-19include/net net/ - csum_partial - remove unnecessary castsGravatar Joe Perches 1-1/+1
2008-01-28[NET]: Move netfilter checksum helpers to net/core/utils.cGravatar Patrick McHardy 1-0/+25
2006-12-02[NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Gravatar Al Viro 1-0/+1
2006-12-02[NET]: Generic checksum annotations and cleanups.Gravatar Al Viro 1-17/+25
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+87