]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'af_iucv-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2019 20:26:33 +0000 (16:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2019 20:26:33 +0000 (16:26 -0400)
commit99838e602bc8e96e452319d4ad2b4fbd7b7a1e3c
tree4a8e26a016df3c714c781189045c89a0d2e7516e
parent48620e341659f6e4b978ec229f6944dabe6df709
parent06996c1d4088a0d5f3e7789d7f96b4653cc947cc
Merge branch 'af_iucv-fixes'

Julian Wiedmann says:

====================
net/af_iucv: fixes 2019-06-18

I spent a few cycles on transmit problems for af_iucv over regular
netdevices - please apply the following fixes to -net.

The first patch allows for skb allocations outside of GFP_DMA, while the
second patch respects that drivers might use skb_cow_head() and/or want
additional dev->needed_headroom.
Patch 3 is for a separate issue, where we didn't setup some of the
netdevice-specific infrastructure when running as a z/VM guest.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>