summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: Remove memset after vzalloc in ipoib_cm.cFuqian Huang2019-07-031-1/+0Star
* IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2019-01-251-2/+1Star
* IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov2018-10-161-2/+6
* IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister2018-09-051-0/+2
* IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe2018-08-031-7/+0Star
* IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe2018-08-031-3/+6
* RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-311-6/+9
* RDMA/ipoib: Fix check for return code from ib_create_srqKamal Heib2018-07-311-1/+1
* IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-9/+4Star
* RDMA/ipoib: Fix use of sizeof()Kamal Heib2018-07-091-8/+8
* RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib2018-07-091-5/+5
* RDMA/ipoib: Use min_t() macro instead of min()Kamal Heib2018-07-091-3/+4
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-2/+2
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-3/+5
* Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-301-2/+1Star
|\
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-2/+1Star
* | IB/ipoib: Fix for notify send CQ failure messagesAlex Estrin2018-01-031-4/+6
* | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-281-0/+1
|\|
| * IB/ipoib: Restore MM behavior in case of tx_ring allocation failureYuval Shaia2017-12-131-0/+1
* | IB/ipoib: Replace printk with pr_warnYuval Shaia2017-12-121-4/+4
|/
* IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit2017-10-251-17/+23
* IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit2017-10-251-4/+6
* IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani2017-09-291-5/+5
* IB/ipoib: Suppress the retry related completion errorsSantosh Shilimkar2017-09-221-5/+11
* IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit2017-08-241-1/+7
* IB/ipoib: Remove double pointer assigningLeon Romanovsky2017-07-231-1/+0Star
* IB/IPoIB: Convert IPoIB to memalloc_noio_* callsLeon Romanovsky2017-07-181-9/+7Star
* IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2017-07-181-2/+2
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-3/+3
* IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit2017-04-201-33/+34
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* IB/ipoib: Remove redudant labelZhu Yanjun2017-02-191-4/+3Star
* IB/ipoib: remove the unnecessary memory freeZhu Yanjun2017-02-191-1/+3
* IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud2017-01-121-1/+1
* IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud2017-01-121-3/+6
* IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud2017-01-121-3/+4
* IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2017-01-121-5/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-9/+1Star
|\
| * Merge branch 'mlx' into merge-testDoug Ledford2016-12-141-2/+0Star
| |\
| | * IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib2016-11-171-2/+0Star
| * | IB/ipoib: Remove and fix debug prints after allocation failureLeon Romanovsky2016-12-031-7/+1Star
| |/
* / IB/ipoib: move back IB LL address into the hard headerPaolo Abeni2016-10-141-7/+8
|/
* IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit2016-09-021-0/+16
* IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit2016-06-071-0/+4
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry2016-03-031-2/+21
* Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-221-1/+1
|\
| * IB: add a proper completion queue abstractionChristoph Hellwig2015-12-111-1/+1
* | IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-13/+6Star
|/
* IB: split struct ib_send_wrChristoph Hellwig2015-10-081-2/+2