summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-131-10/+2Star
|\ \ \ | |_|/ |/| |
| * | DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() wi...Russell King2013-09-211-10/+2Star
* | | 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/+1Star
* | | net/benet: Remove interface typeGavin Shan2013-10-292-6/+0Star
* | | be2net: add support for ndo_busy_pollSathya Perla2013-10-272-18/+187
* | | net: be2net: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0Star
* | | be2net: Rework PCIe error report log messagingAjit Khaparde2013-10-201-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/+0Star
| * | be2net: Fix number of VLANs supported in UMC mode for BE3-R.Ajit Khaparde2013-09-272-0/+3
| * | be2net: Fix VLAN promiscuous mode programmingAjit Khaparde2013-09-274-6/+40
| * | be2net: Fix the size of be_nic_res_desc structureAjit Khaparde2013-09-271-1/+1
| * | be2net: Fix to prevent Tx stall on SH-R when packet size < 32Ajit Khaparde2013-09-271-3/+3
* | | be2net: add a counter for pkts dropped in xmit pathSathya Perla2013-10-013-2/+8
* | | be2net: fix adaptive interrupt coalescingSathya Perla2013-10-015-73/+115
* | | be2net: call ENABLE_VF cmd for Skyhawk-R tooVasundhara Volam2013-10-012-2/+3
* | | be2net: Create single TXQ on BE3-R 1G portsVasundhara Volam2013-10-011-9/+2Star
* | | be2net: pass if_id for v1 and V2 versions of TX_CREATE cmdVasundhara Volam2013-10-011-1/+2
* | | be2net: Call be_vf_setup() even when VFs are enbaled from previous loadVasundhara Volam2013-10-012-5/+5
* | | emulex: Remove extern from function prototypesJoe Perches2013-09-242-139/+123Star
|/ /
* / be2net: missing variable initializationAntonio Alecrim Jr2013-09-141-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-0/+4
|\
| * be2net: Check for POST state in suspend-resume sequenceSarveshwar Bandi2013-08-261-0/+4
* | be2net: set and query VEB/VEPA mode of the PF interfaceAjit Khaparde2013-09-043-13/+108
* | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-301-9/+9
* | be2net: implement ethtool set/get_channel hooksSathya Perla2013-08-273-32/+104
* | be2net: refactor be_setup() to consolidate queue creation routinesSathya Perla2013-08-272-58/+50Star
* | be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not createdSathya Perla2013-08-271-24/+85