summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic
Commit message (Expand)AuthorAgeFilesLines
...
* drivers: net: qlcnic: simplify the return expression of qlcnic_sriov_vf_shutd...Zheng Yongjun2020-12-081-6/+1
* qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong2020-11-161-1/+2
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-8/+2
|\
| * net: qlcnic: simplify the return expression of qlcnic_83xx_shutdownQinglang Miao2020-09-211-6/+1
| * net: qlcnic: remove unused variable 'val' in qlcnic_83xx_cam_unlock()Zhang Changzhong2020-09-141-2/+1
* | net/qlcnic: Convert to SPDX license identifiersThomas Gleixner2020-09-1620-40/+20
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* qlcnic: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-143-70/+32
* qlcninc: use generic power managementVaibhav Gupta2020-07-042-35/+9
* qlcnic: Use kobj_to_dev() insteadWang Qing2020-06-151-17/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+3
|\
| * qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu2020-05-251-1/+3
* | qlcnic: use true,false for bool variable in qlcnic_sriov_common.cJason Yan2020-05-051-2/+2
* | qlcnic: remove unused inline function qlcnic_hw_write_wx_2MYueHaibing2020-04-251-6/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-1/+1
|\
| * qlcnic: Fix bad kzalloc null testXu Wang2020-03-261-1/+1
* | net: qlnic: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-141-18/+5
* | qlogic: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-261-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-262-0/+3
|\
| * qlcnic: Fix CPU soft lockup while collecting firmware dumpManish Chopra2020-01-232-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\ \ | |/
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
|/
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
* qlcnic: remove redundant assignment to variable errColin Ian King2019-07-031-1/+1
* drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal2019-06-021-2/+3
* qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-081-1/+1
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-03-151-0/+2
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-1/+2
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-14/+14
* qlcnic: remove set but not used variables 'op, cmd_op'YueHaibing2018-12-181-5/+1
* qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_i...YueHaibing2018-11-281-11/+2
* qlcnic: remove assumption that vlan_tci != 0Michał Mirosław2018-11-071-3/+5
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-252-2/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-022-2/+0
* | qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter2018-10-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-036-57/+17
|\ \
| * | qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-09-295-12/+17
| * | qlcnic: remove ndo_poll_controllerEric Dumazet2018-09-281-45/+0
| |/
* | qlcnic: Remove set but not used variables 'fw_mbx' and 'hdr_size'Yue Haibing2018-09-121-5/+1
|/
* ethernet/qlogic: remove unused array msi_tgt_statusColin Ian King2018-08-091-7/+0
* qlcnic: Mark expected switch fall-througsGustavo A. R. Silva2018-08-071-1/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-0/+2
|\
| * qlogic: check kstrtoul() for errorsDan Carpenter2018-07-131-0/+2
* | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-122-4/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-8/+10
* qlcnic: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-261-1/+1
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-15/+15
* qlcnic: fix deadlock bugJunxiao Bi2018-01-291-9/+9