aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-22be2net: fix alignment on line wrapKalesh AP3-10/+11
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP3-8/+12
2014-09-22be2net: remove space after typecastsKalesh AP2-5/+5
2014-09-22be2net: remove unnecessary blank lines after an open braceKalesh AP2-5/+0
2014-09-22be2net: insert a blank line after function/struct//enum definitionsKalesh AP2-0/+5
2014-09-22be2net: remove multiple blank linesKalesh AP3-4/+0
2014-09-22be2net: add blank line after declarationsKalesh AP4-0/+38
2014-09-22be2net: remove return statements for void functionsKalesh AP2-5/+0
2014-09-22be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2-0/+8
2014-09-22be2net: add speed reporting for 40G/KR interfaceKalesh AP1-0/+7
2014-09-22be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy1-2/+2
2014-09-22be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP1-2/+2
2014-09-13be2net: enable PCIe error reporting on VFs tooKalesh AP1-5/+3
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