diff options
author | 2015-05-19 15:40:21 +0200 | |
---|---|---|
committer | 2015-05-19 15:46:21 +0200 | |
commit | 22d3a3c829fa9ecdb493d1f1f2838d543f8d86a3 (patch) | |
tree | d8961aabf48478add145e56acc0683fec328f9b1 /scripts/gdb/linux/modules.py | |
parent | mac80211: move WEP tailroom size check (diff) | |
download | wireguard-linux-22d3a3c829fa9ecdb493d1f1f2838d543f8d86a3.tar.xz wireguard-linux-22d3a3c829fa9ecdb493d1f1f2838d543f8d86a3.zip |
mac80211: don't use napi_gro_receive() outside NAPI context
No matter how the driver manages its NAPI context, there's no way
sending frames to it from a timer can be correct, since it would
corrupt the internal GRO lists.
To avoid that, always use the non-NAPI path when releasing frames
from the timer.
Cc: stable@vger.kernel.org
Reported-by: Jean Trivelly <jean.trivelly@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions