summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09qlcnic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-4/+0
2022-12-26qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin1-1/+7
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-01-10qlcnic: Simplify DMA settingChristophe JAILLET1-28/+10
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-23qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-4/+2
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-6/+1
2021-06-29Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-18qlcnic: remove redundant continue statementColin Ian King1-3/+0
2021-06-16qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai1-3/+1
2021-06-14qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-05-18qlcnic: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-12-17qlcnic: Fix error code in probeDan Carpenter1-0/+1
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-07-15qlcnic: convert to new udp_tunnel_nic infraJakub Kicinski1-40/+24
2020-07-05qlcninc: use generic power managementVaibhav Gupta1-26/+7
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-06-03drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal1-2/+3
2019-01-18net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2018-11-28qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_i...YueHaibing1-11/+2
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2018-10-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-09-28qlcnic: remove ndo_poll_controllerEric Dumazet1-45/+0
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-4/+6
2017-06-02qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish1-0/+2
2017-02-07net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-2/+2
2016-10-18ethernet/qlogic: use core min/max MTU checkingJarod Wilson1-0/+4
2016-09-02rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-3/+4
2016-06-18qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-16/+14
2016-04-21qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa1-2/+8
2015-11-07net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson1-1/+2
2015-09-18qlcnic: track vxlan port countJiri Benc1-5/+13
2015-08-10qlcnic: Add new VF device ID 0x8C30Shahed Shaikh1-1/+4
2015-08-10qlcnic: Rearrange ordering of header files inclusionHarish Patil1-5/+4
2015-07-16net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet1-1/+0
2015-05-29net: qlcnic: clean up sysfs error codesVladimir Zapolskiy1-1/+1
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+1
2015-02-05qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring1-16/+8
2015-01-01qlcnic: Fix return value in qlcnic_probe()Yongjian Xu1-0/+1
2014-12-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-3/+5
2014-12-03net: rename netdev_phys_port_id to more generic nameJiri Pirko1-1/+1
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-4/+5
2014-11-15qlcnic: Implement ndo_gso_check()Joe Stringer1-0/+6
2014-08-30qlcnic: Add support to run firmware POSTShahed Shaikh1-1/+1
2014-08-30qlcnic: Add support for 0x8830 device IDShahed Shaikh1-0/+8
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1