summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* be2net: Fix be_vlan_add/rem_vid() routinesSomnath Kotur2014-01-211-13/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-2/+9
|\
| * be2net: add dma_mapping_error() check for dma_map_page()Ivan Vecera2014-01-151-2/+9
* | be2net: update driver version to 10.0.xSathya Perla2014-01-151-1/+1
* | be2net: cleanup wake-on-lan codeSuresh Reddy2014-01-154-35/+19
* | be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-idSuresh Reddy2014-01-153-17/+23
* | be2net: do not use frag index in the RX-compl entrySuresh Reddy2014-01-152-22/+9
* | be2net: Remove "10Gbps" from driver description stringSuresh Reddy2014-01-151-1/+1
* | be2net: fix incorrect setting of cmd_privileges for VFsSuresh Reddy2014-01-153-11/+15
* | be2net: ignore mac-addr set call for an already programmed mac-addrVasundhara Volam2014-01-151-0/+6
* | be2net: do not call be_set/get_fw_log_level() on Skyhawk-RVasundhara Volam2014-01-154-97/+82
* | be2net: Log the profile-id used by FW during driver initializationVasundhara Volam2014-01-153-0/+55
* | be2net: don't set "pport" field when querying "pvid"Vasundhara Volam2014-01-151-1/+1
* | be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-RVasundhara Volam2014-01-152-16/+15
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-063-22/+43
|\ \ | |/
| * be2net: fix max_evt_qs calculation for BE3 in SR-IOV configSuresh Reddy2014-01-062-4/+9
| * be2net: increase the timeout value for loopback-test FW cmdSuresh Reddy2014-01-063-12/+22
| * be2net: disable RSS when number of RXQs is reduced to 1 via set-channelsVasundhara Volam2014-01-062-6/+12
* | net: benet: slight optimization of addr comparedingtianhong2013-12-311-1/+1
* | net: emulex-benet calls skb_set_hashTom Herbert2013-12-181-2/+2
|/
* be2net: Free/delete pmacs (in be_clear()) only if they existSomnath Kotur2013-12-061-8/+15
* be2net: Fix Lancer error recovery to distinguish FW downloadSomnath Kotur2013-12-062-4/+17
* be2net: call napi_disable() for all event queuesIvan Vecera2013-11-281-2/+2
* Revert "be2net: call napi_disable() for all event queues"David S. Miller2013-11-281-1/+1
* be2net: call napi_disable() for all event queuesIvan Vecera2013-11-281-1/+1
* be2net: Avoid programming permenant MAC by BE3-R VFsAjit Khaparde2013-11-232-6/+5
* be2net: set coalesce-wm in CQ_CREATE_V2 cmdAjit Khaparde2013-11-231-0/+7
* be2net: Disabling and enabling interrupts in suspend and resumeAjit Khaparde2013-11-231-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-193-4/+21
|\
| * be2net: Delete secondary unicast MAC addresses during be_closeAjit Khaparde2013-11-181-0/+5
| * be2net: Fix unconditional enabling of Rx interface optionsAjit Khaparde2013-11-183-4/+16
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+4
|\ \
| * | net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+4
* | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-10/+2
|\ \ \ | |_|/ |/| |
| * | DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King2013-09-211-10/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-042-0/+16
|\ \ \
| * | | be2net: Warn users of possible broken functionality on BE2 cards with very ol...Somnath Kotur2013-10-272-0/+15
| | |/ | |/|
| * | be2net: pass if_id for v1 and V2 versions of TX_CREATE cmdVasundhara Volam2013-10-181-1/+2
* | | net/benet: Make lancer_wait_ready() staticGavin Shan2013-10-292-2/+1
* | | net/benet: Remove interface typeGavin Shan2013-10-292-6/+0
* | | be2net: add support for ndo_busy_pollSathya Perla2013-10-272-18/+187
* | | net: be2net: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* | | be2net: Rework PCIe error report log messagingAjit Khaparde2013-10-191-3/+5
* | | be2net: change the driver version number to 4.9.224.0Ajit Khaparde2013-10-091-1/+1
* | | be2net: Display RoCE specific counters in ethtool -SAjit Khaparde2013-10-093-1/+19
* | | be2net: Call version 2 of GET_STATS ioctl for Skyhawk-RAjit Khaparde2013-10-093-9/+155
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-014-31/+60
|\ \ \ | |/ /
| * | be2net: Fix to display the VLAN priority for a VFAjit Khaparde2013-09-271-2/+2
| * | be2net: Fix to configure VLAN priority for a VF interface.Ajit Khaparde2013-09-271-10/+11
| * | be2net: Fix to allow VLAN configuration on VF interfaces.Ajit Khaparde2013-09-271-9/+0
OpenPOWER on IntegriCloud