summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/ib/clients/of
AgeCommit message (Collapse)AuthorFilesLines
2022-08-0413700 pollhead_delete trips over bad pointerPatrick Mooney1-6/+7
Reviewed by: Dan McDonald <danmcd@mnx.io> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-04-2010725 sol_ucma: NULL pointer errorsToomas Soome1-4/+4
Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-03-2810573 define TASKQID_INVALID as (taskq_id)0Toomas Soome1-1/+1
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-188634 epoll fails to wake on certain edge-triggered conditionsPatrick Mooney3-37/+28
8635 epoll should not emit POLLNVAL 8636 recursive epoll should emit EPOLLRDNORM Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2010-08-026929502 packages are missing some license filesMark J. Nelson2-0/+0
6930656 license action improvements --HG-- rename : usr/src/cmd/cmd-inet/usr.bin/pppdump/LICENSE.top.descrip => usr/src/cmd/cmd-inet/usr.bin/pppdump/THIRDPARTYLICENSE.descrip rename : usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE => usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.bsd rename : usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.descrip => usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.bsd.descrip rename : usr/src/pkg/license_files/lic_SUNWroute => usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.freebsd rename : usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.descrip => usr/src/cmd/cmd-inet/usr.sbin/in.routed/THIRDPARTYLICENSE.freebsd.descrip rename : usr/src/pkg/license_files/lic_SUNWhwdata => usr/src/cmd/hwdata/THIRDPARTYLICENSE.pciids.tmpl rename : usr/src/pkg/license_files/lic_GPLv2 => usr/src/cmd/powertop/common/COPYING rename : usr/src/lib/librstp/THIRDPARTYLICENSE.descrip => usr/src/lib/librstp/common/COPYING.descrip rename : usr/src/uts/common/io/e1000g/README => usr/src/uts/common/io/e1000g/THIRDPARTYLICENSE rename : usr/src/pkg/license_files/lic_Emulex => usr/src/uts/common/io/fibre-channel/fca/emlxs/FIRMWARELICENSE rename : usr/src/pkg/license_files/lic_Qlogic => usr/src/uts/common/io/fibre-channel/fca/qlc/FIRMWARELICENSE rename : usr/src/uts/common/io/ib/clients/of/lic_of => usr/src/uts/common/io/ib/clients/of/THIRDPARTYLICENSE rename : usr/src/uts/common/io/ib/clients/of/lic_of.descrip => usr/src/uts/common/io/ib/clients/of/THIRDPARTYLICENSE.descrip rename : usr/src/pkg/license_files/cr_Intel.SUNWfipe => usr/src/uts/i86pc/io/fipe/THIRDPARTYLICENSE
2010-07-29PSARC/2010/234 IBTF 2010.Q2 EnhancementsBill Taylor2-11/+24
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-07-07PSARC 2010/239 OFUV Userland InterfaceLida.Horn2-0/+2722
6906676 Add support for Infiniband User Mad Packet interface under Solaris onnv (/kernel/drv/sol_umad) 6906018 ibmf doesn't loopback in software all MAD packets for all HCAs that require it 6906022 ibmf misses subnet client class SUBN_ADM_AGENT as being able to use non default Pkeys 6933472 ibmf:ibmf_i_mgt_class_to_hdr_sz_off is missing default and MAD_MGMT_CLASS_VENDOR2_START 6906028 ib_user_mad_hdr missing pkey_index and reserved fields
2010-07-016960923 rdma_bind() fails in some IPMP configurationsPramod Gunjikar1-18/+35
2010-04-266943734 parallel rdmacm operations on same CMID can cause panic with rdsv3Johnny Cheung7-247/+337
6943145 solaris user verbs api change to include IBV_ACCESS_SO flag and functionality 6944892 ibt_ip_path_handler_t(9e) is passed src_ip_p > required 6945146 sol_ucma: codes cleanup for issue reported by coverity tools 6945163 sol_uverbs: codes cleanup for issues reported by coverity tools
2010-04-21PSARC/2010/043 Reliable Datagram Service v3Eiji Ota3-260/+2739
6850013 RDS driver upgrade to version 3 6902396 su_recv does not call pollwakeup() for zero-len datagrams when protocol uses uio recv
2010-04-06PSARC 2009/421 Open Fabrics User Verbs (OFUV) - primary kernel componentsPramod Gunjikar15-0/+16087
6863653 Need in kernel OFED RDMA CM API