aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
AgeCommit message (Expand)AuthorFilesLines
2014-09-13be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP1-2/+21
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli4-16/+73
2014-09-13be2net: add ethtool "-m" option supportMark Leonard3-19/+109
2014-09-13be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2-1/+7
2014-09-13be2net: fix RX fragment posting for jumbo framesAjit Khaparde1-7/+15
2014-09-13be2net: replace strcpy with strlcpyVasundhara Volam1-4/+6
2014-09-13be2net: fix some log messagesVasundhara Volam3-12/+9
2014-09-02be2net: query max_tx_qs for BE3 super-nic profile from FWSuresh Reddy1-2/+12
2014-09-02be2net: define macro for_all_tx_queues_on_eq()Sathya Perla2-3/+7
2014-09-02be2net: get rid of TX budgetSathya Perla2-21/+11
2014-09-02be2net: make be_cmd_get_regs() return a statusVasundhara Volam2-6/+6
2014-09-02be2net: define BE_MAX_MTUKalesh AP2-7/+9
2014-09-02be2net: remove unncessary gotosKalesh AP1-10/+6
2014-09-02be2net: fix log messages in lancer FW download pathKalesh AP1-19/+11
2014-09-02be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam3-1/+5
2014-09-02be2net: Add TX completion error statistics in ethtoolKalesh AP4-0/+92
2014-09-02be2net: add a description for counter rx_input_fifo_overflow_dropSathya Perla1-0/+5
2014-09-02be2net: shorten AMAP_GET/SET_BITS() macro callsSathya Perla2-69/+58
2014-09-02be2net: add a few log messagesSathya Perla2-8/+16
2014-08-29benet: Set skb->csum_level for encapsulated checksumTom Herbert1-2/+2
2014-08-29be2net: Use dev_consume_skb_any() in the non-drop pathRick Jones1-1/+1
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