summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP2014-08-034-12/+65
* be2net: ignore VF mac address setting for the same macVasundhara Volam2014-08-031-0/+6
* be2net: ignore get/set profile FW cmd failuresSathya Perla2014-08-031-30/+37
* be2net: update driver version to 10.4Sathya Perla2014-07-181-1/+1
* be2net: use adapter->flags to track SRIOV stateVasundhara Volam2014-07-182-1/+6
* be2net: avoid SRIOV config for BE2 chipVasundhara Volam2014-07-181-0/+2
* be2net: use be_max_vfs() macro to access max-vfsVasundhara Volam2014-07-181-1/+1
* be2net: use "if (!foo)" test styleKalesh AP2014-07-181-8/+8
* be2net: remove unused structures in be_cmds.hKalesh AP2014-07-181-29/+0Star
* be2net: reduce arguments passed to FW-cmd routinesKalesh AP2014-07-183-22/+13Star
* be2net: update UE bit description stringsVasundhara Volam2014-07-181-13/+13
* be2net: fix return status of some ndo methodsKalesh AP2014-07-181-16/+27
* be2net: fix return status of some ethtool methodsKalesh AP2014-07-182-5/+9
* be2net: return -ENOMEM for memory allocation failuresKalesh AP2014-07-181-2/+2
* be2net: return -ETIMEDOUT when a FW-cmd times outKalesh AP2014-07-181-2/+2
* be2net: fix error status for FW-downloadKalesh AP2014-07-181-3/+3
* be2net: use -ENETDOWN error status when interface is downKalesh AP2014-07-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-1/+1
|\
| * be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy2014-07-111-1/+1
* | be2net: re-enable vlan filtering mode asapKalesh AP2014-07-031-9/+4Star
* | be2net: create optimal number of queues on SR-IOV configVasundhara Volam2014-07-034-75/+178
* | be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam2014-07-034-5/+35
* | be2net: remove be_cmd_get_profile_config_mbox/mccq() variantsVasundhara Volam2014-07-031-67/+14Star
|/
* be2net: fix qnq mode detection on VFsSuresh Reddy2014-06-233-6/+4Star
* Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-033-3/+4
|\
| * ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings2014-05-193-3/+4
* | be2net: cleanup MCC async event processing codeSathya Perla2014-05-312-70/+67Star
* | be2net: move async cmd processing to a separate routineSathya Perla2014-05-311-33/+55
* | be2net: re-factor MCCQ error status handling codeKalesh AP2014-05-313-45/+57
* | be2net: support flashing new regions on Skyhawk-RVasundhara Volam2014-05-314-107/+188
* | be2net: fixup TX-rate setting code for Skyhawk-RRavikumar Nelavelli2014-05-313-38/+81
* | be2net: skip multicast promiscuos setting in already setKalesh AP2014-05-312-13/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-0/+6
|\ \
| * | be2net: enable interrupts in EEH resumeKalesh AP2014-05-141-0/+6
* | | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-8/+13
| |/ |/|
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* | be2net: use MCCQ instead of MBOX in be_cmd_rss_config()Kalesh AP2014-05-091-7/+10
* | be2net: include rx-compl error counter in ethtool statsKalesh AP2014-05-091-0/+1
* | be2net: remove unused code in be_cmd_vlan_config()Kalesh AP2014-05-093-10/+5Star
* | be2net: covert vlan array to bit-mapRavikumar Nelavelli2014-05-092-11/+10Star
* | be2net: fix line wrap and function call indentation in be_ethtool.cSathya Perla2014-05-091-58/+42Star
* | be2net: fix function call indentation in be_cmds.cSathya Perla2014-05-091-161/+179
* | be2net: fix line wrap and function call indentation in be_main.cSathya Perla2014-05-091-103/+101Star
* | be2net: Support for configurable RSS hash keyVenkata Duvvuru2014-04-235-31/+113
|/
* be2net: Fix invocation of be_close() after be_clear()Kalesh AP2014-04-142-0/+9
* be2net: Fix to reap TX compls till HW doesn't respond for some timeVasundhara Volam2014-04-141-4/+5
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-042-0/+9
|\
| * be2net: Add abi version between be2net and ocrdmaDevesh Sharma2014-04-032-0/+9
* | be2net: fix build dependency on VxLANSathya Perla2014-04-012-1/+19
* | be2net: csum, tso and rss steering offload support for VxLANSathya Perla2014-03-283-9/+125