This set of patches is an additional set of updates and bug fixes to
the ibmvnic driver which applies on top of the previous set of updates
sent out on 4/19.
---
Murilo Fossa Vicentini (1):
ibmvnic: Insert header on VLAN tagged received frame
Nathan Fontenot (4):
ibmvnic: Only retrieve error info if present
ibmvnic: Move initialization of the stats token to ibmvnic_open
ibmvnic: Add set_link_state routine for setting adapter link state
ibmvnic: Validate napi exist before disabling them
Thomas Falcon (2):
ibmvnic: Set real number of rx queues
ibmvnic: Free skb's in cases of failure in transmit
drivers/net/ethernet/ibm/ibmvnic.c | 223 ++++++++++++++++++++++++++++--------
drivers/net/ethernet/ibm/ibmvnic.h | 3
2 files changed, 175 insertions(+), 51 deletions(-)
--
-Nathan Fontenot