summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet/qlogic: use core min/max MTU checkingJarod Wilson2016-10-181-6/+0
* qlcnic: Rearrange ordering of header files inclusionHarish Patil2015-08-101-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | qlcnic: Delete existing multicast MAC list before adding newShahed Shaikh2015-02-111-5/+29
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-081-1/+1
|\
| * qlcnic: Use usleep_range() instead of msleep() for sleep less than 20msJitendra Kalsaria2014-08-291-1/+1
* | treewide: Fix typo in printkMasanari Iida2014-08-261-1/+1
|/
* qlogic: Use time_before()Manuel Schölling2014-05-221-5/+5
* qlcnic: Collect firmware dump using DMA on 82xx adaptersShahed Shaikh2014-05-091-2/+6
* qlcnic: Add support to process commands in atomic contextRajesh Borundia2014-05-091-19/+5
* qlcnic: Enhance semaphore lock access failure error messageHarish Patil2014-02-241-7/+15
* qlcnic: Refactor interrupt coalescing code for all adapters.Himanshu Madhani2014-01-231-4/+23
* qlcnic: Use bool for rx_mac_learn.Sucheta Chakraborty2014-01-231-2/+2
* qlcnic: make local functions staticstephen hemminger2014-01-171-5/+5
* qlcnic: Enable IPv6 LRO even if IP address is not programmedShahed Shaikh2014-01-131-2/+2
* qlcnic: Enable beaconing for 83xx/84xx Series adapter.Himanshu Madhani2014-01-131-9/+24
* qlcnic: Do MAC learning for SRIOV PF.Sucheta Chakraborty2014-01-131-0/+3
* net: qlcnic: slight optimization of addr comparedingtianhong2013-12-311-2/+2
* qlcnic: VLAN enhancement for 84XX adaptersManish Chopra2013-12-171-26/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-5/+2
|\
| * qlcnic: Do not force adapter to perform LRO without destination IP checkShahed Shaikh2013-10-261-5/+2
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
|/
* qlcnic: Implement ndo_get_phys_port_id for 82xx adapterShahed Shaikh2013-08-211-0/+16
* qlcnic: Multi Tx queue support for 82xx Series adapter.Himanshu Madhani2013-08-211-1/+1
* qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani2013-08-031-13/+27
* qlcnic: Fix multicast packet handling for PF and VF.Sucheta Chakraborty2013-07-191-12/+10
* qlcnic: Add support for 83xx suspend and resume.Rajesh Borundia2013-06-231-0/+51
* qlcnic: Cleanup of structure qlcnic_hardware_contextPratik Pujar2013-06-231-1/+2
* qlcnic: Secondary unicast MAC address support.Jitendra Kalsaria2013-06-231-14/+20
* qlcnic: Implement GET_LED_STATUS command for 82xx adapter.Himanshu Madhani2013-05-241-0/+15
* qlcnic: Fix updating netdev->featuresShahed Shaikh2013-05-221-4/+45
* qlcnic: Support VLAN id config.Rajesh Borundia2013-04-191-9/+9
* qlcnic: Change 82xx adapter VLAN id endian type.Rajesh Borundia2013-04-191-2/+2
* qlcnic: Fix potential NULL dereferenceRajesh Borundia2013-04-021-0/+2
* qlcnic: Support atomic commandsRajesh Borundia2013-03-291-8/+39
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-5/+5
* qlcnic: fix ping resumption to a VM after a live migrationShahed Shaikh2013-02-191-1/+17
* qlcnic: Updating copyright information.Jitendra Kalsaria2013-02-041-1/+1
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-4/+2
* qlcnic: Fix RX/TX checksum setting for some adapter typesManish chopra2013-01-301-1/+2
* qlcnic: driver LRO bug fixManish chopra2013-01-301-2/+4
* qlcnic: add support for FDB netdevice ops.Jitendra Kalsaria2013-01-271-4/+26
* qlcnic: Fix LED/Beaconing tests to work on all ports of an adapter.Himanshu Madhani2013-01-271-1/+1
* qlcnic: enable RSS for TCP over IPv6Shahed Shaikh2013-01-271-6/+15
* qlcnic: enable LRO on IPv6 without dest ip checkShahed Shaikh2013-01-271-1/+14
* qlcnic: 83xx ethtool interface routinesSony Chacko2013-01-021-1/+1
* qlcnic: 83xx memory map and HW access routinesSony Chacko2013-01-021-19/+28
* qlcnic: change driver hardware interface mechanismSony Chacko2013-01-021-24/+73
* qlcnic: fix unused variable warningsShahed Shaikh2012-12-191-3/+2