summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
...
* | ibmvnic: Increase maximum queue size limitThomas Falcon2018-10-021-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-191-5/+10
* | net: ibm: remove redundant local variables 'act_nr_of_entries' and 'act_pages'zhong jiang2018-09-201-3/+1Star
* | net: ibm: remove a redundant local variable 'k'zhong jiang2018-09-201-2/+1Star
* | net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0Star
* | net: ibm: fix return type of ndo_start_xmit functionYueHaibing2018-09-193-6/+7
* | net/ibm/emac: Remove VLA usageKees Cook2018-09-142-1/+8
* | net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang2018-09-131-1/+1
|/
* net/ibm/emac: wrong emac_calc_base call was used by typoIvan Mikhaylov2018-09-041-3/+3
* 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-072-176/+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
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* 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-252-4/+98
* | 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-252-0/+11
* | 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
* ibmvnic: Handle all login error conditionsNathan Fontenot2018-04-132-21/+35
* ibmvnic: Define vnic_login_client_data name field as unsized arrayKees Cook2018-04-131-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/+6Star
* ibmvnic: Disable irqs before exiting reset from closed stateJohn Allen2018-04-021-10/+18
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-262-5/+4Star
* ibmvnic: Potential NULL dereference in clean_one_tx_pool()Dan Carpenter2018-03-261-1/+1
* ibmvnic: Remove unused TSO resources in TX pool structureThomas Falcon2018-03-181-2/+0Star
* ibmvnic: Update TX pool cleaning routineThomas Falcon2018-03-181-16/+24
* ibmvnic: Improve TX buffer accountingThomas Falcon2018-03-181-9/+21
* ibmvnic: Update TX and TX completion routinesThomas Falcon2018-03-182-27/+29
* ibmvnic: Update TX pool initialization routineThomas Falcon2018-03-181-42/+48
* ibmvnic: Update release TX pool routineThomas Falcon2018-03-181-7/+12
* ibmvnic: Update and clean up reset TX pool routineThomas Falcon2018-03-181-20/+25