summaryrefslogtreecommitdiffstats
path: root/include/net/checksum.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-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-141-1/+2
* net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert2015-08-181-0/+2
* net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-181-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-121-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/+1Star
* 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-041-0/+6
* checksum: Remove extern from function prototypesJoe Perches2013-08-011-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-201-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-031-0/+1
* [NET]: Generic checksum annotations and cleanups.Al Viro2006-12-031-17/+25
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+87