summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* net: move gro definitions to include/net/gro.hEric Dumazet2021-11-161-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-031-13/+4
|\
| * RDMA/qed: Use helper function to set GUIDsKamal Heib2021-11-011-13/+4
* | net: netxen: fix code indentationJean Sacren2021-10-291-1/+1
* | net: qed_dev: fix check of true !rc expressionJean Sacren2021-10-251-1/+1
* | net: qed_ptp: fix check of true !rc expressionJean Sacren2021-10-251-2/+2
* | ethernet: netxen: use eth_hw_addr_set()Jakub Kicinski2021-10-191-1/+3
* | qed: Change the TCP common variable - "iscsi_ooo"Shai Malin2021-10-181-26/+24
* | qed: Optimize the ll2 ooo flowShai Malin2021-10-182-41/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-0/+1
|\|
| * qed: Fix missing error code in qed_slowpath_start()chongjiapeng2021-10-091-0/+1
* | ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski2021-10-141-4/+6
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-1410-11/+11
* | net: qed_debug: fix check of false (grc_param < 0) expressionJean Sacren2021-10-131-1/+1
* | ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-1/+0
* | qed: Fix compilation for CONFIG_QED_SRIOV undefined scenarioPrabhakar Kushwaha2021-10-081-0/+12
* | qed: Initialize debug string arrayTim Gardner2021-10-081-3/+0
* | qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"Colin Ian King2021-10-061-1/+1
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-053-3/+3
* | qed: fix ll2 establishment during load of RDMA driverManish Chopra2021-10-041-5/+44
* | qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha2021-10-041-0/+1
* | qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa2021-10-041-0/+1
* | qed: Update debug related changesPrabhakar Kushwaha2021-10-048-505/+1031
* | qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha2021-10-0410-111/+143
* | qed: Update FW init functions to support FW 8.59.1.0Omkar Kulkarni2021-10-046-200/+372
* | qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.hPrabhakar Kushwaha2021-10-041-257/+390
* | qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha2021-10-0410-308/+1588
* | qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0Prabhakar Kushwaha2021-10-043-263/+800
* | qed: Update common_hsi for FW ver 8.59.1.0Prabhakar Kushwaha2021-10-041-1/+1
* | qed: Split huge qed_hsi.h header fileOmkar Kulkarni2021-10-0423-3747/+3794
* | qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-0414-3451/+3444
* | qed: Fix kernel-doc warningsPrabhakar Kushwaha2021-10-0416-1734/+1956
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-022-3/+3
* | ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* | qed: Move devlink registration to be last devlink commandLeon Romanovsky2021-09-271-5/+2
* | qed: Don't ignore devlink allocation failuresLeon Romanovsky2021-09-241-7/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-232-0/+16
|\|
| * qed: rdma - don't wait for resources under hw error recovery flowShai Malin2021-09-222-0/+16
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-6/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-162-2/+6
|\|
| * qlcnic: Remove redundant initialization of variable retColin Ian King2021-09-101-1/+1
| * qed: Handle management FW errorShai Malin2021-09-101-1/+5
* | qed: Improve the stack space of filter_config()Shai Malin2021-09-132-48/+22
|/
* Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-071-1/+0
|\
| * qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu2021-09-041-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-2/+2
|\ \ | |/ |/|
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-304-5/+14
| |\
| * | RDMA/qed: Use accurate error num in qed_cxt_dynamic_ilt_allocPrabhakar Kushwaha2021-07-301-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-262-2/+7
|\ \ \
| * | | qede: Fix memset corruptionShai Malin2021-08-251-1/+1