mt76: mt7615: re-enable offloading of sequence number assignment
Felix Fietkau authored

Preparation for supporting more offload features
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
a28bef56
Name Last commit Last update
Documentation Merge tag 'wireless-drivers-next-2020-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
LICENSES LICENSES: Rename other to deprecated
arch arch, net: remove the last csum_partial_copy() leftovers
block Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-block
certs .gitignore: add SPDX License Identifier
crypto net: make ->{get,set}sockopt in proto_ops optional
drivers mt76: mt7615: re-enable offloading of sequence number assignment
fs Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into bpf-next
include qed: add support for the extended speed and FEC modes
init kbuild: fix CONFIG_CC_CAN_LINK(_STATIC) for cross-compilation with Clang
ipc mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
kernel Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into bpf-next
lib arch, net: remove the last csum_partial_copy() leftovers
mm Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
net net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default values
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
security integrity/ima: switch to using __kernel_read
sound Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools tc-testing: Add tdc to kselftests
usr bpfilter: match bit size of bpfilter_umh to that of the kernel
virt kvm: use more precise cast and do not drop __user
.clang-format block: add bio_for_each_bvec_all()
.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.