summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
AgeCommit message (Expand)Author
2023-03-08qlcnic: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-12-26qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-01-09qlcnic: Simplify DMA settingChristophe JAILLET
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-23qlcnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-18qlcnic: remove redundant continue statementColin Ian King
2021-06-16qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.cWang Hai
2021-06-14qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET
2021-05-17qlcnic: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-12-17qlcnic: Fix error code in probeDan Carpenter
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner
2020-07-14qlcnic: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-04qlcninc: use generic power managementVaibhav Gupta
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata
2018-11-28qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_i...YueHaibing
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-28qlcnic: remove ndo_poll_controllerEric Dumazet
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-06-02qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2016-10-18ethernet/qlogic: use core min/max MTU checkingJarod Wilson
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu
2016-06-17qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck
2016-04-21qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa
2015-11-07net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson
2015-09-17qlcnic: track vxlan port countJiri Benc
2015-08-10qlcnic: Add new VF device ID 0x8C30Shahed Shaikh
2015-08-10qlcnic: Rearrange ordering of header files inclusionHarish Patil
2015-07-15net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet
2015-05-28net: qlcnic: clean up sysfs error codesVladimir Zapolskiy
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita
2015-02-05qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring
2014-12-31qlcnic: Fix return value in qlcnic_probe()Yongjian Xu
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-14qlcnic: Implement ndo_gso_check()Joe Stringer
2014-08-29qlcnic: Add support to run firmware POSTShahed Shaikh
2014-08-29qlcnic: Add support for 0x8830 device IDShahed Shaikh
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine