aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-05-27IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev1-6/+9
2019-07-03IB/ipoib: Remove memset after vzalloc in ipoib_cm.cFuqian Huang1-1/+0
2019-01-25IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud1-2/+1
2018-10-16IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov1-2/+6
2018-09-05IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-08-02IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe1-7/+0
2018-08-02IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe1-3/+6
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit1-6/+9
2018-07-30RDMA/ipoib: Fix check for return code from ib_create_srqKamal Heib1-1/+1
2018-07-24IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-9/+4
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib1-8/+8
2018-07-09RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib1-5/+5
2018-07-09RDMA/ipoib: Use min_t() macro instead of min()Kamal Heib1-3/+4
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-2/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-3/+5
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJason Gunthorpe1-2/+1
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel1-2/+1
2018-01-03IB/ipoib: Fix for notify send CQ failure messagesAlex Estrin1-4/+6
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-0/+1
2017-12-13IB/ipoib: Restore MM behavior in case of tx_ring allocation failureYuval Shaia1-0/+1
2017-12-11IB/ipoib: Replace printk with pr_warnYuval Shaia1-4/+4
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit1-17/+23
2017-10-25IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit1-4/+6
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani1-5/+5
2017-09-22IB/ipoib: Suppress the retry related completion errorsSantosh Shilimkar1-5/+11
2017-08-24IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit1-1/+7
2017-07-23IB/ipoib: Remove double pointer assigningLeon Romanovsky1-1/+0
2017-07-17IB/IPoIB: Convert IPoIB to memalloc_noio_* callsLeon Romanovsky1-9/+7
2017-07-17IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky1-2/+2
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli1-3/+3
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit1-33/+34
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-19IB/ipoib: Remove redudant labelZhu Yanjun1-4/+3
2017-02-19IB/ipoib: remove the unnecessary memory freeZhu Yanjun1-1/+3
2017-01-12IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-01-12IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud1-3/+6
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud1-3/+4
2017-01-12IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud1-5/+7
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-9/+1
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-2/+0
2016-12-03IB/ipoib: Remove and fix debug prints after allocation failureLeon Romanovsky1-7/+1
2016-11-16IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib1-2/+0
2016-10-14IB/ipoib: move back IB LL address into the hard headerPaolo Abeni1-7/+8
2016-09-02IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit1-0/+16
2016-06-07IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit1-0/+4
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-03-03IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry1-2/+21
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford1-1/+1
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz1-13/+6