summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
* 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-192-39/+22
* ibmvnic: fix accelerated VLAN handlingMichał Mirosław2018-11-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-032-30/+0
|\
| * ibmvnic: remove ndo_poll_controllerEric Dumazet2018-09-281-16/+0
| * ehea: remove ndo_poll_controllerEric Dumazet2018-09-281-14/+0
* | ibmvnic: Add ethtool private flag for driver-defined queue limitsThomas Falcon2018-10-012-35/+100
* | ibmvnic: Introduce driver limits for ring sizesThomas Falcon2018-10-011-0/+1
* | ibmvnic: Increase maximum queue size limitThomas Falcon2018-10-011-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-5/+10
|\|
| * net: emac: fix fixed-link setup for the RTL8363SB switchChristian Lamparter2018-09-181-5/+10
* | net: ibm: remove redundant local variables 'act_nr_of_entries' and 'act_pages'zhong jiang2018-09-191-3/+1
* | net: ibm: remove a redundant local variable 'k'zhong jiang2018-09-191-2/+1
* | net: ethernet: remove redundant includezhong jiang2018-09-181-1/+0
* | net: ibm: fix return type of ndo_start_xmit functionYueHaibing2018-09-183-6/+7
* | net/ibm/emac: Remove VLA usageKees Cook2018-09-132-1/+8
* | net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang2018-09-121-1/+1
|/
* net/ibm/emac: wrong emac_calc_base call was used by typoIvan Mikhaylov2018-09-031-3/+3
* ibmvnic: Include missing return code checks in reset functionThomas Falcon2018-08-311-3/+9
* ibmvnic: Update firmware error reporting with cause stringThomas Falcon2018-08-071-4/+30
* ibmvnic: Remove code to request error informationThomas Falcon2018-08-072-176/+1
* ibmvnic: Fix error recovery on login failureJohn Allen2018-07-161-2/+2
* ibmvnic: Revise RX/TX queue error messagesThomas Falcon2018-07-161-12/+27
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-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-242-4/+98
* | ibmvnic: Set resetting state at earliest possible pointThomas Falcon2018-05-241-2/+1
* | ibmvnic: Create separate initialization routine for resetsThomas Falcon2018-05-241-2/+46
* | ibmvnic: Handle error case when setting link stateThomas Falcon2018-05-241-0/+4
* | ibmvnic: Return error code if init interrupted by transport eventThomas Falcon2018-05-241-1/+4
* | ibmvnic: Check CRQ command return codesThomas Falcon2018-05-241-14/+37
* | ibmvnic: Introduce active CRQ stateThomas Falcon2018-05-242-0/+11
* | ibmvnic: Mark NAPI flag as disabled when releasedThomas Falcon2018-05-241-0/+1
|/
* ibmvnic: Fix statistics buffers memory leakThomas Falcon2018-05-171-9/+15
* ibmvnic: Fix non-fatal firmware error resetThomas Falcon2018-05-171-2/+1
* 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-221-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-121-1/+2
* ibmvnic: Handle all login error conditionsNathan Fontenot2018-04-122-21/+35
* ibmvnic: Define vnic_login_client_data name field as unsized arrayKees Cook2018-04-121-6/+6
* ibmvnic: Do not reset CRQ for Mobility driver resetsNathan Fontenot2018-04-081-23/+32
* ibmvnic: Fix failover case for non-redundant configurationThomas Falcon2018-04-082-8/+30
* ibmvnic: Fix reset scheduler error handlingThomas Falcon2018-04-081-10/+29
* ibmvnic: Zero used TX descriptor counter on resetThomas Falcon2018-04-081-0/+1
* ibmvnic: Fix DMA mapping mistakesThomas Falcon2018-04-081-8/+6
* ibmvnic: Disable irqs before exiting reset from closed stateJohn Allen2018-04-011-10/+18