aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-01-09qlcnic: 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-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+1
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-0/+1
2021-06-18Merge 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-17qlcnic: 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-14qlcnic: convert to new udp_tunnel_nic infraJakub Kicinski1-40/+24
2020-07-04qlcninc: use generic power managementVaibhav Gupta1-26/+7
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal1-2/+3
2019-01-17net: 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_info'YueHaibing1-11/+2
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-1/+0
2018-09-28qlcnic: remove ndo_poll_controllerEric Dumazet1-45/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+6
2017-06-02qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish1-0/+2
2017-02-06net-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-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-3/+4
2016-06-17qlcnic: 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-17qlcnic: 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-15net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet1-1/+0
2015-05-28net: 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
2014-12-31qlcnic: Fix return value in qlcnic_probe()Yongjian Xu1-0/+1
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-3/+5
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko1-1/+1
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-4/+5
2014-11-14qlcnic: Implement ndo_gso_check()Joe Stringer1-0/+6
2014-08-29qlcnic: Add support to run firmware POSTShahed Shaikh1-1/+1
2014-08-29qlcnic: Add support for 0x8830 device IDShahed Shaikh1-0/+8
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2014-08-05qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia1-2/+2