aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-18net: emulex-benet calls skb_set_hashTom Herbert1-2/+2
2013-12-06be2net: Free/delete pmacs (in be_clear()) only if they existSomnath Kotur1-8/+15
2013-12-06be2net: Fix Lancer error recovery to distinguish FW downloadSomnath Kotur2-4/+17
2013-11-28be2net: call napi_disable() for all event queuesIvan Vecera1-2/+2
2013-11-28Revert "be2net: call napi_disable() for all event queues"David S. Miller1-1/+1
2013-11-28be2net: call napi_disable() for all event queuesIvan Vecera1-1/+1
2013-11-23be2net: Avoid programming permenant MAC by BE3-R VFsAjit Khaparde2-6/+5
2013-11-23be2net: set coalesce-wm in CQ_CREATE_V2 cmdAjit Khaparde1-0/+7
2013-11-23be2net: Disabling and enabling interrupts in suspend and resumeAjit Khaparde1-0/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-4/+21
2013-11-18be2net: Delete secondary unicast MAC addresses during be_closeAjit Khaparde1-0/+5
2013-11-18be2net: Fix unconditional enabling of Rx interface optionsAjit Khaparde3-4/+16
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-10/+2
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+4
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+16
2013-10-29net/benet: Make lancer_wait_ready() staticGavin Shan2-2/+1
2013-10-29net/benet: Remove interface typeGavin Shan2-6/+0
2013-10-27be2net: add support for ndo_busy_pollSathya Perla2-18/+187
2013-10-27be2net: Warn users of possible broken functionality on BE2 cards with very old FW versions with latest driverSomnath Kotur2-0/+15
2013-10-21net: be2net: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-19be2net: Rework PCIe error report log messagingAjit Khaparde1-3/+5
2013-10-18be2net: pass if_id for v1 and V2 versions of TX_CREATE cmdVasundhara Volam1-1/+2
2013-10-09be2net: change the driver version number to 4.9.224.0Ajit Khaparde1-1/+1
2013-10-09be2net: Display RoCE specific counters in ethtool -SAjit Khaparde3-1/+19
2013-10-09be2net: Call version 2 of GET_STATS ioctl for Skyhawk-RAjit Khaparde3-9/+155
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-31/+60
2013-10-01be2net: add a counter for pkts dropped in xmit pathSathya Perla3-2/+8
2013-10-01be2net: fix adaptive interrupt coalescingSathya Perla5-73/+115
2013-10-01be2net: call ENABLE_VF cmd for Skyhawk-R tooVasundhara Volam2-2/+3
2013-10-01be2net: Create single TXQ on BE3-R 1G portsVasundhara Volam1-9/+2
2013-10-01be2net: pass if_id for v1 and V2 versions of TX_CREATE cmdVasundhara Volam1-1/+2
2013-10-01be2net: Call be_vf_setup() even when VFs are enbaled from previous loadVasundhara Volam2-5/+5
2013-09-27be2net: Fix to display the VLAN priority for a VFAjit Khaparde1-2/+2
2013-09-27be2net: Fix to configure VLAN priority for a VF interface.Ajit Khaparde1-10/+11
2013-09-27be2net: Fix to allow VLAN configuration on VF interfaces.Ajit Khaparde1-9/+0
2013-09-27be2net: Fix number of VLANs supported in UMC mode for BE3-R.Ajit Khaparde2-0/+3
2013-09-27be2net: Fix VLAN promiscuous mode programmingAjit Khaparde4-6/+40
2013-09-27be2net: Fix the size of be_nic_res_desc structureAjit Khaparde1-1/+1
2013-09-27be2net: Fix to prevent Tx stall on SH-R when packet size < 32Ajit Khaparde1-3/+3
2013-09-24emulex: Remove extern from function prototypesJoe Perches2-139/+123
2013-09-21DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-10/+2
2013-09-13be2net: missing variable initializationAntonio Alecrim Jr1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2013-09-03be2net: set and query VEB/VEPA mode of the PF interfaceAjit Khaparde3-13/+108
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-9/+9
2013-08-27be2net: implement ethtool set/get_channel hooksSathya Perla3-32/+104
2013-08-27be2net: refactor be_setup() to consolidate queue creation routinesSathya Perla2-58/+50
2013-08-27be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not createdSathya Perla1-24/+85
2013-08-27be2net: refactor be_get_resources() codeSathya Perla6-189/+229