summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-0/+4
|\
| * be2net: Check for POST state in suspend-resume sequenceSarveshwar Bandi2013-08-261-0/+4
* | be2net: set and query VEB/VEPA mode of the PF interfaceAjit Khaparde2013-09-043-13/+108
* | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-301-9/+9
* | be2net: implement ethtool set/get_channel hooksSathya Perla2013-08-273-32/+104
* | be2net: refactor be_setup() to consolidate queue creation routinesSathya Perla2013-08-272-58/+50Star
* | be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not createdSathya Perla2013-08-271-24/+85
* | be2net: refactor be_get_resources() codeSathya Perla2013-08-276-189/+229
* | be2net: Fixup profile management routinesVasundhara Volam2013-08-272-59/+88
* | be2net: use EQ_CREATEv2 for SH-RSathya Perla2013-08-274-39/+18Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-1/+1
|\|
| * be2net: fix disabling TX in be_close()Sathya Perla2013-08-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-172-0/+9
|\|
| * be2net: Clear any capability flags that driver is not interested in.Sarveshwar Bandi2013-08-152-0/+9
* | be2net: update driver versionSathya Perla2013-08-071-1/+1
* | be2net: Initialize "status" in be_cmd_get_die_temperature()Vasundhara Volam2013-08-071-1/+1
* | be2net: fixup log msgs for async eventsVasundhara Volam2013-08-071-2/+4
* | be2net: Fix displaying supported speeds for BE2Vasundhara Volam2013-08-071-0/+6
* | be2net: don't limit max MAC and VLAN countsVasundhara Volam2013-08-071-7/+0Star
* | be2net: Do not call get_die_temperature cmd for VFVasundhara Volam2013-08-071-1/+2
* | be2net: Adding more speeds reported by get_settingsVasundhara Volam2013-08-072-1/+10
* | be2net: Staticize local functionsJingoo Han2013-08-053-19/+20
* | be2net: don't use dev_err when AER enabling failsIvan Vecera2013-07-301-1/+1
* | be2net: delete primary MAC address while unloadingSathya Perla2013-07-251-3/+5
* | be2net: use SET/GET_MAC_LIST for SH-RSathya Perla2013-07-253-36/+50
* | be2net: refactor MAC-addr setup codeSathya Perla2013-07-253-58/+48Star
* | be2net: fix pmac_id for BE3 VFsSathya Perla2013-07-251-0/+4
* | be2net: allow VFs to program MAC and VLAN filtersSathya Perla2013-07-253-0/+53
* | be2net: fix MAC address modification for VFSathya Perla2013-07-253-38/+73
|/
* be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi2013-07-161-4/+10
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-291-2/+2
* be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla2013-06-201-27/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-0/+3
|\
| * be2net: Fix 32-bit DMA Mask handlingSomnath Kotur2013-06-131-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-064-30/+34
|\|
| * be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hookSomnath Kotur2013-05-312-28/+26Star
| * be2net: Mark checksum fail for IP fragmented packetsSomnath Kotur2013-05-313-2/+8
* | be2net: Implement initiate FW dump feature for LancerSomnath Kotur2013-06-016-35/+105
* | be2net: Trim padded packets for LancerSomnath Kotur2013-05-281-1/+3
* | be2net: Pad skb to meet min Tx pkt size in lancerSomnath Kotur2013-05-281-0/+10
* | be2net: cleanup be_get_drvinfo()Somnath Kotur2013-05-283-7/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-252-22/+9Star
|\|
| * be2net: bug fix on returning an invalid nic descriptorWei Yang2013-05-241-9/+4Star
| * be2net: Avoid double insertion of vlan tags.Sarveshwar Bandi2013-05-141-13/+5Star
* | be2net: refactor HW workarounds in be_xmit()Sathya Perla2013-05-241-24/+38
|/
* 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/+1Star
* be2net: fix payload_len value for GET_MAC_LIST cmd reqSathya Perla2013-05-081-3/+2Star
* 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