aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27be2net: implement ethtool set/get_channel hooksSathya Perla3-32/+104
2013-08-27be2net: refactor be_setup() to consolidate queue creation routinesSathya Perla2-58/+50
2013-08-27be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not createdSathya Perla1-24/+85
2013-08-27be2net: refactor be_get_resources() codeSathya Perla6-189/+229
2013-08-27be2net: Fixup profile management routinesVasundhara Volam2-59/+88
2013-08-27be2net: use EQ_CREATEv2 for SH-RSathya Perla4-39/+18
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-22be2net: fix disabling TX in be_close()Sathya Perla1-1/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+9
2013-08-15be2net: Clear any capability flags that driver is not interested in.Sarveshwar Bandi2-0/+9
2013-08-07be2net: update driver versionSathya Perla1-1/+1
2013-08-07be2net: Initialize "status" in be_cmd_get_die_temperature()Vasundhara Volam1-1/+1
2013-08-07be2net: fixup log msgs for async eventsVasundhara Volam1-2/+4
2013-08-07be2net: Fix displaying supported speeds for BE2Vasundhara Volam1-0/+6
2013-08-07be2net: don't limit max MAC and VLAN countsVasundhara Volam1-7/+0
2013-08-07be2net: Do not call get_die_temperature cmd for VFVasundhara Volam1-1/+2
2013-08-07be2net: Adding more speeds reported by get_settingsVasundhara Volam2-1/+10
2013-08-05be2net: Staticize local functionsJingoo Han3-19/+20
2013-07-30be2net: don't use dev_err when AER enabling failsIvan Vecera1-1/+1
2013-07-24be2net: delete primary MAC address while unloadingSathya Perla1-3/+5
2013-07-24be2net: use SET/GET_MAC_LIST for SH-RSathya Perla3-36/+50
2013-07-24be2net: refactor MAC-addr setup codeSathya Perla3-58/+48
2013-07-24be2net: fix pmac_id for BE3 VFsSathya Perla1-0/+4
2013-07-24be2net: allow VFs to program MAC and VLAN filtersSathya Perla3-0/+53
2013-07-24be2net: fix MAC address modification for VFSathya Perla3-38/+73
2013-07-16be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi1-4/+10
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang1-2/+2
2013-06-19be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla1-27/+4
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-06-13be2net: Fix 32-bit DMA Mask handlingSomnath Kotur1-0/+3
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-30/+34
2013-05-31be2net: Implement initiate FW dump feature for LancerSomnath Kotur6-35/+105
2013-05-30be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hookSomnath Kotur2-28/+26
2013-05-30be2net: Mark checksum fail for IP fragmented packetsSomnath Kotur3-2/+8
2013-05-27be2net: Trim padded packets for LancerSomnath Kotur1-1/+3
2013-05-27be2net: Pad skb to meet min Tx pkt size in lancerSomnath Kotur1-0/+10
2013-05-27be2net: cleanup be_get_drvinfo()Somnath Kotur3-7/+8
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-22/+9
2013-05-23be2net: refactor HW workarounds in be_xmit()Sathya Perla1-24/+38
2013-05-23be2net: bug fix on returning an invalid nic descriptorWei Yang1-9/+4
2013-05-14be2net: Avoid double insertion of vlan tags.Sarveshwar Bandi1-13/+5
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