aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-07-15 21:29:08 -0700
committerDavid S. Miller <davem@davemloft.net>2017-07-15 21:29:08 -0700
commit533da29b584de5ae0e9dafafbe52809f59cb5300 (patch)
tree5f8729e923872327c2a12f47a9f3693b7874aa88 /net/netfilter/core.c
parentdt-bindings: net: Remove duplicate NSP Ethernet MAC binding document (diff)
parentnet: bcmgenet: Free skb after last Tx frag (diff)
downloadlinux-dev-533da29b584de5ae0e9dafafbe52809f59cb5300.tar.xz
linux-dev-533da29b584de5ae0e9dafafbe52809f59cb5300.zip
Merge branch 'bcmgenet-Fragmented-SKB-corrections'
Doug Berger says: ==================== bcmgenet: Fragmented SKB corrections Two issues were observed in a review of the bcmgenet driver support for fragmented SKBs which are addressed by this patch set. The first addresses a problem that could occur if the driver is not able to DMA map a fragment of the SKB. This would be a highly unusual event but it would leave the hardware descriptors in an invalid state which should be prevented. The second is a hazard that could occur if the driver is able to reclaim the first control block of a fragmented SKB before all of its fragments have completed processing by the hardware. In this case the SKB could be freed leading to reuse of memory that is still in use by hardware. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/core.c')
0 files changed, 0 insertions, 0 deletions