summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/emulex/benet/be_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-17be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi1-4/+10
2013-06-29net/trivial: replace numeric with standard PM state macrosYijing Wang1-2/+2
2013-06-20be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla1-27/+4
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-06-13be2net: Fix 32-bit DMA Mask handlingSomnath Kotur1-0/+3
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+29
2013-06-01be2net: Implement initiate FW dump feature for LancerSomnath Kotur1-35/+2
2013-05-31be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hookSomnath Kotur1-25/+23
2013-05-31be2net: Mark checksum fail for IP fragmented packetsSomnath Kotur1-1/+6
2013-05-28be2net: Trim padded packets for LancerSomnath Kotur1-1/+3
2013-05-28be2net: Pad skb to meet min Tx pkt size in lancerSomnath Kotur1-0/+10
2013-05-28be2net: cleanup be_get_drvinfo()Somnath Kotur1-1/+5
2013-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+5
2013-05-24be2net: refactor HW workarounds in be_xmit()Sathya Perla1-24/+38
2013-05-14be2net: Avoid double insertion of vlan tags.Sarveshwar Bandi1-13/+5
2013-05-08be2net: disable TX in be_close()Sathya Perla1-0/+2
2013-05-08be2net: fix EQ from getting full while cleaning RX CQSathya Perla1-6/+1
2013-05-08be2net: provision VF resources before enabling SR-IOVSathya Perla1-8/+13
2013-05-03be2net: Fix to fail probe if MSI-X enable fails for a VFSomnath Kotur1-7/+15
2013-05-03be2net: avoid napi_disable() when it has not been enabledSomnath Kotur1-2/+6
2013-05-03be2net: Fix to show tx priority pause counter in ethtool -SAjit Khaparde1-0/+1
2013-05-03be2net: Fix to use 32-bit stats to report rx_drops_no_fragmentAjit Khaparde1-6/+17
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+104
2013-04-29be2net: FLR must be first cmd issued to Lancer FWKalesh AP1-11/+11
2013-04-27be2net: Renamed rx_address_mismatch_errors to rx_address_filteredSuresh Reddy1-7/+7
2013-04-27be2net: Add support for setting and getting rx flow hash optionsSuresh Reddy1-2/+12
2013-04-25be2net: Fix PVID tag offload for packets with inline VLAN tag.Ajit Khaparde1-0/+8
2013-04-25be2net: fix a Tx stall bug caused by a specific ipv6 packetAjit Khaparde1-7/+92
2013-04-25be2net: Remove an incorrect pvid check in TxAjit Khaparde1-10/+4
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-04-22be2net: enable IOMMU pass through for be2netCraig Hada1-0/+5
2013-04-22be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-RVasundhara Volam1-2/+8
2013-04-22be2net: Avoid flashing BE3 UFI on BE3-R chip.Vasundhara Volam1-12/+30
2013-04-22be2net: Use TXQ_CREATE_V2 cmdVasundhara Volam1-5/+6
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-3/+3
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-04-12be2net: take care of __vlan_put_tag return valueIvan Vecera1-2/+3
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-8/+6
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-5/+1
2013-03-15be2net: Use new F/W mailbox cmd to manipulate interrupts.Somnath Kotur1-8/+17
2013-03-15be2net: enable interrupts in be_probe() (RoCE and other ULPs need them)Somnath Kotur1-11/+10
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2013-03-08be2net: Update copyright yearVasundhara Volam1-1/+1
2013-03-06be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3Sathya Perla1-0/+10
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-02-04be2net: fix re-loaded PF driver to re-gain control of its VFsSathya Perla1-64/+100
2013-01-30be2net: Updating Module Author string and log message string to "Emulex Corpo...Sarveshwar Bandi1-1/+1
2013-01-13be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla1-9/+20
2012-12-19be2net: fix wrong frag_idx reported by RX CQSathya Perla1-6/+32