summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2021-03-03IB/umad: Return EIO in case of when device disassociatedShay Drory1-1/+6
2020-12-29RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-10-01RDMA/ucma: ucma_context reference leak in error pathShamir Rabinovitch1-3/+3
2020-06-30RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo1-0/+1
2020-06-30IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb1-0/+13
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-4/+4
2020-04-13RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon1-0/+1
2020-03-11RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe1-0/+1
2020-03-11RDMA/iwcm: Fix iwcm work deallocationBernard Metzler1-1/+3
2020-02-15RDMA/netlink: Do not always generate an ACK for some netlink operationsHÃ¥kon Bugge2-3/+3
2020-01-12RDMA/cma: add missed unregister_pernet_subsys in init failureChuhong Yuan1-0/+1
2019-11-06RDMA/iwcm: Fix a lock inversion issueBart Van Assche1-1/+2
2019-10-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein3-4/+21
2019-08-25IB/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein1-10/+10
2019-08-25IB/core: Add mitigation for Spectre V1Luck, Tony1-1/+5
2019-08-11IB: directly cast the sockaddr union to aockaddrGreg Kroah-Hartman1-5/+5
2019-08-11RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe1-8/+7
2018-12-01IB/core: Fix for core panicAlex Estrin1-2/+2
2018-11-13RDMA/core: Do not expose unsupported countersParav Pandit1-7/+12
2018-11-10IB/ucm: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-11-10RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-11-10IB/core: Fix the validations of a multicast LID in attach or detach operationsNoa Osherovich1-4/+40
2018-10-13ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang1-0/+2
2018-10-10RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn1-0/+6
2018-10-04IB/core: type promotion bug in rdma_rw_init_one_mr()Dan Carpenter1-1/+1
2018-09-26RDMA/cma: Protect cma dev list with lockParav Pandit1-5/+7
2018-09-19RDMA/cma: Do not ignore net namespace for unbound cm_idParav Pandit1-3/+10
2018-08-15IB/core: Make testing MR flags for writability a static inline functionJack Morgenstein1-10/+1
2018-08-03RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky1-0/+5
2018-08-03RDMA/mad: Convert BUG_ONs to error flowsLeon Romanovsky1-4/+7
2018-08-03infiniband: fix a possible use-after-free bugCong Wang1-1/+5
2018-07-17RDMA/ucm: Mark UCM interface as BROKENLeon Romanovsky1-2/+2
2018-06-06IB/core: Fix error code for invalid GID entryParav Pandit1-1/+1
2018-05-30IB/core: Honor port_num while resolving GID for IB link layerParav Pandit1-14/+12
2018-05-30RDMA/ucma: Correct option size check using optlenChien Tin Tung1-1/+1
2018-05-30IB/core: Fix possible crash to access NULL netdevParav Pandit1-4/+3
2018-05-16IB/device: Convert ib-comp-wq to be CPU-boundSagi Grimberg1-2/+1
2018-05-09RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier1-1/+1
2018-04-24RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier1-0/+3
2018-04-08RDMA/ucma: Introduce safer rdma_addr_size() variantsRoland Dreier2-17/+33
2018-04-08RDMA/ucma: Check that device exists prior to accessing itLeon Romanovsky1-2/+4
2018-04-08RDMA/ucma: Check that device is connected prior to access itLeon Romanovsky1-0/+5
2018-04-08RDMA/ucma: Ensure that CM_ID exists prior to access itLeon Romanovsky1-6/+9
2018-04-08RDMA/ucma: Fix use-after-free access in ucma_closeLeon Romanovsky1-0/+3
2018-04-08RDMA/ucma: Check AF family prior resolving addressLeon Romanovsky1-3/+7
2018-03-24RDMA/ucma: Don't allow join attempts for unsupported AF familyLeon Romanovsky1-1/+7
2018-03-24RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky1-0/+3
2018-03-24IB/umem: Fix use of npages/nmap fieldsArtemy Kovalyov1-1/+1
2018-03-24RDMA/cma: Use correct size when writing netlink statsParav Pandit1-1/+1
2018-03-24RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()Geert Uytterhoeven1-0/+1