summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* be2net: fix alignment on line wrapKalesh AP2014-09-223-10/+11
* be2net: remove multiple assignments on a single lineKalesh AP2014-09-223-8/+12
* be2net: remove space after typecastsKalesh AP2014-09-222-5/+5
* be2net: remove unnecessary blank lines after an open braceKalesh AP2014-09-222-5/+0Star
* be2net: insert a blank line after function/struct//enum definitionsKalesh AP2014-09-222-0/+5
* be2net: remove multiple blank linesKalesh AP2014-09-223-4/+0Star
* be2net: add blank line after declarationsKalesh AP2014-09-224-0/+38
* be2net: remove return statements for void functionsKalesh AP2014-09-222-5/+0Star
* be2net: add speed reporting for 20G-KR interfaceVasundhara Volam2014-09-222-0/+8
* be2net: add speed reporting for 40G/KR interfaceKalesh AP2014-09-221-0/+7
* be2net: fix sparse warnings in be_cmd_req_port_type{}Suresh Reddy2014-09-221-2/+2
* be2net: fix a sparse warning in be_cmd_modify_eqd()Kalesh AP2014-09-221-2/+2
* be2net: enable PCIe error reporting on VFs tooKalesh AP2014-09-131-5/+3Star
* be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP2014-09-131-2/+21
* be2net: fix port-type reporting in get_settingsRavikumar Nelavelli2014-09-134-16/+73
* be2net: add ethtool "-m" option supportMark Leonard2014-09-133-19/+109
* be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2014-09-132-1/+7
* be2net: fix RX fragment posting for jumbo framesAjit Khaparde2014-09-131-7/+15
* be2net: replace strcpy with strlcpyVasundhara Volam2014-09-131-4/+6
* be2net: fix some log messagesVasundhara Volam2014-09-133-12/+9Star
* be2net: query max_tx_qs for BE3 super-nic profile from FWSuresh Reddy2014-09-021-2/+12
* be2net: define macro for_all_tx_queues_on_eq()Sathya Perla2014-09-022-3/+7
* be2net: get rid of TX budgetSathya Perla2014-09-022-21/+11Star
* be2net: make be_cmd_get_regs() return a statusVasundhara Volam2014-09-022-6/+6
* be2net: define BE_MAX_MTUKalesh AP2014-09-022-7/+9
* be2net: remove unncessary gotosKalesh AP2014-09-021-10/+6Star
* be2net: fix log messages in lancer FW download pathKalesh AP2014-09-021-19/+11Star
* be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam2014-09-023-1/+5
* be2net: Add TX completion error statistics in ethtoolKalesh AP2014-09-024-0/+92
* be2net: add a description for counter rx_input_fifo_overflow_dropSathya Perla2014-09-021-0/+5
* be2net: shorten AMAP_GET/SET_BITS() macro callsSathya Perla2014-09-022-69/+58Star
* be2net: add a few log messagesSathya Perla2014-09-022-8/+16
* benet: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-301-2/+2
* be2net: Use dev_consume_skb_any() in the non-drop pathRick Jones2014-08-301-1/+1
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-151-1/+1
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-144-3/+20
|\ \ | |/ |/|
| * be2net: Issue shutdown event to ocrdma driverDevesh Sharma2014-08-024-3/+20
* | 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