Age | Commit message (Expand) | Author | Files | Lines |
2021-10-10 | ethernet: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 1 | -1/+0 |
2021-10-09 | qed: Fix missing error code in qed_slowpath_start() | chongjiapeng | 1 | -0/+1 |
2021-10-08 | qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario | Prabhakar Kushwaha | 1 | -0/+12 |
2021-10-08 | qed: Initialize debug string array | Tim Gardner | 1 | -3/+0 |
2021-10-06 | qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based" | Colin Ian King | 1 | -1/+1 |
2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski | 3 | -3/+3 |
2021-10-04 | qed: fix ll2 establishment during load of RDMA driver | Manish Chopra | 1 | -5/+44 |
2021-10-04 | qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT") | Prabhakar Kushwaha | 1 | -0/+1 |
2021-10-04 | qed: Update TCP silly-window-syndrome timeout for iwarp, scsi | Nikolay Assa | 1 | -0/+1 |
2021-10-04 | qed: Update debug related changes | Prabhakar Kushwaha | 8 | -505/+1031 |
2021-10-04 | qed: Add '_GTT' suffix to the IRO RAM macros | Prabhakar Kushwaha | 10 | -111/+143 |
2021-10-04 | qed: Update FW init functions to support FW 8.59.1.0 | Omkar Kulkarni | 6 | -200/+372 |
2021-10-04 | qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.h | Prabhakar Kushwaha | 1 | -257/+390 |
2021-10-04 | qed: Update qed_hsi.h for fw 8.59.1.0 | Prabhakar Kushwaha | 10 | -308/+1588 |
2021-10-04 | qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0 | Prabhakar Kushwaha | 3 | -263/+800 |
2021-10-04 | qed: Update common_hsi for FW ver 8.59.1.0 | Prabhakar Kushwaha | 1 | -1/+1 |
2021-10-04 | qed: Split huge qed_hsi.h header file | Omkar Kulkarni | 23 | -3747/+3794 |
2021-10-04 | qed: Remove e4_ and _e4 from FW HSI | Shai Malin | 14 | -3451/+3444 |
2021-10-04 | qed: Fix kernel-doc warnings | Prabhakar Kushwaha | 16 | -1734/+1956 |
2021-10-02 | ethernet: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 2 | -3/+3 |
2021-10-02 | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+1 |
2021-09-27 | qed: Move devlink registration to be last devlink command | Leon Romanovsky | 1 | -5/+2 |
2021-09-24 | qed: Don't ignore devlink allocation failures | Leon Romanovsky | 1 | -7/+5 |
2021-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+16 |
2021-09-22 | qed: rdma - don't wait for resources under hw error recovery flow | Shai Malin | 2 | -0/+16 |
2021-09-22 | devlink: Make devlink_register to be void | Leon Romanovsky | 1 | -6/+1 |
2021-09-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+6 |
2021-09-13 | qed: Improve the stack space of filter_config() | Shai Malin | 2 | -48/+22 |
2021-09-10 | qlcnic: Remove redundant initialization of variable ret | Colin Ian King | 1 | -1/+1 |
2021-09-10 | qed: Handle management FW error | Shai Malin | 1 | -1/+5 |
2021-09-08 | Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+0 |
2021-09-04 | qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom | Dinghao Liu | 1 | -1/+0 |
2021-09-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -2/+2 |
2021-08-30 | Merge branch 'sg_nents' into rdma.git for-next | Jason Gunthorpe | 4 | -5/+14 |
2021-08-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+7 |
2021-08-25 | qede: Fix memset corruption | Shai Malin | 1 | -1/+1 |
2021-08-25 | netxen_nic: Remove the repeated declaration | Shaokun Zhang | 1 | -1/+0 |
2021-08-25 | qed: Enable automatic recovery on error condition. | Alok Prasad | 4 | -2/+39 |
2021-08-24 | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo | 4 | -7/+21 |
2021-08-24 | qed: Fix the VF msix vectors flow | Shai Malin | 1 | -1/+6 |
2021-08-23 | qlcnic: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 3 | -29/+25 |
2021-08-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -3/+24 |
2021-08-17 | net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32 | Dinghao Liu | 1 | -1/+3 |
2021-08-16 | qed: Fix null-pointer dereference in qed_rdma_create_qp() | Shai Malin | 1 | -2/+1 |
2021-08-16 | qed: qed ll2 race condition fixes | Shai Malin | 1 | -0/+20 |
2021-08-14 | ethernet: fix PTP_1588_CLOCK dependencies | Arnd Bergmann | 1 | -1/+1 |
2021-08-09 | devlink: Set device as early as possible | Leon Romanovsky | 1 | -2/+3 |
2021-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+9 |
2021-08-03 | qed: Remove duplicated include of kernel.h | zhouchuangao | 1 | -1/+0 |
2021-08-03 | qed: Remove redundant prints from the iWARP SYN handling | Shai Malin | 1 | -2/+0 |