summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c
Commit message (Expand)AuthorAgeFilesLines
* be2net: fix disabling TX in be_close()Sathya Perla2013-09-141-1/+1
* be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi2013-07-281-4/+10
* be2net: Fix 32-bit DMA Mask handlingSomnath Kotur2013-06-131-0/+3
* be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hookSomnath Kotur2013-05-301-25/+23
* be2net: Mark checksum fail for IP fragmented packetsSomnath Kotur2013-05-301-1/+6
* be2net: Avoid double insertion of vlan tags.Sarveshwar Bandi2013-05-141-13/+5
* be2net: disable TX in be_close()Sathya Perla2013-05-081-0/+2
* be2net: fix EQ from getting full while cleaning RX CQSathya Perla2013-05-081-6/+1
* be2net: provision VF resources before enabling SR-IOVSathya Perla2013-05-081-8/+13
* be2net: Fix to fail probe if MSI-X enable fails for a VFSomnath Kotur2013-05-021-7/+15
* be2net: avoid napi_disable() when it has not been enabledSomnath Kotur2013-05-021-2/+6
* be2net: Fix to show tx priority pause counter in ethtool -SAjit Khaparde2013-05-021-0/+1
* be2net: Fix to use 32-bit stats to report rx_drops_no_fragmentAjit Khaparde2013-05-021-6/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-17/+104
|\
| * be2net: Fix PVID tag offload for packets with inline VLAN tag.Ajit Khaparde2013-04-241-0/+8
| * be2net: fix a Tx stall bug caused by a specific ipv6 packetAjit Khaparde2013-04-241-7/+92
| * be2net: Remove an incorrect pvid check in TxAjit Khaparde2013-04-241-10/+4
* | be2net: FLR must be first cmd issued to Lancer FWKalesh AP2013-04-291-11/+11
* | be2net: Renamed rx_address_mismatch_errors to rx_address_filteredSuresh Reddy2013-04-261-7/+7
* | be2net: Add support for setting and getting rx flow hash optionsSuresh Reddy2013-04-261-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-2/+3
|\|
| * be2net: take care of __vlan_put_tag return valueIvan Vecera2013-04-121-2/+3
* | be2net: enable IOMMU pass through for be2netCraig Hada2013-04-221-0/+5
* | be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-RVasundhara Volam2013-04-221-2/+8
* | be2net: Avoid flashing BE3 UFI on BE3-R chip.Vasundhara Volam2013-04-221-12/+30
* | be2net: Use TXQ_CREATE_V2 cmdVasundhara Volam2013-04-221-5/+6
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-3/+3
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+2
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-8/+6
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-5/+1
* | be2net: Use new F/W mailbox cmd to manipulate interrupts.Somnath Kotur2013-03-151-8/+17
* | be2net: enable interrupts in be_probe() (RoCE and other ULPs need them)Somnath Kotur2013-03-151-11/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-0/+10
|\|
| * be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3Sathya Perla2013-03-061-0/+10
* | be2net: Update copyright yearVasundhara Volam2013-03-071-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-1/+1
|\
| * be2net: Updating Module Author string and log message string to "Emulex Corpo...Sarveshwar Bandi2013-01-291-1/+1
* | be2net: fix re-loaded PF driver to re-gain control of its VFsSathya Perla2013-02-041-64/+100
|/
* be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla2013-01-121-9/+20
* be2net: fix wrong frag_idx reported by RX CQSathya Perla2012-12-181-6/+32
* be2net: fix be_close() to ensure all events are ack'edSathya Perla2012-12-181-9/+12
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* be2net: remove __dev* attributesBill Pemberton2012-12-031-2/+2
* be2net: fix INTx ISR for interrupt behaviour on BE2Sathya Perla2012-11-281-31/+23
* be2net: fix a possible events_get() race on BE2Sathya Perla2012-11-231-4/+7
* be2net: remove adapter->eq_next_idxSathya Perla2012-11-071-2/+0
* be2net: remove roce on lancerSathya Perla2012-11-071-15/+1
* be2net: fix access to SEMAPHORE regSathya Perla2012-11-071-9/+0
* be2net: re-factor bar mapping codeSathya Perla2012-11-071-95/+42