summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/ib/adapters
AgeCommit message (Collapse)AuthorFilesLines
2022-08-3014079 remove TNFToomas Soome17-4092/+19
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Garrett D'Amore <garrett@damore.org>
2022-03-1014443 resection manual pages per IPD4Richard Lowe2-2/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-04-2010728 hermon: NULL pointer errorsToomas Soome3-14/+14
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-04-2010727 tavor: NULL pointer errorsToomas Soome3-8/+7
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2018-04-239412 hermon: this statement may fall throughToomas Soome1-1/+1
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2017-11-198788 tavor: variable 'cfi_dw_info' set but not usedToomas Soome1-2/+0
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-11-198787 hermon: variable 'cfi_dw_info' set but not usedToomas Soome1-2/+0
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-02-227812 Remove gender specific languageDaniel Hoffman1-1/+2
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-11-105255 uts shouldn't open-code ISP2Josef 'Jeff' Sipek10-35/+41
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-08-295083 avoid undefined order of operations in assignmentsRichard Lowe2-2/+2
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2010-08-166976891 32-bit IB systems panic on boot via hermon_rsrc_hw_entries_init()Bill Taylor2-1/+21
2010-07-29PSARC/2010/234 IBTF 2010.Q2 EnhancementsBill Taylor19-1863/+4239
6538821 add Base Memory Management to ibtl and hermon 6893126 Add OFED ib_get_dma_mr() equivalent memory registration interface to IBTF 6937574 move FMANOTE messages to msgbuf or ibtf buf only 6954821 Expose IB interrupt handles and device info for perf optimization 6955695 IBTF V4 interfaces
2010-06-246963557 ConnectX-2 device with device id 0x6746 needs to be supportedBill Taylor2-20/+48
2010-06-076946555 Hot lock in ibt_map_mem_iov / ibt_unmap_mem_iovBill Taylor1-9/+1
6950116 Need to optimize hermon_ci_unmap_mem_iov() for RDS performance
2010-04-086939784 potential double free in hermon_ci_map_mem_area()Bill Taylor1-3/+1
2010-03-226932984 IBTF and HCA drivers need to more completely support FMR and ↵Bill Taylor15-2244/+603
ibt_map_mem_area()
2010-03-186915876 hermon is not handling timeout during flash correctlyShantkumar Hiremath1-7/+9
6919684 ibt_get_ip_paths fails when source IP address is not the gateway for the IP subnet
2010-02-106879375 MADs may be vulnerable to corruptionBill Taylor3-3/+15
6922514 tavor, hermon : duplicate call to freerbuf when mtt_bind fails, causes panic
2010-01-276912430 When using uDAPL with multiple ports, small msgs on one port can ↵Bill Taylor1-19/+47
corrupt msgs on another port. 6915799 Kernel panics in hermon driver when using uDAPL with multiple HCAs simultaneously
2010-01-146914930 panic - tavor infiniband card - assert fail: curr!=NULL, ↵Bill Taylor1-24/+6
../ib/adapters/tavor/tavor_wr.c, line: 3004
2009-12-046887930 tavor: "SRQ number != SRQ index" can cause firmware to corrupt DDR ↵Pramod Gunjikar4-80/+6
memory 6900155 Extra free in the error path for hermon_mr_common_reg() & tavor_mr_common_reg();
2009-12-036783915 numerous drivers using devacc_attr_access without specifying ↵Stephen Hanson1-1/+1
DDI_DEVICE_ATTR_V1 6765185 ddi_dma_mem_alloc should ignore devacc_attr_access 6886100 DDI_FLAGERR_ACC accesses on x86 should use i_ddi_prot_io_get8() calls as on sparc 6886098 ddi_fm_acc_err_get()/ddi_fm_dma_err_get() copy data when they don't need to 6901678 crossbow changes broke dma handle checking in bge driver 6901000 lint warning in mtst_cpu.c
2009-11-246903656 add hardware based 64 bit performance kstatsRamaswamy Tummala2-5/+219
2009-11-236851278 add new performance kstats in tavorRamaswamy Tummala2-4/+511
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni1-3/+3
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2009-11-096863983 NFS/RDMA - 1 client, 2 servers - Hermon Device Errors seen (CQE ↵Bill Taylor1-1/+1
local protection error)
2009-10-236858031 ibd: one receive memory region is required to fix performance and ↵Bill Taylor2-6/+22
scaling problems 6884097 ibt_map_mem_iov() fails (hermon reverses SLEEP and NOSLEEP) 6886372 hermon should support 4K IB MTU 6894485 ibd is not lint clean
2009-09-236877975 TCP_corrupt exposes corruption from using LSO on hermonRajkumar Sivaprakasam2-17/+17
2009-08-216837729 Registering kernel DMA memory through uDAPL failsBill Taylor2-4/+4
2009-07-186848646 fault diagnosis for downrev firmware needs workEiji Ota3-6/+41
2009-07-026814751 px_dma_allocmp and hermon_dbr_page_alloc leakagiri2-60/+41
2009-07-016833882 Hermon limits Max QPs that can attach to a multicast group to 8.agiri2-4/+7
2009-06-256853594 hermon: setting static_rate to max, then reading it returns the ↵agiri1-1/+1
wrong value
2009-06-186852174 performance counters could show a lesser value for readings within ↵Ramaswamy Tummala1-0/+17
the first second
2009-06-176583365 add PortChange eventRajkumar Sivaprakasam4-1/+224
4981612 IBTF support for re-registration handler 6839683 Add support for port change event
2009-06-176832231 new info ioctls for ibnexRamaswamy Tummala2-19/+436
6832234 new performance kstats 6839158 assertion failed: status != IBT_HCA_IN_USE, file: ../../common/io/ib/mgt/ibmf/ibmf_impl.c
2009-06-036728711 ibnex_ioc_create_pi() and ibnex_pseudo_create_pi() shouldn't call ↵Eiji Ota3-4/+30
mdi_pi_offline() in error cases 6837153 assertion failed: rc == DDI_SUCCESS, file: ../../common/os/devcfg.c, line: 4067 6841284 hermon_inter_err_chk() needs some clean-ups
2009-05-206837893 add new fields to ibt_hca_portinto_tBill Taylor2-0/+14
2009-05-086836479 assertion failed: handlep != NULL, file: ↵Eiji Ota2-64/+82
../../common/io/ib/adapters/hermon/herm on_fm.c, line: 1163
2009-05-086807854 ConnectX QDR devices fail to run when managed by a QDR-aware Subnet ↵Bill Taylor1-25/+45
Manager
2009-05-086838200 hermon panic at: hermon:hermon_mr_mtt_bindBill Taylor1-0/+4
2009-04-306808773 code for Mellanox devices (hermon, tavor, udapl, fwflash) can become ↵Bill Taylor37-0/+82926
open source