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-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
* 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