summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-18qlcnic: Allow single Tx/Rx queue for all adapters.Himanshu Madhani1-4/+2
2013-11-05qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani1-4/+1
2013-11-05qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani1-21/+25
2013-11-05qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani1-9/+5
2013-10-18qlcnic: dcb code cleanup and refactoring.Sucheta Chakraborty1-1/+1
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-09-05qlcnic: use standard NAPI weightsMichal Schmidt1-18/+12
2013-08-27qlcnic: dcb: Register DCB AEN handler.Sucheta Chakraborty1-0/+3
2013-08-21qlcnic: Enable diagnostic test for multiple Tx queues.Himanshu Madhani1-4/+9
2013-08-21qlcnic: Multi Tx queue support for 82xx Series adapter.Himanshu Madhani1-23/+117
2013-08-20treewide: Fix typo in printkMasanari Iida1-1/+1
2013-08-20qlcnic: Enable support for 844X adapterManish Chopra1-4/+1
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-34/+67
2013-08-03qlcnic: Fix ingress MAC learningShahed Shaikh1-33/+66
2013-08-03qlcnic: Fix MAC address filter issue on 82xx adapterShahed Shaikh1-1/+1
2013-08-02qlcnic: Enhance diagnostic loopback error codes.Jitendra Kalsaria1-3/+3
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2013-04-20qlcnic: Support VLAN id config.Rajesh Borundia1-4/+4
2013-04-20qlcnic: Change 82xx adapter VLAN id endian type.Rajesh Borundia1-12/+8
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-4/+4
2013-04-18qlcnic: fix TSO race conditionSritej Velaga1-2/+1
2013-03-29qlcnic: Support VF-PF communication channel commands.Rajesh Borundia1-1/+4
2013-03-29qlcnic: Use shared interrupt vector for Tx and RxRajesh Borundia1-10/+46
2013-03-15driver/qlogic: replace ip_fast_csum with csum_replace2Li RongQing1-4/+3
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-5/+5
2013-02-19qlcnic: fix ping resumption to a VM after a live migrationShahed Shaikh1-11/+134
2013-02-19qlcnic: fix estimation of receive MSS in case of LRO for 83xx adapterShahed Shaikh1-1/+12
2013-02-19qlcnic: refactor Legacy interrupt handling for 83xxHimanshu Madhani1-25/+5
2013-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2013-02-11qlcnic: helper routine to handle async eventsJitendra Kalsaria1-1/+19
2013-02-11qlcnic: set gso_typeMichael S. Tsirkin1-1/+6
2013-02-05qlcnic: Updating copyright information.Jitendra Kalsaria1-0/+7
2013-01-31qlcnic: Fix sparse check endian warningsShahed Shaikh1-1/+1
2013-01-27qlcnic: add support for FDB netdevice ops.Jitendra Kalsaria1-1/+1
2013-01-27qlcnic: enable LRO on IPv6 without dest ip checkShahed Shaikh1-6/+16
2013-01-02qlcnic: 83xx data path routinesSony Chacko1-50/+542
2013-01-02qlcnic: 83xx memory map and HW access routinesSony Chacko1-2/+1
2013-01-02qlcnic: change driver hardware interface mechanismSony Chacko1-39/+17
2012-12-04qlcnic: fix bug in LRO descriptor access macroSony Chacko1-1/+1
2012-12-04qlcnic: move HW specific data to seperate structureSony Chacko1-12/+12
2012-11-28qlcnic: fix coding style issues in qlcnic_io.cSony Chacko1-150/+113
2012-11-28qlcnic: create file qlcnic_io.c for datapath routinesSony Chacko1-0/+1346