aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-08be2net: disable TX in be_close()Sathya Perla1-0/+2
2013-05-08be2net: fix EQ from getting full while cleaning RX CQSathya Perla1-6/+1
2013-05-08be2net: fix payload_len value for GET_MAC_LIST cmd reqSathya Perla1-3/+2
2013-05-08be2net: provision VF resources before enabling SR-IOVSathya Perla1-8/+13
2013-05-02be2net: Fix to fail probe if MSI-X enable fails for a VFSomnath Kotur1-7/+15
2013-05-02be2net: avoid napi_disable() when it has not been enabledSomnath Kotur2-2/+7
2013-05-02be2net: Fix firmware download for LancerSomnath Kotur1-1/+1
2013-05-02be2net: Fix to receive Multicast Packets when Promiscuous mode is enabled on certain devicesAjit Khaparde1-2/+4
2013-05-02be2net: Fix to show tx priority pause counter in ethtool -SAjit Khaparde2-0/+2
2013-05-02be2net: Fix to use 32-bit stats to report rx_drops_no_fragmentAjit Khaparde1-6/+17
2013-05-02be2net: Fix to use version 2 of cq_create for SkyHawk-R devicesAjit Khaparde2-14/+15
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-34/+180
2013-04-29be2net: FLR must be first cmd issued to Lancer FWKalesh AP1-11/+11
2013-04-29be2net: Use GET_FUNCTION_CONFIG V1 cmdKalesh AP2-2/+5
2013-04-29be2net: Fix to show wol disabled/enabled state correctly.Sarveshwar Bandi1-1/+2
2013-04-29be2net: Fixed memory leakSuresh Reddy1-16/+22
2013-04-26be2net: Avoid diagnostic test in certain versions of firmware to avoid NIC freeze.Suresh Reddy1-0/+6
2013-04-26be2net: Renamed rx_address_mismatch_errors to rx_address_filteredSuresh Reddy4-14/+14
2013-04-26be2net: Add support for setting and getting rx flow hash optionsSuresh Reddy5-11/+177
2013-04-24be2net: Fix PVID tag offload for packets with inline VLAN tag.Ajit Khaparde1-0/+8
2013-04-24be2net: fix a Tx stall bug caused by a specific ipv6 packetAjit Khaparde4-7/+144
2013-04-24be2net: Remove an incorrect pvid check in TxAjit Khaparde1-10/+4
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-04-22be2net: enable IOMMU pass through for be2netCraig Hada1-0/+5
2013-04-22be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-RVasundhara Volam3-26/+93
2013-04-22be2net: Avoid flashing BE3 UFI on BE3-R chip.Vasundhara Volam5-16/+37
2013-04-22be2net: Don't log "Out of MCCQ wrbs" errorVasundhara Volam1-3/+1
2013-04-22be2net: Use TXQ_CREATE_V2 cmdVasundhara Volam5-54/+41
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-3/+3
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-04-12be2net: take care of __vlan_put_tag return valueIvan Vecera1-2/+3
2013-04-11be2net: remove unused variable 'sge'Ivan Vecera1-2/+0
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-8/+6
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches3-15/+4
2013-03-15be2net: Use new F/W mailbox cmd to manipulate interrupts.Somnath Kotur3-8/+50
2013-03-15be2net: enable interrupts in be_probe() (RoCE and other ULPs need them)Somnath Kotur1-11/+10
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-22/+29
2013-03-07be2net: Update copyright yearVasundhara Volam8-8/+8
2013-03-06be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3Sathya Perla4-8/+22
2013-03-06benet: Wait f/w POST until timeoutGavin Shan1-17/+10
2013-02-13be2net: remove BUG_ON() in be_mcc_compl_is_new()Sathya Perla1-5/+8
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2013-02-04be2net: update driver version to 4.6.xSathya Perla1-1/+1
2013-02-04be2net: fix re-loaded PF driver to re-gain control of its VFsSathya Perla3-64/+153
2013-01-29be2net: Updating Module Author string and log message string to "Emulex Corporation"Sarveshwar Bandi2-5/+5
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+21
2013-01-12be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla2-9/+21
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-6/+6
2012-12-18be2net: fix wrong frag_idx reported by RX CQSathya Perla2-7/+33