aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-06qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"Colin Ian King1-1/+1
2021-10-04qed: fix ll2 establishment during load of RDMA driverManish Chopra1-5/+44
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha1-0/+1
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa1-0/+1
2021-10-04qed: Update debug related changesPrabhakar Kushwaha8-505/+1031
2021-10-04qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha10-111/+143
2021-10-04qed: Update FW init functions to support FW 8.59.1.0Omkar Kulkarni6-200/+372
2021-10-04qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.hPrabhakar Kushwaha1-257/+390
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha10-308/+1588
2021-10-04qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0Prabhakar Kushwaha3-263/+800
2021-10-04qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha1-1/+1
2021-10-04qed: Split huge qed_hsi.h header fileOmkar Kulkarni23-3747/+3794
2021-10-04qed: Remove e4_ and _e4 from FW HSIShai Malin13-3450/+3443
2021-10-04qed: Fix kernel-doc warningsPrabhakar Kushwaha15-1733/+1952
2021-09-27qed: Move devlink registration to be last devlink commandLeon Romanovsky1-5/+2
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+16
2021-09-22qed: rdma - don't wait for resources under hw error recovery flowShai Malin2-0/+16
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-6/+1
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2021-09-13qed: Improve the stack space of filter_config()Shai Malin1-20/+3
2021-09-10qed: Handle management FW errorShai Malin1-1/+5
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2021-08-25qed: Enable automatic recovery on error condition.Alok Prasad3-1/+19
2021-08-24qed: Fix the VF msix vectors flowShai Malin1-1/+6
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+21
2021-08-16qed: Fix null-pointer dereference in qed_rdma_create_qp()Shai Malin1-2/+1
2021-08-16qed: qed ll2 race condition fixesShai Malin1-0/+20
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-08-03qed: Remove duplicated include of kernel.hzhouchuangao1-1/+0
2021-08-03qed: Remove redundant prints from the iWARP SYN handlingShai Malin1-2/+0
2021-08-03qed: Skip DORQ attention handling during recoveryShai Malin1-1/+11
2021-08-03qed: Avoid db_recovery during recoveryShai Malin1-0/+5
2021-07-30RDMA/qed: Use accurate error num in qed_cxt_dynamic_ilt_allocPrabhakar Kushwaha1-2/+2
2021-07-29qed: Remove the qed module versionShai Malin3-18/+1
2021-07-27net: qed: remove unneeded return variablesJason Wang1-4/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-06-17net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook1-1/+3
2021-06-07qed: Fix duplicate included linux/kernel.hJiapeng Chong1-1/+0
2021-06-03qed: Add IP services APIs supportNikolay Assa1-0/+238
2021-06-03qed: Add NVMeTCP Offload IO Level FW InitializationsShai Malin4-2/+426
2021-06-03qed: Add support of HW filter blockPrabhakar Kushwaha3-0/+103
2021-06-03qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin3-2/+610
2021-06-03qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin13-22/+426
2021-06-03qed: Add TCP_ULP FW resource layoutOmkar Kulkarni8-28/+28
2021-05-13net: qed: remove redundant initialization of variable rcColin Ian King1-1/+1
2021-03-10qed: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2020-11-17qed: fix ILT configuration of SRC blockDmitry Bogdanov2-5/+2
2020-11-17qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong1-3/+9
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-11/+4