summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qed: allow sleep in qed_mcp_trace_dump()Caleb Sander2023-01-041-8/+20
* qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin2022-12-263-10/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-0/+2
|\
| * drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can2022-12-091-0/+2
* | qlcnic: Clean up some inconsistent indentingJiapeng Chong2022-12-121-1/+1
* | 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-293-14/+15
|\|
| * qed: avoid defines prefixed with CONFIGLukas Bulwahn2022-11-251-12/+12
| * qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou2022-11-251-2/+2
| * net/qla3xxx: fix potential memleak in ql3xxx_send()Zhang Changzhong2022-11-181-0/+1
* | ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-5/+8
* | qed (gcc13): use u16 for fid to be big enoughJiri Slaby (SUSE)2022-11-021-1/+2
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-284-17/+10
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-316-13/+13
* 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
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-023-7/+5
* qlogic/qed: fix repeated words in commentsJilin Yuan2022-07-011-1/+1
* ethernet: Remove vf rate limit check for driversBin Chen2022-06-101-4/+2
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+2
|\ \
| * | net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET2022-05-171-1/+2
| |/
* | net: qede: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-05-171-1/+0
* | qed: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-05-171-1/+0
* | rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-1/+2
* | net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-5/+4
* | qede: Reduce verbosity of ptp tx timestampPrabhakar Kushwaha2022-04-301-5/+5
* | 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-072-1/+4
|\|
| * qede: confirm skb is allocated before usingJamie Bainbridge2022-04-061-0/+3
| * qed: fix ethtool register dumpManish Chopra2022-04-041-1/+1
* | qed: remove an unneed NULL check on list iteratorXiaomeng Tong2022-04-071-2/+2
|/
* qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix2022-03-261-5/+5
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-248-22/+146
|\
| * qed: remove unnecessary memset in qed_init_fw_funcsWan Jiabing2022-03-211-2/+0
| * qlcnic: remove redundant assignment to variable indexColin Ian King2022-03-181-1/+1
| * 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
| * | net: qlcnic: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-1/+2
| * | 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