summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic
Commit message (Expand)AuthorAgeFilesLines
* qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-091-1/+1
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-03-151-0/+2
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-181-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-191-5/+1Star
* qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_i...YueHaibing2018-11-281-11/+2Star
* qlcnic: remove assumption that vlan_tci != 0Michał Mirosław2018-11-081-3/+5
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-252-2/+0Star
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-022-2/+0Star
* | qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter2018-10-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-046-57/+17Star
|\ \
| * | qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-09-295-12/+17
| * | qlcnic: remove ndo_poll_controllerEric Dumazet2018-09-281-45/+0Star
| |/
* / qlcnic: Remove set but not used variables 'fw_mbx' and 'hdr_size'Yue Haibing2018-09-131-5/+1Star
|/
* ethernet/qlogic: remove unused array msi_tgt_statusColin Ian King2018-08-091-7/+0Star
* qlcnic: Mark expected switch fall-througsGustavo A. R. Silva2018-08-081-1/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-0/+2
|\
| * qlogic: check kstrtoul() for errorsDan Carpenter2018-07-141-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-132-4/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-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
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* qlcnic: remove redundant zero check on retries counterColin Ian King2017-09-011-7/+3Star
* qlogic: make device_attribute constBhumika Goyal2017-08-211-3/+3
* qlcnic: add const to bin_attribute structureBhumika Goyal2017-08-031-1/+1
* qlcnic: remove unnecessary static in qlcnic_dump_fw()Gustavo A. R. Silva2017-07-201-1/+1
* qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish2017-06-024-2/+30
* qlcnic: Fix a sleep-in-atomic bug in qlcnic_82xx_hw_write_wx_2M and qlcnic_82...Jia-Ju Bai2017-06-011-1/+1
* qlcnic: Update version to 5.3.66Chopra, Manish2017-05-121-2/+2
* qlcnic: Fix link configuration with autoneg disabledChopra, Manish2017-05-123-0/+38
* qlcnic: fix unchecked return valuePan Bian2017-04-241-0/+2
* scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* qlogic: qlcnic_sysfs: constify bin_attribute structuresBhumika Goyal2017-02-221-8/+8
* net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-203-109/+123
* qlcnic: Fix a memory leak in error handling pathChristophe Jaillet2017-02-201-2/+4
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-2/+2
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-5/+5
* ethernet/qlogic: use core min/max MTU checkingJarod Wilson2016-10-182-6/+4Star
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-242-2/+5
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-021-3/+4
* qlcnic: Update version to 5.3.65Manish Chopra2016-08-031-2/+2
* qlcnic: fix napi budget alterationManish Chopra2016-08-031-2/+0Star
* qlcnic: fix data structure corruption in async mbx command handlingManish Chopra2016-08-032-44/+60
* net: qlcnic: avoid superfluous assignementxypron.glpk@gmx.de2016-08-011-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-0/+2
|\
| * qlcnic: add wmb() call in transmit data path.Sony Chacko2016-07-011-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+1
|\|