https://github.com/torvalds/linux
Revision c846ad9b880ece01bb4d8d07ba917734edf0324f authored by Ben Greear on 19 April 2013, 10:45:52 UTC, committed by David S. Miller on 19 April 2013, 21:57:49 UTC
If one does do something unfortunate and allow a
bad offload bug into the kernel, this the
skb_warn_bad_offload can effectively live-lock the
system, filling the logs with the same error over
and over.

Add rate limitation to this so that box remains otherwise
functional in this case.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent b261c20
History
Tip revision: c846ad9b880ece01bb4d8d07ba917734edf0324f authored by Ben Greear on 19 April 2013, 10:45:52 UTC
net: rate-limit warn-bad-offload splats.
Tip revision: c846ad9
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.0 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 244.0 KB
Makefile -rw-r--r-- 47.0 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top