aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-30/+0
2018-10-01ibmvnic: Add ethtool private flag for driver-defined queue limitsThomas Falcon2-35/+100
2018-10-01ibmvnic: Introduce driver limits for ring sizesThomas Falcon1-0/+1
2018-10-01ibmvnic: Increase maximum queue size limitThomas Falcon1-1/+1
2018-09-28ibmvnic: remove ndo_poll_controllerEric Dumazet1-16/+0
2018-09-28ehea: remove ndo_poll_controllerEric Dumazet1-14/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2018-09-19net: ibm: remove redundant local variables 'act_nr_of_entries' and 'act_pages'zhong jiang1-3/+1
2018-09-19net: ibm: remove a redundant local variable 'k'zhong jiang1-2/+1
2018-09-18net: ethernet: remove redundant includezhong jiang1-1/+0
2018-09-18net: ibm: fix return type of ndo_start_xmit functionYueHaibing3-6/+7
2018-09-18net: emac: fix fixed-link setup for the RTL8363SB switchChristian Lamparter1-5/+10
2018-09-13net/ibm/emac: Remove VLA usageKees Cook2-1/+8
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2018-09-03net/ibm/emac: wrong emac_calc_base call was used by typoIvan Mikhaylov1-3/+3
2018-08-31ibmvnic: Include missing return code checks in reset functionThomas Falcon1-3/+9
2018-08-07ibmvnic: Update firmware error reporting with cause stringThomas Falcon1-4/+30
2018-08-07ibmvnic: Remove code to request error informationThomas Falcon2-176/+1
2018-07-16ibmvnic: Fix error recovery on login failureJohn Allen1-2/+2
2018-07-16ibmvnic: Revise RX/TX queue error messagesThomas Falcon1-12/+27
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+15
2018-05-25ibmvnic: Fix partial success login retriesThomas Falcon1-1/+6
2018-05-24ibmvnic: Introduce hard reset recoveryThomas Falcon2-4/+98
2018-05-24ibmvnic: Set resetting state at earliest possible pointThomas Falcon1-2/+1
2018-05-24ibmvnic: Create separate initialization routine for resetsThomas Falcon1-2/+46
2018-05-24ibmvnic: Handle error case when setting link stateThomas Falcon1-0/+4
2018-05-24ibmvnic: Return error code if init interrupted by transport eventThomas Falcon1-1/+4
2018-05-24ibmvnic: Check CRQ command return codesThomas Falcon1-14/+37
2018-05-24ibmvnic: Introduce active CRQ stateThomas Falcon2-0/+11
2018-05-24ibmvnic: Mark NAPI flag as disabled when releasedThomas Falcon1-0/+1
2018-05-23ibmvnic: Only do H_EOI for mobility eventsNathan Fontenot1-6/+9
2018-05-17ibmvnic: Fix statistics buffers memory leakThomas Falcon1-9/+15
2018-05-17ibmvnic: Fix non-fatal firmware error resetThomas Falcon1-2/+1
2018-05-17ibmvnic: Free coherent DMA memory if FW map failedThomas Falcon1-0/+1
2018-04-22ibmvnic: Clean actual number of RX or TX poolsThomas Falcon1-2/+2
2018-04-16ibmvnic: Clear pending interrupt after device resetThomas Falcon1-4/+11
2018-04-12ibmvnic: Do not notify peers on parameter change resetsNathan Fontenot1-1/+2
2018-04-12ibmvnic: Handle all login error conditionsNathan Fontenot2-21/+35
2018-04-12ibmvnic: Define vnic_login_client_data name field as unsized arrayKees Cook1-6/+6
2018-04-08ibmvnic: Do not reset CRQ for Mobility driver resetsNathan Fontenot1-23/+32
2018-04-08ibmvnic: Fix failover case for non-redundant configurationThomas Falcon2-8/+30
2018-04-08ibmvnic: Fix reset scheduler error handlingThomas Falcon1-10/+29
2018-04-08ibmvnic: Zero used TX descriptor counter on resetThomas Falcon1-0/+1
2018-04-08ibmvnic: Fix DMA mapping mistakesThomas Falcon1-8/+6
2018-04-01ibmvnic: Disable irqs before exiting reset from closed stateJohn Allen1-10/+18
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches2-5/+4
2018-03-25ibmvnic: Potential NULL dereference in clean_one_tx_pool()Dan Carpenter1-1/+1
2018-03-17ibmvnic: Remove unused TSO resources in TX pool structureThomas Falcon1-2/+0
2018-03-17ibmvnic: Update TX pool cleaning routineThomas Falcon1-16/+24