aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-02qlcnic: Bump up the version to 5.2.40Rajesh Borundia1-2/+2
2013-04-02qlcnic: Fix sparse warnings.Rajesh Borundia1-2/+1
2013-04-02qlcnic: Fix NULL dereference in error path.Rajesh Borundia1-6/+5
2013-04-02qlcnic: Fix potential NULL dereferenceRajesh Borundia1-0/+2
2013-03-29qlcnic: Bump up the version to 5.2.39Rajesh Borundia1-3/+3
2013-03-29qlcnic: Support atomic commandsRajesh Borundia5-9/+183
2013-03-29qlcnic: Support VF-PF communication channel commands.Rajesh Borundia10-175/+994
2013-03-29qlcnic: VF-PF communication channel implementationRajesh Borundia7-8/+1191
2013-03-29qlcnic: Use shared interrupt vector for Tx and RxRajesh Borundia5-22/+80
2013-03-29qlcnic: SR-IOV VF probeRajesh Borundia8-22/+214
2013-03-29qlcnic: Support SR-IOV enable and disableRajesh Borundia12-7/+613
2013-03-22qlcnic: Bump up the version to 5.1.38Shahed Shaikh1-2/+2
2013-03-22qlcnic: Clear link status when interface is downShahed Shaikh1-0/+1
2013-03-22qlcnic: change mdelay to msleepShahed Shaikh1-1/+1
2013-03-22qlcnic: Log warning message for 83xx adapter in MSI mode.Himanshu Madhani1-0/+6
2013-03-22qlcnic: Fix configure mailbox interrupt command for 83xx adapterManish chopra1-2/+1
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-15/+8
2013-03-15driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing2-6/+5
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2-30/+15
2013-03-15netxen: write IP address to firmware when using bondingnikolay@redhat.com2-78/+147
2013-03-13qlcnic: Bump up the version to 5.1.37Shahed Shaikh1-2/+2
2013-03-13qlcnic: Implement flash sysfs callback for 83xx adapterHimanshu Madhani3-8/+265
2013-03-12qlcnic: remove duplicated include from qlcnic_sysfs.cWei Yongjun1-2/+0
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2-7/+0
2013-03-09qlcnic: Bump up the version to 5.1.36Shahed Shaikh1-2/+2
2013-03-09qlcnic: Fix ethtool statistics collectionShahed Shaikh1-4/+4
2013-03-09qlcnic: Fix ethtool statistics for 82xx adapterShahed Shaikh1-1/+2
2013-03-09qlcnic: Enable LED test support for 83xx adapterHimanshu Madhani3-1/+48
2013-03-09qlcnic: Fix endian issues in 83xx driverShahed Shaikh3-26/+130
2013-03-07qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich1-15/+6
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-10/+10
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-10/+3
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-21qlcnic: Bump up the version to 5.1.35Jitendra Kalsaria1-2/+2
2013-02-21qlcnic: Fix configure interrupts for 83xx adapter typesManish Chopra1-7/+0
2013-02-21qlcnic: Fix internal loopback test for 82xx adapterShahed Shaikh1-1/+1
2013-02-19qlcnic: Bump up the version to 5.1.34Jitendra Kalsaria1-2/+2
2013-02-19qlcnic: fix ping resumption to a VM after a live migrationShahed Shaikh4-12/+177
2013-02-19qlcnic: fix estimation of receive MSS in case of LRO for 83xx adapterShahed Shaikh3-9/+29
2013-02-19qlcnic: refactor Legacy interrupt handling for 83xxHimanshu Madhani4-56/+144
2013-02-19qlcnic: fix mailbox interrupt.Sucheta Chakraborty3-19/+29
2013-02-19qlcnic: fix unsupported CDRP command error message.Jitendra Kalsaria1-2/+23
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-2/+2
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2013-02-11qlcnic: fix mailbox response handlingJitendra Kalsaria1-26/+40
2013-02-11qlcnic: enhance MSIX allocation failure log messageManish Chopra1-2/+3
2013-02-11qlcnic: fix async event handling during diagnostic loopback testJitendra Kalsaria1-2/+5
2013-02-11qlcnic: refactor 83xx diagnostic IRQ testJitendra Kalsaria3-27/+48
2013-02-11qlcnic: refactor 83xx diagnostic loopback testJitendra Kalsaria5-32/+158
2013-02-11qlcnic: helper routine to handle async eventsJitendra Kalsaria4-64/+45