summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-092-10/+16
|\
| * net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter2021-12-071-10/+9
| * qede: validate non LSO skb lengthManish Chopra2021-12-031-0/+7
* | qed*: esl priv flag support through ethtoolManish Chopra2021-12-035-1/+80
* | qed*: enhance tx timeout debug infoManish Chopra2021-12-036-15/+162
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-2/+8
|\|
| * net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang2021-12-011-2/+8
* | qed: Enhance rammod debug prints to provide pretty detailsPrabhakar Kushwaha2021-12-024-15/+158
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-3/+3
|\|
| * net: qed: fix the array may be out of boundzhangyue2021-11-261-3/+3
* | qed: Use the bitmap API to simplify some functionsChristophe JAILLET2021-11-221-19/+5
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-223-6/+18
* | 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
|\|