summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm (follow)
Commit message (Expand)AuthorAgeFilesLines
* ibmvnic: Move initialization of sub crqs to ibmvnic_initNathan Fontenot2017-04-261-11/+12
* ibmvnic: Split initialization of scrqs to its own routineNathan Fontenot2017-04-261-47/+54
* ibmvnic: Free skb's in cases of failure in transmitThomas Falcon2017-04-241-3/+15
* ibmvnic: Validate napi exist before disabling themNathan Fontenot2017-04-241-2/+4
* ibmvnic: Add set_link_state routine for setting adapter link stateNathan Fontenot2017-04-242-14/+58
* ibmvnic: Move initialization of the stats token to ibmvnic_openNathan Fontenot2017-04-241-6/+4
* ibmvnic: Only retrieve error info if presentNathan Fontenot2017-04-241-20/+51
* ibmvnic: Insert header on VLAN tagged received frameMurilo Fossa Vicentini2017-04-242-1/+22
* ibmvnic: Set real number of rx queuesThomas Falcon2017-04-241-5/+21
* ibmvnic: Remove unused bouce bufferNathan Fontenot2017-04-212-57/+0
* ibmvnic: Allocate zero-filled memory for sub crqsNathan Fontenot2017-04-211-6/+3
* ibmvnic: Disable irq prior to closeBrian King2017-04-211-0/+18
* ibmvnic: Correct crq and resource releasingNathan Fontenot2017-04-211-3/+6
* ibmvnic: Remove inflight listNathan Fontenot2017-04-212-88/+19
* ibmvnic: Do not disable IRQ after scheduling taskletBrian King2017-04-211-19/+6
* ibmvnic: Fixup atomic API usageBrian King2017-04-211-6/+4
* ibmvnic: Unmap longer term buffer before freeBrian King2017-04-211-1/+1
* ibmvnic: Fix ibmvnic_change_mac_addr struct formatMurilo Fossa Vicentini2017-04-212-3/+4
* ibmvnic: Report errors when failing to release sub-crqsThomas Falcon2017-04-211-0/+6
* net: emac: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-2/+1
* net: ibm: emac: remove unused sysrq handler for 'c' keyEric Biggers2017-04-055-305/+0
* ibmvnic: Cleanup failure path in ibmvnic_openNathan Fontenot2017-03-311-32/+19
* ibmvnic: Create init/release routines for stats tokenNathan Fontenot2017-03-311-12/+34
* ibmvnic: Merge the two release_sub_crq_queue routinesNathan Fontenot2017-03-311-32/+22
* ibmvnic: Create init and release routines for the rx poolNathan Fontenot2017-03-311-103/+101
* ibmvnic: Create init and release routines for the tx poolNathan Fontenot2017-03-311-56/+78
* ibmvnic: Create init and release routines for the bounce bufferNathan Fontenot2017-03-311-27/+50
* ibmvnic: Update main crq initialization and releaseNathan Fontenot2017-03-311-7/+15
* ibmvnic: Remove debugfs supportNathan Fontenot2017-03-302-658/+0
* net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapterTobias Klauser2017-03-281-1/+0
* net: ibmveth: Remove unused stats member from struct ibmveth_adapterTobias Klauser2017-03-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-0/+2
|\
| * ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqsNathan Fontenot2017-03-171-0/+2
* | ibmvnic: Correct ibmvnic handling of device open/closeJohn Allen2017-03-222-48/+67
* | ibmvnic: Move ibmvnic adapter intialization to its own routineJohn Allen2017-03-221-50/+60
* | ibmvnic: Move login to its own routineJohn Allen2017-03-221-8/+20
* | ibmvnic: Move login and queue negotiation into ibmvnic_openJohn Allen2017-03-221-45/+43
|/
* net: ibm: emac: fix regression caused by emac_dt_phy_probe()Christian Lamparter2017-03-091-8/+17
* ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon2017-03-071-8/+8
* ibmvnic: Fix overflowing firmware/hardware TX queueThomas Falcon2017-03-072-1/+27
* net: emac: add support for device-tree based PHY discovery and setupChristian Lamparter2017-02-223-7/+252
* ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqsThomas Falcon2017-02-202-2/+15
* ibmvnic: Use common counter for capabilities checksThomas Falcon2017-02-202-35/+39
* ibmvnic: Handle processing of CRQ messages in a taskletThomas Falcon2017-02-202-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-171-22/+21
|\
| * ibmvnic: Fix endian errors in error reporting outputThomas Falcon2017-02-151-4/+4
| * ibmvnic: Fix endian error when requesting device capabilitiesThomas Falcon2017-02-151-2/+2
| * ibmvnic: Fix initial MTU settingsThomas Falcon2017-02-141-7/+5
| * ibmvnic: Call napi_disable instead of napi_enable in failure pathNathan Fontenot2017-02-121-1/+1
| * ibmvnic: Initialize completion variables before starting workNathan Fontenot2017-02-121-8/+9