aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-14/+14
2017-02-20qlcnic: Fix a memory leak in error handling pathChristophe Jaillet1-2/+4
2016-01-04qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun1-2/+4
2015-09-09net: qlcnic: delete redundant memsetsRasmus Villemoes1-2/+0
2014-10-14qlcnic: Fix number of arguments in destroy tx context commandRajesh Borundia1-1/+1
2014-10-14qlcnic: Fix programming number of arguments in a command.Rajesh Borundia1-2/+2
2014-08-05qlcnic: Set driver version before registering netdevRajesh Borundia1-1/+1
2014-04-27qlcnic: Add driver logs in error path.Sucheta Chakraborty1-2/+11
2014-04-14qlcnic: Fix PVID configuration on eSwitch port.Jitendra Kalsaria1-0/+1
2014-04-14qlcnic: Fix max ring count calculationShahed Shaikh1-2/+0
2013-12-17qlcnic: Support for 16 virtual NIC functions.Jitendra Kalsaria1-24/+25
2013-11-04qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani1-9/+11
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-15/+14
2013-08-27qlcnic: dcb: Get DCB parameters from the adapter.Sucheta Chakraborty1-0/+1
2013-08-27qlcnic: dcb: Query adapter DCB capabilities.Sucheta Chakraborty1-0/+1
2013-08-21qlcnic: Implement ndo_get_phys_port_id for 82xx adapterShahed Shaikh1-2/+3
2013-08-21qlcnic: Enable diagnostic test for multiple Tx queues.Himanshu Madhani1-9/+14
2013-08-21qlcnic: Multi Tx queue support for 82xx Series adapter.Himanshu Madhani1-52/+144
2013-08-03qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani1-5/+5
2013-08-03qlcnic: Free up memory in error path.Himanshu Madhani1-3/+3
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-24qlcnic: Do not sleep while holding spinlockShahed Shaikh1-1/+1
2013-06-23qlcnic: Add support for 'set driver version' in 83XXPratik Pujar1-3/+3
2013-06-23qlcnic: Handle qlcnic_alloc_mbx_args() failureShahed Shaikh1-32/+93
2013-05-24qlcnic: Enhance virtual NIC loggingManish Chopra1-23/+21
2013-05-24qlcnic: Implement GET_LED_STATUS command for 82xx adapter.Himanshu Madhani1-0/+1
2013-03-29qlcnic: Support VF-PF communication channel commands.Rajesh Borundia1-11/+9
2013-03-22qlcnic: change mdelay to msleepShahed Shaikh1-1/+1
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-15/+8
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-26/+14
2013-02-19qlcnic: fix mailbox interrupt.Sucheta Chakraborty1-3/+24
2013-02-19qlcnic: fix unsupported CDRP command error message.Jitendra Kalsaria1-2/+23
2013-02-04qlcnic: Updating copyright information.Jitendra Kalsaria1-1/+1
2013-01-27qlcnic: set driver version in firmwareSritej Velaga1-0/+31
2013-01-02qlcnic: 83xx register dump routinesSony Chacko1-34/+0
2013-01-02qlcnic: 83xx data path routinesSony Chacko1-31/+40
2013-01-02qlcnic: change driver hardware interface mechanismSony Chacko1-314/+305
2012-12-19qlcnic: fix unused variable warningsShahed Shaikh1-2/+3
2012-12-04qlcnic: update NIC partition interface routinesSony Chacko1-7/+32
2012-12-04qlcnic: move HW specific data to seperate structureSony Chacko1-15/+14
2012-11-25qlcnic: fix sparse check endian warningsShahed Shaikh1-22/+24
2012-11-18qlcnic: fix compiler warningsSony Chacko1-1/+1
2012-09-27qlcnic: Fix scheduling while atomic bugNarendra K1-2/+2
2012-06-07qlcnic: fix unsupported CDRP command error message.Jitendra Kalsaria1-5/+29
2012-06-07qlcnic: Fix estimation of recv MSS in case of LRORajesh Borundia1-0/+3
2012-04-27qlcnic: Adding mac statistics to ethtool.Jitendra Kalsaria1-7/+66
2011-09-23qlcnic: Change CDRP functionAnirban Chakraborty1-212/+162
2011-08-29qlcnic: fix cdrp race conditionSritej Velaga1-28/+88
2011-08-10qlogic: Move the QLogic driversJeff Kirsher1-0/+1117