summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-152-14/+14
* benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2014-03-121-1/+1
* be2net: update driver version to 10.2Sathya Perla2014-03-121-1/+1
* be2net: Fix vlans_added counterVasundhara Volam2014-03-121-2/+5
* be2net: Create multiple TXQs on RSS capable multi-channel BE3-R interfacesVasundhara Volam2014-03-121-3/+7
* be2net: fix pmac_id[] allocation sizeRavikumar Nelavelli2014-03-121-3/+2Star
* be2net: log LPVID used in multi-channel configsRavikumar Nelavelli2014-03-121-2/+4
* be2net: Add link state control for VFsSuresh Reddy2014-03-124-5/+88
* be2net: Use GET_PROFILE_CONFIG cmd for BE3-R to query max-vfsSuresh Reddy2014-03-121-8/+11
* be2net: do external loopback test only when it is requestedIvan Vecera2014-03-061-7/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-062-38/+50
|\
| * be2net: isolate TX workarounds not applicable to Skyhawk-RVasundhara Volam2014-03-031-13/+26
| * be2net: Fix skb double free in be_xmit_wrokarounds() failure pathVasundhara Volam2014-03-031-3/+4
| * be2net: clear promiscuous bits in adapter->flags while disabling promiscuous ...Somnath kotur2014-03-031-3/+9
| * be2net: Fix to reset transparent vlan taggingSomnath Kotur2014-03-032-20/+12Star
* | be2net: dma_sync each RX frag before passing it to the stackSathya Perla2014-03-042-11/+24
* | benet: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-18/+13Star
* | be2net: refactor multi-channel config code for Skyhawk-R chipVasundhara Volam2014-02-145-32/+127
* | be2net: Update copyright yearVasundhara Volam2014-02-148-8/+8
* | be2net: Log a kernel message when UE is detected in BE & SkyhawkSomnath Kotur2014-02-141-41/+41
|/
* be2net: Fix be_vlan_add/rem_vid() routinesSomnath Kotur2014-01-221-13/+8Star
* 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-161-2/+9
* | be2net: update driver version to 10.0.xSathya Perla2014-01-161-1/+1
* | be2net: cleanup wake-on-lan codeSuresh Reddy2014-01-164-35/+19Star
* | be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-idSuresh Reddy2014-01-163-17/+23
* | be2net: do not use frag index in the RX-compl entrySuresh Reddy2014-01-162-22/+9Star
* | be2net: Remove "10Gbps" from driver description stringSuresh Reddy2014-01-161-1/+1
* | be2net: fix incorrect setting of cmd_privileges for VFsSuresh Reddy2014-01-163-11/+15
* | be2net: ignore mac-addr set call for an already programmed mac-addrVasundhara Volam2014-01-161-0/+6
* | be2net: do not call be_set/get_fw_log_level() on Skyhawk-RVasundhara Volam2014-01-164-97/+82Star
* | be2net: Log the profile-id used by FW during driver initializationVasundhara Volam2014-01-163-0/+55
* | be2net: don't set "pport" field when querying "pvid"Vasundhara Volam2014-01-161-1/+1
* | be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-RVasundhara Volam2014-01-162-16/+15Star
* | 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-291-2/+2
* Revert "be2net: call napi_disable() for all event queues"David S. Miller2013-11-291-1/+1
* be2net: call napi_disable() for all event queuesIvan Vecera2013-11-291-1/+1
* be2net: Avoid programming permenant MAC by BE3-R VFsAjit Khaparde2013-11-242-6/+5Star
* be2net: set coalesce-wm in CQ_CREATE_V2 cmdAjit Khaparde2013-11-241-0/+7
* be2net: Disabling and enabling interrupts in suspend and resumeAjit Khaparde2013-11-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-203-4/+21
|\
| * be2net: Delete secondary unicast MAC addresses during be_closeAjit Khaparde2013-11-181-0/+5