summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-5/+5
* qlcnic: fix napi budget alterationManish Chopra2016-08-031-2/+0
* qlcnic: add wmb() call in transmit data path.Sony Chacko2016-07-011-0/+2
* qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter2016-06-291-1/+1
* net: add netif_tx_napi_add()Eric Dumazet2015-11-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-3/+24
|\
| * qlcnic: Fix NAPI poll routine for Tx completionShahed Shaikh2015-02-051-3/+24
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
* | qlcnic: Fix dump_skb outputJoe Perches2015-01-041-8/+9
|/
* qlcnic: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-1/+1
* qlcnic: Add mac learning support to SR-IOV VF.Rajesh Borundia2014-05-091-8/+4
* qlcnic: Optimize MAC learning codeShahed Shaikh2014-04-271-12/+7
* qlcnic: Add VXLAN Rx offload supportShahed Shaikh2014-03-241-0/+13
* qlcnic: Add VXLAN Tx offload supportShahed Shaikh2014-03-241-25/+141
* qlcnic: Fix loopback test failureShahed Shaikh2014-01-281-3/+8
* qlcnic: Correct off-by-one errors in bounds checksManish Chopra2014-01-281-4/+4
* qlcnic: Interrupt code cleanupManish chopra2014-01-231-42/+13
* qlcnic: make local functions staticstephen hemminger2014-01-171-10/+14
* net: qlcnic: fix warning for incorrect type in argumentdingtianhong2014-01-131-1/+1
* qlcnic: Do MAC learning for SRIOV PF.Sucheta Chakraborty2014-01-131-29/+51
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-3/+9
|\
| * qlcnic: Fix bug in Tx completion pathShahed Shaikh2014-01-031-3/+5
| * qlcnic: Fix loopback diagnostic testManish Chopra2014-01-021-0/+4
* | net: qlcnic: slight optimization of addr comparedingtianhong2013-12-311-2/+2
* | drivers: net: Mark functions as static in qlcnic_io.cRashika Kheria2013-12-191-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-8/+2
|\|
| * qlcnic: Fix usage of netif_tx_{wake, stop} api during link change.Himanshu Madhani2013-12-171-8/+2
* | qlcnic: Allow single Tx/Rx queue for all adapters.Himanshu Madhani2013-12-171-4/+2
|/
* qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani2013-11-041-4/+1
* qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani2013-11-041-21/+25
* qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani2013-11-041-9/+5
* qlcnic: dcb code cleanup and refactoring.Sucheta Chakraborty2013-10-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2013-08-201-1/+1
* | qlcnic: use standard NAPI weightsMichal Schmidt2013-09-051-18/+12
* | qlcnic: dcb: Register DCB AEN handler.Sucheta Chakraborty2013-08-271-0/+3
* | qlcnic: Enable diagnostic test for multiple Tx queues.Himanshu Madhani2013-08-211-4/+9
* | qlcnic: Multi Tx queue support for 82xx Series adapter.Himanshu Madhani2013-08-211-23/+117
* | qlcnic: Enable support for 844X adapterManish Chopra2013-08-201-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-34/+67
|\ \
| * | qlcnic: Fix ingress MAC learningShahed Shaikh2013-08-031-33/+66
| * | qlcnic: Fix MAC address filter issue on 82xx adapterShahed Shaikh2013-08-031-1/+1
| |/
* / qlcnic: Enhance diagnostic loopback error codes.Jitendra Kalsaria2013-08-011-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-2/+1
|\
| * qlcnic: fix TSO race conditionSritej Velaga2013-04-181-2/+1
* | qlcnic: Support VLAN id config.Rajesh Borundia2013-04-191-4/+4
* | qlcnic: Change 82xx adapter VLAN id endian type.Rajesh Borundia2013-04-191-12/+8
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-4/+4
* | qlcnic: Support VF-PF communication channel commands.Rajesh Borundia2013-03-291-1/+4
* | qlcnic: Use shared interrupt vector for Tx and RxRajesh Borundia2013-03-291-10/+46