summaryrefslogtreecommitdiffstats
path: root/include/net/checksum.h
Commit message (Expand)AuthorAgeFilesLines
* net: checksum: drop the linux/uaccess.h includeJakub Kicinski2023-01-271-1/+3
* powerpc/net: Implement powerpc specific csum_shift() to remove branchChristophe Leroy2022-03-111-0/+2
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-241-0/+5
* net: Force inlining of checksum functions in net/checksum.hChristophe Leroy2022-02-191-23/+24
* net: fix recent csum changesEric Dumazet2021-12-061-0/+4
* csum_and_copy_to_iter(): massage into form closer to csum_and_copy_from_iter()Al Viro2021-06-101-6/+8
* saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-9/+6
* csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-201-2/+2
* unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-0/+9
* default csum_and_copy_to_user(): don't bother with access_ok()Al Viro2020-05-291-4/+2
* take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-291-6/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* csum: eliminate sparse warning in remcsum_unadjust()Lance Richardson2017-01-201-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* csum: Update csum_block_add to use rotate instead of byteswapAlexander Duyck2016-03-131-6/+6
* bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann2016-03-081-0/+5
* rco: Clean up casting errorsTom Herbert2015-12-131-1/+2
* net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert2015-08-171-0/+2
* net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-171-3/+3
* net: fix sparse error in csum_replace4()Eric Dumazet2015-05-171-1/+3
* net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-111-0/+5
* net: Add remcsum_adjust as common function for remote checksum offloadTom Herbert2014-11-261-0/+16
* net: optimise csum_replace4()LEROY Christophe2014-09-261-3/+1
* net: Allow csum_add to be provided in archTom Herbert2014-05-051-0/+2
* net: optimize csum_replace2()Eric Dumazet2014-03-241-2/+21
* net: checksum: fix warning in skb_checksumDaniel Borkmann2013-11-041-0/+5
* net: skb_checksum: allow custom update/combine for walking skbDaniel Borkmann2013-11-031-0/+6
* checksum: Remove extern from function prototypesJoe Perches2013-07-311-5/+5
* net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy2012-08-301-0/+3
* include/net net/ - csum_partial - remove unnecessary castsJoe Perches2008-11-191-1/+1
* [NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy2008-01-281-0/+25
* [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit.Al Viro2006-12-021-0/+1
* [NET]: Generic checksum annotations and cleanups.Al Viro2006-12-021-17/+25
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+87