summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmvnic.c
Commit message (Expand)AuthorAgeFilesLines
* ibmvnic: Unmap DMA address of TX descriptor buffers after useThomas Falcon2019-08-181-9/+2Star
* ibmvnic: Fix unchecked return codes of memory allocationsThomas Falcon2019-06-101-6/+7
* ibmvnic: Refresh device multicast list after resetThomas Falcon2019-06-101-0/+3
* ibmvnic: Do not close unopened driver during resetThomas Falcon2019-06-101-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114Thomas Gleixner2019-05-241-12/+1Star
* net/ibmvnic: Update carrier state after link state changeThomas Falcon2019-05-111-5/+4Star
* net/ibmvnic: Update MAC address settings after adapter resetThomas Falcon2019-05-111-25/+28
* ibmvnic: Add device identification to requested IRQsMurilo Fossa Vicentini2019-04-281-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-7/+25
|\
| * ibmvnic: Fix netdev feature clobbering during a resetThomas Falcon2019-04-101-6/+24
| * ibmvnic: Enable GROThomas Falcon2019-04-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-2/+3
|\|
| * ibmvnic: Fix completion structure initializationThomas Falcon2019-04-051-2/+3
* | ibmvnic: remove set but not used variable 'netdev'YueHaibing2019-04-051-2/+0Star
* | ibmvnic: Report actual backing device speed and duplex valuesMurilo Fossa Vicentini2019-03-191-12/+81
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-8/+10
|\
| * ibmvnic: Fix non-atomic memory allocation in IRQ contextThomas Falcon2018-12-111-1/+1
| * ibmvnic: Convert reset work item mutex to spin lockThomas Falcon2018-12-111-7/+9
* | net/ibmvnic: Remove tests of member addressWen Yang2018-12-141-5/+2Star
|/
* net/ibmvnic: Fix RTNL deadlock during device resetThomas Falcon2018-12-041-1/+1
* ibmvnic: Update driver queues after change in ring size supportThomas Falcon2018-11-221-1/+8
* ibmvnic: Fix RX queue buffer cleanupThomas Falcon2018-11-221-2/+2
* net/ibmnvic: Fix deadlock problem in resetJuliet Kim2018-11-201-38/+21Star
* ibmvnic: fix accelerated VLAN handlingMichał Mirosław2018-11-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-16/+0Star
|\
| * ibmvnic: remove ndo_poll_controllerEric Dumazet2018-09-281-16/+0Star
* | ibmvnic: Add ethtool private flag for driver-defined queue limitsThomas Falcon2018-10-021-35/+94
* | net: ibm: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-2/+2
|/
* ibmvnic: Include missing return code checks in reset functionThomas Falcon2018-09-011-3/+9
* ibmvnic: Update firmware error reporting with cause stringThomas Falcon2018-08-071-4/+30
* ibmvnic: Remove code to request error informationThomas Falcon2018-08-071-143/+1Star
* ibmvnic: Fix error recovery on login failureJohn Allen2018-07-161-2/+2
* ibmvnic: Revise RX/TX queue error messagesThomas Falcon2018-07-161-12/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-7/+15
|\
| * ibmvnic: Fix partial success login retriesThomas Falcon2018-05-251-1/+6
| * ibmvnic: Only do H_EOI for mobility eventsNathan Fontenot2018-05-231-6/+9
* | ibmvnic: Introduce hard reset recoveryThomas Falcon2018-05-251-4/+97
* | ibmvnic: Set resetting state at earliest possible pointThomas Falcon2018-05-251-2/+1Star
* | ibmvnic: Create separate initialization routine for resetsThomas Falcon2018-05-251-2/+46
* | ibmvnic: Handle error case when setting link stateThomas Falcon2018-05-251-0/+4
* | ibmvnic: Return error code if init interrupted by transport eventThomas Falcon2018-05-251-1/+4
* | ibmvnic: Check CRQ command return codesThomas Falcon2018-05-251-14/+37
* | ibmvnic: Introduce active CRQ stateThomas Falcon2018-05-251-0/+10
* | ibmvnic: Mark NAPI flag as disabled when releasedThomas Falcon2018-05-251-0/+1
|/
* ibmvnic: Fix statistics buffers memory leakThomas Falcon2018-05-171-9/+15
* ibmvnic: Fix non-fatal firmware error resetThomas Falcon2018-05-171-2/+1Star
* ibmvnic: Free coherent DMA memory if FW map failedThomas Falcon2018-05-171-0/+1
* ibmvnic: Clean actual number of RX or TX poolsThomas Falcon2018-04-231-2/+2
* ibmvnic: Clear pending interrupt after device resetThomas Falcon2018-04-161-4/+11
* ibmvnic: Do not notify peers on parameter change resetsNathan Fontenot2018-04-131-1/+2