aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-3/+20
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-02be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP4-12/+65
2014-08-02be2net: ignore VF mac address setting for the same macVasundhara Volam1-0/+6
2014-08-02be2net: ignore get/set profile FW cmd failuresSathya Perla1-30/+37
2014-08-01be2net: Issue shutdown event to ocrdma driverDevesh Sharma4-3/+20
2014-07-17be2net: update driver version to 10.4Sathya Perla1-1/+1
2014-07-17be2net: use adapter->flags to track SRIOV stateVasundhara Volam2-1/+6
2014-07-17be2net: avoid SRIOV config for BE2 chipVasundhara Volam1-0/+2
2014-07-17be2net: use be_max_vfs() macro to access max-vfsVasundhara Volam1-1/+1
2014-07-17be2net: use "if (!foo)" test styleKalesh AP1-8/+8
2014-07-17be2net: remove unused structures in be_cmds.hKalesh AP1-29/+0
2014-07-17be2net: reduce arguments passed to FW-cmd routinesKalesh AP3-22/+13
2014-07-17be2net: update UE bit description stringsVasundhara Volam1-13/+13
2014-07-17be2net: fix return status of some ndo methodsKalesh AP1-16/+27
2014-07-17be2net: fix return status of some ethtool methodsKalesh AP2-5/+9
2014-07-17be2net: return -ENOMEM for memory allocation failuresKalesh AP1-2/+2
2014-07-17be2net: return -ETIMEDOUT when a FW-cmd times outKalesh AP1-2/+2
2014-07-17be2net: fix error status for FW-downloadKalesh AP1-3/+3
2014-07-17be2net: use -ENETDOWN error status when interface is downKalesh AP1-2/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-11be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy1-1/+1
2014-07-02be2net: re-enable vlan filtering mode asapKalesh AP1-9/+4
2014-07-02be2net: create optimal number of queues on SR-IOV configVasundhara Volam4-75/+178
2014-07-02be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam4-5/+35
2014-07-02be2net: remove be_cmd_get_profile_config_mbox/mccq() variantsVasundhara Volam1-67/+14
2014-06-23be2net: fix qnq mode detection on VFsSuresh Reddy3-6/+4
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-nextDavid S. Miller3-3/+4
2014-05-30be2net: cleanup MCC async event processing codeSathya Perla2-70/+67
2014-05-30be2net: move async cmd processing to a separate routineSathya Perla1-33/+55
2014-05-30be2net: re-factor MCCQ error status handling codeKalesh AP3-45/+57
2014-05-30be2net: support flashing new regions on Skyhawk-RVasundhara Volam4-107/+188
2014-05-30be2net: fixup TX-rate setting code for Skyhawk-RRavikumar Nelavelli3-38/+81
2014-05-30be2net: skip multicast promiscuos setting in already setKalesh AP2-13/+19
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty1-8/+13
2014-05-19ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings3-3/+4
2014-05-14be2net: enable interrupts in EEH resumeKalesh AP1-0/+6
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-09be2net: use MCCQ instead of MBOX in be_cmd_rss_config()Kalesh AP1-7/+10
2014-05-09be2net: include rx-compl error counter in ethtool statsKalesh AP1-0/+1
2014-05-09be2net: remove unused code in be_cmd_vlan_config()Kalesh AP3-10/+5
2014-05-09be2net: covert vlan array to bit-mapRavikumar Nelavelli2-11/+10
2014-05-09be2net: fix line wrap and function call indentation in be_ethtool.cSathya Perla1-58/+42
2014-05-09be2net: fix function call indentation in be_cmds.cSathya Perla1-161/+179
2014-05-09be2net: fix line wrap and function call indentation in be_main.cSathya Perla1-103/+101
2014-04-22be2net: Support for configurable RSS hash keyVenkata Duvvuru5-31/+113
2014-04-14be2net: Fix invocation of be_close() after be_clear()Kalesh AP2-0/+9
2014-04-14be2net: Fix to reap TX compls till HW doesn't respond for some timeVasundhara Volam1-4/+5