summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-2/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-12/+7
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
* net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-5/+4
* net: qlcnic: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-1/+2
* qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-16/+16
* qlcnic: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
* net/qlcnic: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* qlcnic: remove assumption that vlan_tci != 0Michał Mirosław2018-11-071-3/+5
* qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-09-291-6/+6
* 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