summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-10qlcnic: replace deprecated strncpy with strscpyJustin Stitt1-6/+6
2022-12-26qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin1-1/+7
2022-01-10qlcnic: Simplify DMA settingChristophe JAILLET1-2/+2
2021-09-10qlcnic: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-05-18net: calxeda: Fix wrong function name in commentsYang Shen1-1/+1
2020-11-17qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong1-1/+2
2020-09-16net/qlcnic: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-07-15qlcnic: convert to new udp_tunnel_nic infraJakub Kicinski1-25/+6
2020-03-26qlcnic: Fix bad kzalloc null testXu Wang1-1/+1
2020-01-23qlcnic: Fix CPU soft lockup while collecting firmware dumpManish Chopra1-0/+1
2016-06-18qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-4/+0
2015-08-10qlcnic: Don't use kzalloc unncecessarily for allocating large chunk of memoryShahed Shaikh1-2/+2
2015-07-30qlcnic: Fix corruption while copyingShahed Shaikh1-1/+1
2015-03-09ethernet: codespell comment spelling fixesJoe Perches1-2/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2014-09-26qlcnic: Use qlcnic_83xx_flash_read32() API instead of lockless version of the...Sony Chacko1-3/+2
2014-08-30qlcnic: Add support to run firmware POSTShahed Shaikh1-1/+154
2014-08-30qlcnic: Add support for 0x8830 device IDShahed Shaikh1-0/+1
2014-08-22qlcnic: Fix endianess issue in firmware load from file operationShahed Shaikh1-10/+25
2014-05-09qlcnic: Collect firmware dump using DMA on 82xx adaptersShahed Shaikh1-6/+6
2014-04-28qlcnic: Add driver logs in error path.Sucheta Chakraborty1-0/+2
2014-04-14qlcnic: Fix max ring count calculationShahed Shaikh1-6/+8
2014-04-14qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.Sucheta Chakraborty1-0/+2
2014-04-14qlcnic: Fix panic due to uninitialzed delayed_work struct in use.Sucheta Chakraborty1-3/+2
2014-04-02qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh1-3/+5
2014-03-26qlcnic: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-24qlcnic: Add VXLAN Rx offload supportShahed Shaikh1-0/+87
2014-01-24qlcnic: Enhance Tx timeout debugging.Himanshu Madhani1-1/+1
2014-01-24qlcnic: Use bool for rx_mac_learn.Sucheta Chakraborty1-1/+1
2014-01-18qlcnic: make local functions staticstephen hemminger1-4/+7
2014-01-14qlcnic: Do MAC learning for SRIOV PF.Sucheta Chakraborty1-0/+1
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+40
2013-12-18qlcnic: Refactor initialize nic code path.Sucheta Chakraborty1-5/+3
2013-12-18qlcnic: Disable DCB operations from SR-IOV VFs.Sucheta Chakraborty1-6/+0
2013-12-18qlcnic: Allow firmware dump collection when auto firmware recovery is disabledManish Chopra1-19/+34
2013-12-18qlcnic: Fix memory allocationManish Chopra1-4/+4
2013-12-18qlcnic: Fix TSS/RSS ring validation logic.Himanshu Madhani1-2/+2
2013-11-05qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.Himanshu Madhani1-7/+11
2013-11-05qlcnic: refactor Tx/SDS ring calculation and validation in driver.Himanshu Madhani1-7/+31
2013-11-05qlcnic: Register netdev in FAILED state for 83xx/84xxSucheta Chakraborty1-7/+9
2013-10-18qlcnic: dcb code cleanup and refactoring.Sucheta Chakraborty1-3/+6
2013-10-18qlcnic: Firmware dump collection when auto recovery is disabled.Pratik Pujar1-0/+11
2013-09-01qlcnic: Add support for per port eswitch configurationSony Chacko1-46/+21
2013-09-01qlcnic: Restructuring of qlc_83xx_fw_info structure.Pratik Pujar1-39/+58
2013-09-01qlcnic: Add AER support for 83xx adapterPratik Pujar1-1/+55
2013-09-01qlcnic: Remove inline keywordManish Chopra1-2/+2
2013-08-27qlcnic: dcb: Query adapter DCB capabilities.Sucheta Chakraborty1-0/+5
2013-08-21qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter.Himanshu Madhani1-1/+1
2013-08-20qlcnic: Add support for 84xx adapters to load firmware from filePratik Pujar1-2/+26
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2