Go to file
Johannes Berg 8790fce4f6 iwlwifi: fix TX tracing for non-linear SKBs
When sending non-linear SKBs that should be included in the regular
TX tracing completely (and not be pushed into the tx_data tracing),
the (tracing) code didn't correctly take the fact that they were
non-linear into account and added only the skb head portion.

This probably never really triggered, since those frames we want
traced fully are most likely linear anyway, but the code gets easier
to understand and we lose an argument to the tracing function, so
overall fixing this is better.

Fixes: 206eea7833 ("iwlwifi: pcie: support frag SKBs")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2017-06-23 11:57:48 +03:00
arch bpf, arm64: take advantage of stack_depth tracking 2017-06-11 18:18:32 -04:00
block
certs
crypto
Documentation wlcore: add wl1285 compatible 2017-06-13 10:05:40 +03:00
drivers iwlwifi: fix TX tracing for non-linear SKBs 2017-06-23 11:57:48 +03:00
firmware
fs
include Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git 2017-06-22 16:29:52 +03:00
init
ipc
kernel bpf: reset id on spilled regs in clear_all_pkt_pointers 2017-06-10 19:05:45 -04:00
lib
mm
net udp: try to avoid 2 cache miss on dequeue 2017-06-12 10:01:29 -04:00
samples
scripts
security
sound
tools bpf: add bpf_set_hash helper for tc progs 2017-06-10 19:05:47 -04:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS wireless-drivers-next patches for 4.13 2017-06-12 10:14:29 -04:00
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.