net: qualcomm: rmnet: show that an intermediate sum is zero
Alex Elder authored

This patch simply demonstrates that a checksum value computed when
verifying an offloaded transport checksum value for both IPv4 and
IPv6 is (normally) 0.  It can be squashed into the next patch.
Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
9d0407bc
Name Last commit Last update
Documentation net: phy: Add 25G BASE-R interface mode
LICENSES LICENSES: Add the CC-BY-4.0 license
arch s390/qeth: remove QAOB's pointer to its TX buffer
block Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block
certs Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
drivers net: qualcomm: rmnet: show that an intermediate sum is zero
fs proc: Check /proc/$pid/attr/ writes against file opener
include wwan: add interface creation support
init Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
ipc ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
kernel Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
lib lib: kunit: suppress a compilation warning of frame size
mm userfaultfd: hugetlbfs: fix new flag usage in error path
net wwan: add interface creation support
samples samples: pktgen: add UDP tx checksum support
scripts kbuild: Quote OBJCOPY var to avoid a pahole call break the build
security trusted-keys: match tpm_get_ops on all return paths
sound Merge tag 'sound-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools vsock_test: add SOCK_SEQPACKET tests
usr .gitignore: prefix local generated files with a slash
virt kvm: Cap halt polling at kvm->max_halt_poll_ns
.clang-format Merge tag 'cxl-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.