summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
...
* be2net: avoid napi_disable() when it has not been enabledSomnath Kotur2013-05-022-2/+7
* be2net: Fix firmware download for LancerSomnath Kotur2013-05-021-1/+1
* be2net: Fix to receive Multicast Packets when Promiscuous mode is enabled on ...Ajit Khaparde2013-05-021-2/+4
* be2net: Fix to show tx priority pause counter in ethtool -SAjit Khaparde2013-05-022-0/+2
* be2net: Fix to use 32-bit stats to report rx_drops_no_fragmentAjit Khaparde2013-05-021-6/+17
* be2net: Fix to use version 2 of cq_create for SkyHawk-R devicesAjit Khaparde2013-05-022-14/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-305-34/+180
|\
| * be2net: Fix to show wol disabled/enabled state correctly.Sarveshwar Bandi2013-04-291-1/+2
| * be2net: Fixed memory leakSuresh Reddy2013-04-291-16/+22
| * be2net: Fix PVID tag offload for packets with inline VLAN tag.Ajit Khaparde2013-04-251-0/+8
| * be2net: fix a Tx stall bug caused by a specific ipv6 packetAjit Khaparde2013-04-254-7/+144
| * be2net: Remove an incorrect pvid check in TxAjit Khaparde2013-04-251-10/+4Star
* | be2net: FLR must be first cmd issued to Lancer FWKalesh AP2013-04-291-11/+11
* | be2net: Use GET_FUNCTION_CONFIG V1 cmdKalesh AP2013-04-292-2/+5
* | be2net: Avoid diagnostic test in certain versions of firmware to avoid NIC fr...Suresh Reddy2013-04-271-0/+6
* | be2net: Renamed rx_address_mismatch_errors to rx_address_filteredSuresh Reddy2013-04-274-14/+14
* | be2net: Add support for setting and getting rx flow hash optionsSuresh Reddy2013-04-275-11/+177
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-231-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-223-26/+93
* | be2net: Avoid flashing BE3 UFI on BE3-R chip.Vasundhara Volam2013-04-225-16/+37
* | be2net: Don't log "Out of MCCQ wrbs" errorVasundhara Volam2013-04-221-3/+1Star
* | be2net: Use TXQ_CREATE_V2 cmdVasundhara Volam2013-04-225-54/+41Star
* | 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
* | be2net: remove unused variable 'sge'Ivan Vecera2013-04-111-2/+0Star
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-8/+6Star
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-153-15/+4Star
* | be2net: Use new F/W mailbox cmd to manipulate interrupts.Somnath Kotur2013-03-153-8/+50
* | be2net: enable interrupts in be_probe() (RoCE and other ULPs need them)Somnath Kotur2013-03-151-11/+10Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-124-22/+29
|\|
| * be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3Sathya Perla2013-03-064-8/+22
| * benet: Wait f/w POST until timeoutGavin Shan2013-03-061-17/+10Star
* | be2net: Update copyright yearVasundhara Volam2013-03-078-8/+8
|/
* be2net: remove BUG_ON() in be_mcc_compl_is_new()Sathya Perla2013-02-131-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-052-5/+5
|\
| * be2net: Updating Module Author string and log message string to "Emulex Corpo...Sarveshwar Bandi2013-01-292-5/+5
* | be2net: update driver version to 4.6.xSathya Perla2013-02-041-1/+1
* | be2net: fix re-loaded PF driver to re-gain control of its VFsSathya Perla2013-02-043-64/+153
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-152-9/+21
|\|
| * be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla2013-01-132-9/+21
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-6/+6
|/
* be2net: fix wrong frag_idx reported by RX CQSathya Perla2012-12-192-7/+33
* be2net: fix be_close() to ensure all events are ack'edSathya Perla2012-12-192-9/+17
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* be2net: remove __dev* attributesBill Pemberton2012-12-031-2/+2
* be2net: fix INTx ISR for interrupt behaviour on BE2Sathya Perla2012-11-281-31/+23Star
* be2net: fix a possible events_get() race on BE2Sathya Perla2012-11-231-4/+7