]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dev_kfree_skb'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 04:06:56 +0000 (00:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 04:06:56 +0000 (00:06 -0400)
commit05664feb3f24e25acd3c018bd75283c22042c5f6
tree0d807cb26c2cabb40712867644d52d0e16a2a646
parent21b4950ce468cfc7d34f71327a771ec0659fd730
parent3f07306a652e63d335343a8c5eee37ca99c05a0d
Merge branch 'dev_kfree_skb'

Alexander Duyck says:

====================
Clean-up some bits related to netpoll

This patch set cleans up some minor items related to netpoll.  The first
patch addresses an Rx clean-up bug that is triggered due to an assumption
that napi->poll wouldn't be called with a budget of 0.  The other two
patches address dev_kfree_skb being called in the xmit path which isn't
valid since netpoll will call ndo_start_xmit with IRQs disabled.
====================

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