summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* be2net: use MCCQ instead of MBOX in be_cmd_rss_config()Kalesh AP2014-05-091-7/+10
* be2net: include rx-compl error counter in ethtool statsKalesh AP2014-05-091-0/+1
* be2net: remove unused code in be_cmd_vlan_config()Kalesh AP2014-05-093-10/+5Star
* be2net: covert vlan array to bit-mapRavikumar Nelavelli2014-05-092-11/+10Star
* be2net: fix line wrap and function call indentation in be_ethtool.cSathya Perla2014-05-091-58/+42Star
* be2net: fix function call indentation in be_cmds.cSathya Perla2014-05-091-161/+179
* be2net: fix line wrap and function call indentation in be_main.cSathya Perla2014-05-091-103/+101Star
* be2net: Support for configurable RSS hash keyVenkata Duvvuru2014-04-235-31/+113
* be2net: Fix invocation of be_close() after be_clear()Kalesh AP2014-04-142-0/+9
* be2net: Fix to reap TX compls till HW doesn't respond for some timeVasundhara Volam2014-04-141-4/+5
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-042-0/+9
|\
| * be2net: Add abi version between be2net and ocrdmaDevesh Sharma2014-04-032-0/+9
* | be2net: fix build dependency on VxLANSathya Perla2014-04-012-1/+19
* | be2net: csum, tso and rss steering offload support for VxLANSathya Perla2014-03-283-9/+125
* | be2net: add FW cmds needed for VxLAN offloadsSathya Perla2014-03-283-58/+154
* | 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