aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-12/+7
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski1-5/+4
2022-02-28net: qlcnic: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2021-08-23qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-16/+16
2021-05-17qlcnic: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2018-11-07qlcnic: remove assumption that vlan_tci != 0Michał Mirosław1-3/+5
2018-09-29qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh1-6/+6
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-5/+5
2016-08-03qlcnic: fix napi budget alterationManish Chopra1-2/+0
2016-07-01qlcnic: add wmb() call in transmit data path.Sony Chacko1-0/+2
2016-06-29qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter1-1/+1
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-2/+2
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+24
2015-02-05qlcnic: Fix NAPI poll routine for Tx completionShahed Shaikh1-3/+24
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+4
2015-01-04qlcnic: Fix dump_skb outputJoe Perches1-8/+9
2014-08-29qlcnic: Set skb->csum_level for encapsulated checksumTom Herbert1-1/+1
2014-05-09qlcnic: Add mac learning support to SR-IOV VF.Rajesh Borundia1-8/+4
2014-04-27qlcnic: Optimize MAC learning codeShahed Shaikh1-12/+7
2014-03-24qlcnic: Add VXLAN Rx offload supportShahed Shaikh1-0/+13
2014-03-24qlcnic: Add VXLAN Tx offload supportShahed Shaikh1-25/+141
2014-01-28qlcnic: Fix loopback test failureShahed Shaikh1-3/+8
2014-01-28qlcnic: Correct off-by-one errors in bounds checksManish Chopra1-4/+4
2014-01-23qlcnic: Interrupt code cleanupManish chopra1-42/+13
2014-01-17qlcnic: make local functions staticstephen hemminger1-10/+14
2014-01-13net: qlcnic: fix warning for incorrect type in argumentdingtianhong1-1/+1
2014-01-13qlcnic: Do MAC learning for SRIOV PF.Sucheta Chakraborty1-29/+51
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+9
2014-01-03qlcnic: Fix bug in Tx completion pathShahed Shaikh1-3/+5
2014-01-02qlcnic: Fix loopback diagnostic testManish Chopra1-0/+4
2013-12-31net: qlcnic: slight optimization of addr comparedingtianhong1-2/+2
2013-12-19drivers: net: Mark functions as static in qlcnic_io.cRashika Kheria1-3/+3
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+2
2013-12-17qlcnic: Allow single Tx/Rx queue for all adapters.Himanshu Madhani1-4/+2
2013-12-17qlcnic: Fix usage of netif_tx_{wake, stop} api during link change.Himanshu Madhani1-8/+2
2013-11-04qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani1-4/+1
2013-11-04qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani1-21/+25
2013-11-04qlcnic: Enhance ethtool Statistics for Multiple Tx queue.Himanshu Madhani1-9/+5
2013-10-18qlcnic: dcb code cleanup and refactoring.Sucheta Chakraborty1-1/+1
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-09-05qlcnic: use standard NAPI weightsMichal Schmidt1-18/+12
2013-08-27qlcnic: dcb: Register DCB AEN handler.Sucheta Chakraborty1-0/+3
2013-08-21qlcnic: Enable diagnostic test for multiple Tx queues.Himanshu Madhani1-4/+9
2013-08-21qlcnic: Multi Tx queue support for 82xx Series adapter.Himanshu Madhani1-23/+117
2013-08-20treewide: Fix typo in printkMasanari Iida1-1/+1
2013-08-20qlcnic: Enable support for 844X adapterManish Chopra1-4/+1
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-34/+67