linux_dsm_epyc7002/drivers/net/sfc
Ben Hutchings 589327905c sfc: Fix assertions in efx_filter_rfs()
This function is intended to assert (when DEBUG is defined) that the
skb header area includes the header fields it's looking at, which RFS
should already have pulled.  But it uses pskb_may_pull(), which will
attempt to pull more data if necesary.  It must instead compare
skb_headlen() with the required length.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-06-25 00:43:50 +01:00
..
bitfield.h
efx.c sfc: Fix mapping of reset reasons and flags to methods 2011-06-25 00:43:48 +01:00
efx.h
enum.h sfc: Allow resets to be upgraded; use atomic ops for safety 2011-06-25 00:43:48 +01:00
ethtool.c sfc: Fix mapping of reset reasons and flags to methods 2011-06-25 00:43:48 +01:00
falcon_boards.c
falcon_xmac.c
falcon.c sfc: Fix mapping of reset reasons and flags to methods 2011-06-25 00:43:48 +01:00
filter.c sfc: Fix assertions in efx_filter_rfs() 2011-06-25 00:43:50 +01:00
filter.h
io.h
Kconfig
mac.h
Makefile
mcdi_mac.c
mcdi_pcol.h
mcdi_phy.c
mcdi.c
mcdi.h
mdio_10g.c
mdio_10g.h
mtd.c
net_driver.h sfc: Fix mapping of reset reasons and flags to methods 2011-06-25 00:43:48 +01:00
nic.c net: remove interrupt.h inclusion from netdevice.h 2011-06-06 22:55:11 -07:00
nic.h
phy.h
qt202x_phy.c
regs.h
rx.c
selftest.c
selftest.h
siena.c sfc: Fix Siena mac statistics on big endian platforms 2011-06-25 00:43:49 +01:00
spi.h
tenxpress.c
tx.c
txc43128_phy.c
workarounds.h