aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10qlcnic: Rearrange ordering of header files inclusionHarish Patil1-3/+3
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-02-11qlcnic: Delete existing multicast MAC list before adding newShahed Shaikh1-5/+29
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-08-29qlcnic: Use usleep_range() instead of msleep() for sleep less than 20msJitendra Kalsaria1-1/+1
2014-08-26treewide: Fix typo in printkMasanari Iida1-1/+1
2014-05-22qlogic: Use time_before()Manuel Schölling1-5/+5
2014-05-09qlcnic: Collect firmware dump using DMA on 82xx adaptersShahed Shaikh1-2/+6
2014-05-09qlcnic: Add support to process commands in atomic contextRajesh Borundia1-19/+5
2014-02-24qlcnic: Enhance semaphore lock access failure error messageHarish Patil1-7/+15
2014-01-23qlcnic: Refactor interrupt coalescing code for all adapters.Himanshu Madhani1-4/+23
2014-01-23qlcnic: Use bool for rx_mac_learn.Sucheta Chakraborty1-2/+2
2014-01-17qlcnic: make local functions staticstephen hemminger1-5/+5
2014-01-13qlcnic: Enable IPv6 LRO even if IP address is not programmedShahed Shaikh1-2/+2
2014-01-13qlcnic: Enable beaconing for 83xx/84xx Series adapter.Himanshu Madhani1-9/+24
2014-01-13qlcnic: Do MAC learning for SRIOV PF.Sucheta Chakraborty1-0/+3
2013-12-31net: qlcnic: slight optimization of addr comparedingtianhong1-2/+2
2013-12-17qlcnic: VLAN enhancement for 84XX adaptersManish Chopra1-26/+22
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2013-10-26qlcnic: Do not force adapter to perform LRO without destination IP checkShahed Shaikh1-5/+2
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-08-21qlcnic: Implement ndo_get_phys_port_id for 82xx adapterShahed Shaikh1-0/+16
2013-08-21qlcnic: Multi Tx queue support for 82xx Series adapter.Himanshu Madhani1-1/+1
2013-08-03qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani1-13/+27
2013-07-19qlcnic: Fix multicast packet handling for PF and VF.Sucheta Chakraborty1-12/+10
2013-06-23qlcnic: Add support for 83xx suspend and resume.Rajesh Borundia1-0/+51
2013-06-23qlcnic: Cleanup of structure qlcnic_hardware_contextPratik Pujar1-1/+2
2013-06-23qlcnic: Secondary unicast MAC address support.Jitendra Kalsaria1-14/+20
2013-05-24qlcnic: Implement GET_LED_STATUS command for 82xx adapter.Himanshu Madhani1-0/+15
2013-05-22qlcnic: Fix updating netdev->featuresShahed Shaikh1-4/+45
2013-04-19qlcnic: Support VLAN id config.Rajesh Borundia1-9/+9
2013-04-19qlcnic: Change 82xx adapter VLAN id endian type.Rajesh Borundia1-2/+2
2013-04-02qlcnic: Fix potential NULL dereferenceRajesh Borundia1-0/+2
2013-03-29qlcnic: Support atomic commandsRajesh Borundia1-8/+39
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-5/+5
2013-02-19qlcnic: fix ping resumption to a VM after a live migrationShahed Shaikh1-1/+17
2013-02-04qlcnic: Updating copyright information.Jitendra Kalsaria1-1/+1
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-4/+2
2013-01-30qlcnic: Fix RX/TX checksum setting for some adapter typesManish chopra1-1/+2
2013-01-30qlcnic: driver LRO bug fixManish chopra1-2/+4
2013-01-27qlcnic: add support for FDB netdevice ops.Jitendra Kalsaria1-4/+26
2013-01-27qlcnic: Fix LED/Beaconing tests to work on all ports of an adapter.Himanshu Madhani1-1/+1
2013-01-27qlcnic: enable RSS for TCP over IPv6Shahed Shaikh1-6/+15
2013-01-27qlcnic: enable LRO on IPv6 without dest ip checkShahed Shaikh1-1/+14
2013-01-02qlcnic: 83xx ethtool interface routinesSony Chacko1-1/+1
2013-01-02qlcnic: 83xx memory map and HW access routinesSony Chacko1-19/+28
2013-01-02qlcnic: change driver hardware interface mechanismSony Chacko1-24/+73
2012-12-19qlcnic: fix unused variable warningsShahed Shaikh1-3/+2
2012-12-04qlcnic: modify PCI and register access routinesSony Chacko1-116/+161