summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
Commit message (Expand)AuthorAgeFilesLines
* qed: allow sleep in qed_mcp_trace_dump()Caleb Sander2023-01-041-8/+20
* skbuff: Introduce slab_build_skb()Kees Cook2022-12-091-1/+1
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-12/+12
|\
| * qed: avoid defines prefixed with CONFIGLukas Bulwahn2022-11-251-12/+12
* | qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)2022-11-021-1/+2
|/
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* qlogic: qed: fix clang -Wformat warningsJustin Stitt2022-07-121-2/+2
* qed: Use bitmap_empty()Christophe JAILLET2022-07-061-1/+1
* qed: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-3/+2
* qlogic/qed: fix repeated words in commentsJilin Yuan2022-07-011-1/+1
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-042-32/+15
|\
| * qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()Yury Norov2022-05-021-1/+1
| * qed: rework qed_rdma_bmap_free()Yury Norov2022-05-021-31/+14
* | qed: fix typos in commentsJulia Lawall2022-05-222-2/+2
* | qed: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-05-171-1/+0
* | qed: Remove IP services API.Guillaume Nault2022-04-222-240/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-071-1/+1
|\|
| * qed: fix ethtool register dumpManish Chopra2022-04-041-1/+1
* | qed: remove an unneed NULL check on list iteratorXiaomeng Tong2022-04-071-2/+2
|/
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-246-20/+143
|\
| * qed: remove unnecessary memset in qed_init_fw_funcsWan Jiabing2022-03-211-2/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-102-7/+18
| |\
| * | qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2022-03-032-2/+27
| * | qed: display VF trust configManish Chopra2022-03-031-0/+1
| * | qed: prevent a fw assert during device shutdownVenkata Sudheer Kumar Bhavaraju2022-02-103-2/+51
| * | qed: use msleep() in qed_mcp_cmd() and add qed_mcp_cmd_nosleep() for udelay.Venkata Sudheer Kumar Bhavaraju2022-01-312-14/+64
* | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/
* | qed: return status of qed_iov_get_linkTom Rix2022-03-071-7/+11
* | net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai2022-03-071-0/+7
|/
* qed: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-23/+5
* qed*: esl priv flag support through ethtoolManish Chopra2021-12-034-1/+67
* qed*: enhance tx timeout debug infoManish Chopra2021-12-035-0/+86
* 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
|/
* 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: 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
* | 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: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-149-10/+10
* | 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