summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2017-09-252-6/+19
* IB/ipoib: Fix sysfs Pkey create<->remove possible deadlockShalom Lagziel2017-09-251-6/+14
* IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
* IB/ipoib: Suppress the retry related completion errorsSantosh Shilimkar2017-09-221-5/+11
* Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-257-27/+37
|\
| * IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit2017-08-244-5/+31
| * RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-244-22/+6Star
* | IB/ipoib: Enable ioctl for to IPoIB rdma netdevsFeras Daoud2017-08-241-0/+15
|/
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-186-32/+50
|\
| * IB/ipoib: Notify on modify QP failure only when relevantErez Shitrit2017-07-231-1/+22
| * IB/ipoib: Remove double pointer assigningLeon Romanovsky2017-07-231-1/+0Star
| * IB/ipoib: Clean error paths in add portLeon Romanovsky2017-07-231-6/+8
| * IB/ipoib: Add get statistics support to SRIOV VFFeras Daoud2017-07-231-0/+1
| * IB/ipoib: Add multicast packets statisticsAlex Vesker2017-07-232-1/+4
| * IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initializationFeras Daoud2017-07-231-1/+1
| * IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qpAlex Vesker2017-07-231-0/+1
| * IB/ipoib: Make sure no in-flight joins while leaving that mcastErez Shitrit2017-07-231-16/+8Star
| * IB/ipoib: Use cancel_delayed_work_sync when neededErez Shitrit2017-07-231-6/+1Star
| * IB/ipoib: Fix race between light events and interface restartFeras Daoud2017-07-233-0/+4
* | Merge branch 'rdma-netlink' into k.o/merge-testDoug Ledford2017-08-101-2/+1Star
|\ \
| * | RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-2/+1Star
| | |
| \ \
*-. \ \ Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford2017-08-102-3/+3
|\ \ \ \ | |_|/ / |/| | / | | |/
| * | IB/IPoIB: Increase local_lid to 32 bitsDasaratharaman Chandramouli2017-08-081-1/+1
| * | IB/srpt: Increase lid and sm_lid to 32 bitsDasaratharaman Chandramouli2017-08-081-2/+2
| |/
* | Merge branch 'misc' into k.o/for-nextDoug Ledford2017-07-275-5/+0Star
|\ \
| * | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-245-5/+0Star
| |/
* | Merge branch 'hfi1' into k.o/for-4.14Doug Ledford2017-07-241-1/+26
|\ \ | |/ |/|
| * IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana2017-06-271-1/+26
* | RDMA/iser: don't send an rkey if all data is written as immadiate-dataSagi Grimberg2017-07-201-2/+4
* | IB/IPoIB: Fix error code in ipoib_add_port()Dan Carpenter2017-07-201-0/+1
* | IB/ipoib: Let lower driver handle get_stats64 callErez Shitrit2017-07-181-0/+12
* | IB/IPoIB: Convert IPoIB to memalloc_noio_* callsLeon Romanovsky2017-07-181-9/+7Star
* | IB/IPoIB: Forward MTU change to driver belowErez Shitrit2017-07-181-2/+17
* | IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2017-07-182-3/+3
* | IB/iser: Fix connection teardown race conditionVladimir Neyelov2017-07-171-0/+11
* | Merge tag 'v4.13-rc1' into k.o/for-4.13-rcDoug Ledford2017-07-176-11/+13
|\ \
| * \ Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-132-3/+3
| |\ \
| | * | iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger2017-07-071-1/+1
| | * | IB/srpt: Make a debug statement in srpt_abort_cmd() more informativeBart Van Assche2017-07-071-2/+2
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-066-21/+19Star
| |\ \ \
| * | | | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-271-3/+4
| * | | | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-271-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-213-7/+20
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-4/+4
* | | | | IB/iser: Handle lack of memory management extentions correctlyMike Marciniszyn2017-07-111-2/+8
| |_|/ / |/| | |
* | | | IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-052-8/+8
* | | | IB/opa_vnic: Use spinlock instead of mutex for stats_lockVishwanathapura, Niranjana2017-06-294-12/+10Star
* | | | IB/opa_vnic: Use GFP_ATOMIC while sending trapVishwanathapura, Niranjana2017-06-291-1/+1
| |/ / |/| |
* | | IB/ipoib: Fix memory leak in create child syscallFeras Daoud2017-06-141-3/+3
* | | IB/ipoib: Fix access to un-initialized napi structAlex Vesker2017-06-141-1/+0Star