summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-4/+0
* qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin2022-12-261-1/+7
* rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-1/+2
* qlcnic: Simplify DMA settingChristophe JAILLET2022-01-091-28/+10
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-4/+2
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-6/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-0/+1
| |\
| * | qlcnic: remove redundant continue statementColin Ian King2021-06-181-3/+0
| * | qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai2021-06-161-3/+1
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-0/+1
|\ \ \ | |_|/ |/| |
| * | qlcnic: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
| |/
* / qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET2021-06-141-0/+1
|/
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* qlcnic: Fix error code in probeDan Carpenter2020-12-171-0/+1
* net/qlcnic: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
* qlcnic: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-40/+24
* qlcninc: use generic power managementVaibhav Gupta2020-07-041-26/+7
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal2019-06-021-2/+3
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-1/+2
* qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_i...YueHaibing2018-11-281-11/+2
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-1/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
* | qlcnic: remove ndo_poll_controllerEric Dumazet2018-09-281-45/+0
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+6
* qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish2017-06-021-0/+2
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-2/+2
* ethernet/qlogic: use core min/max MTU checkingJarod Wilson2016-10-181-0/+4
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-011-3/+4
* qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-171-16/+14
* qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa2016-04-211-2/+8
* net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson2015-11-071-1/+2
* qlcnic: track vxlan port countJiri Benc2015-09-171-5/+13
* qlcnic: Add new VF device ID 0x8C30Shahed Shaikh2015-08-101-1/+4
* qlcnic: Rearrange ordering of header files inclusionHarish Patil2015-08-101-5/+4
* net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet2015-07-151-1/+0
* net: qlcnic: clean up sysfs error codesVladimir Zapolskiy2015-05-281-1/+1
* net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-0/+1
* qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring2015-02-051-16/+8
* qlcnic: Fix return value in qlcnic_probe()Yongjian Xu2014-12-311-0/+1
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-3/+5
* net: rename netdev_phys_port_id to more generic nameJiri Pirko2014-12-021-1/+1
* net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko2014-12-021-4/+5
* qlcnic: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
* qlcnic: Add support to run firmware POSTShahed Shaikh2014-08-291-1/+1
* qlcnic: Add support for 0x8830 device IDShahed Shaikh2014-08-291-0/+8
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1