aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09be2net: Display RoCE specific counters in ethtool -SAjit Khaparde1-0/+8
2013-10-09be2net: Call version 2 of GET_STATS ioctl for Skyhawk-RAjit Khaparde1-8/+66
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-30/+46
2013-10-01be2net: add a counter for pkts dropped in xmit pathSathya Perla1-1/+4
2013-10-01be2net: fix adaptive interrupt coalescingSathya Perla1-42/+68
2013-10-01be2net: call ENABLE_VF cmd for Skyhawk-R tooVasundhara Volam1-1/+2
2013-10-01be2net: Create single TXQ on BE3-R 1G portsVasundhara Volam1-9/+2
2013-10-01be2net: Call be_vf_setup() even when VFs are enbaled from previous loadVasundhara Volam1-3/+3
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 Khaparde1-0/+2
2013-09-27be2net: Fix VLAN promiscuous mode programmingAjit Khaparde1-6/+28
2013-09-27be2net: Fix to prevent Tx stall on SH-R when packet size < 32Ajit Khaparde1-3/+3
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 Khaparde1-3/+74
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 Perla1-25/+69
2013-08-27be2net: refactor be_setup() to consolidate queue creation routinesSathya Perla1-40/+45
2013-08-27be2net: refactor be_get_resources() codeSathya Perla1-142/+151
2013-08-27be2net: use EQ_CREATEv2 for SH-RSathya Perla1-2/+2
2013-08-26be2net: Check for POST state in suspend-resume sequenceSarveshwar Bandi1-0/+4
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-22be2net: fix disabling TX in be_close()Sathya Perla1-1/+1
2013-08-07be2net: don't limit max MAC and VLAN countsVasundhara Volam1-7/+0
2013-08-07be2net: Do not call get_die_temperature cmd for VFVasundhara Volam1-1/+2
2013-08-05be2net: Staticize local functionsJingoo Han1-6/+7
2013-07-30be2net: don't use dev_err when AER enabling failsIvan Vecera1-1/+1
2013-07-24be2net: delete primary MAC address while unloadingSathya Perla1-3/+5
2013-07-24be2net: use SET/GET_MAC_LIST for SH-RSathya Perla1-21/+14
2013-07-24be2net: refactor MAC-addr setup codeSathya Perla1-58/+29
2013-07-24be2net: allow VFs to program MAC and VLAN filtersSathya Perla1-0/+13
2013-07-24be2net: fix MAC address modification for VFSathya Perla1-33/+33
2013-07-16be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi1-4/+10
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang1-2/+2
2013-06-19be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla1-27/+4
2013-06-19Merge 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+29
2013-05-31be2net: Implement initiate FW dump feature for LancerSomnath Kotur1-35/+2
2013-05-30be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hookSomnath Kotur1-25/+23
2013-05-30be2net: Mark checksum fail for IP fragmented packetsSomnath Kotur1-1/+6
2013-05-27be2net: Trim padded packets for LancerSomnath Kotur1-1/+3
2013-05-27be2net: Pad skb to meet min Tx pkt size in lancerSomnath Kotur1-0/+10
2013-05-27be2net: cleanup be_get_drvinfo()Somnath Kotur1-1/+5
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+5
2013-05-23be2net: refactor HW workarounds in be_xmit()Sathya Perla1-24/+38