aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09net/qla3xxx: Remove useless DMA-32 fallback configurationChristophe JAILLET1-8/+3
2022-01-09qlcnic: Simplify DMA settingChristophe JAILLET6-38/+19
2022-01-02qed: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-23/+5
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+13
2021-12-18qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-5/+0
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-10/+16
2021-12-07net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter1-10/+9
2021-12-03qed*: esl priv flag support through ethtoolManish Chopra5-1/+80
2021-12-03qed*: enhance tx timeout debug infoManish Chopra6-15/+162
2021-12-03qede: validate non LSO skb lengthManish Chopra1-0/+7
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2021-12-02qed: Enhance rammod debug prints to provide pretty detailsPrabhakar Kushwaha4-15/+158
2021-12-01net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2021-11-26net: qed: fix the array may be out of boundzhangyue1-3/+3
2021-11-22qed: Use the bitmap API to simplify some functionsChristophe JAILLET1-19/+5
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen3-6/+18
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-13/+4
2021-11-01RDMA/qed: Use helper function to set GUIDsKamal Heib1-13/+4
2021-10-29net: netxen: fix code indentationJean Sacren1-1/+1
2021-10-25net: qed_dev: fix check of true !rc expressionJean Sacren1-1/+1
2021-10-25net: qed_ptp: fix check of true !rc expressionJean Sacren1-2/+2
2021-10-19ethernet: netxen: use eth_hw_addr_set()Jakub Kicinski1-1/+3
2021-10-18qed: Change the TCP common variable - "iscsi_ooo"Shai Malin1-26/+24
2021-10-18qed: Optimize the ll2 ooo flowShai Malin2-41/+42
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski1-4/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski10-11/+11
2021-10-13net: qed_debug: fix check of false (grc_param < 0) expressionJean Sacren1-1/+1
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-09qed: Fix missing error code in qed_slowpath_start()chongjiapeng1-0/+1
2021-10-08qed: Fix compilation for CONFIG_QED_SRIOV undefined scenarioPrabhakar Kushwaha1-0/+12
2021-10-08qed: Initialize debug string arrayTim Gardner1-3/+0
2021-10-06qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"Colin Ian King1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski3-3/+3
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