Miscellaneous fixes and improvements on the ibmvnic driver. Thomas Falcon (4): ibmvnic: properly start and stop tx queues ibmvnic: dispose irq mappings ibmvnic: simplify and improve driver probe function ibmvnic: Fix passive VNIC server login process
drivers/net/ethernet/ibm/ibmvnic.c | 231 +++++++++++++++++++++++++++---------- drivers/net/ethernet/ibm/ibmvnic.h | 2 + 2 files changed, 169 insertions(+), 64 deletions(-) -- v2: implemented John Allen's suggestions for a simpler while loop in the 3rd and 4th patch 1.8.3.1