aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15IB/iser: Get rid of struct iser_rdma_regdSagi Grimberg4-70/+53
2015-04-15IB/iser: Remove redundant assignments in iser_reg_page_vecSagi Grimberg1-5/+2
2015-04-15IB/iser: Move memory reg/dereg routines to iser_memory.cSagi Grimberg3-91/+88
2015-04-15IB/iser: Don't pass ib_device to fall_to_bounce_buff routineSagi Grimberg1-6/+6
2015-04-15IB/iser: Remove a redundant struct iser_data_bufSagi Grimberg3-52/+34
2015-04-15IB/iser: Remove redundant cmd_data_len calculationSagi Grimberg1-4/+1
2015-04-15IB/iser: Fix wrong calculation of protection buffer lengthSagi Grimberg1-2/+2
2015-04-15IB/iser: Handle fastreg/local_inv completion errorsSagi Grimberg1-5/+6
2015-04-15IB/iser: Fix unload during ep_poll wrong dereferenceSagi Grimberg1-1/+1
2015-04-15ib_srpt: convert printk's to pr_* functionsDoug Ledford1-97/+91
2015-04-15IB/srp: Use P_Key cache for P_Key lookupsBart Van Assche1-4/+5
2015-04-15infiniband/mlx4: check for mapping errorSebastian Ott2-0/+13
2015-04-15ib_uverbs: Fix pages leak when using XRC SRQsSébastien Dugué1-11/+11
2015-04-15IB/mlx4: Fix WQE LSO segment calculationErez Shitrit1-2/+1
2015-04-15IB/ipoib: Remove IPOIB_MCAST_RUN bitErez Shitrit2-5/+2
2015-04-15IB/ipoib: Save only IPOIB_MAX_PATH_REC_QUEUE skb'sErez Shitrit1-3/+10
2015-04-15IB/ipoib: Handle QP in SQE stateErez Shitrit2-1/+63
2015-04-15IB/ipoib: Update broadcast record values after each successful join requestErez Shitrit1-1/+17
2015-04-15IB/ipoib: Use one linear skb in RX flowErez Shitrit3-72/+13
2015-04-15IB/ipoib: drop mcast_mutex usageDoug Ledford1-38/+32
2015-04-15IB/ipoib: deserialize multicast joinsDoug Ledford1-168/+82
2015-04-15IB/ipoib: fix MCAST_FLAG_BUSY usageDoug Ledford2-128/+238
2015-04-15IB/ipoib: No longer use flush as a parameterDoug Ledford4-30/+39
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford6-38/+66
2015-04-15IB/ipoib: Make the carrier_on_task race awareDoug Ledford1-8/+17
2015-04-15IB/ipoib: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2015-04-15IB/ipoib: change init sequence orderingDoug Ledford1-7/+17
2015-04-15IB/ipoib: factor out ah flushingDoug Ledford1-18/+28
2015-04-15IB/core: don't disallow registering region starting at 0x0Yann Droneaud1-2/+2
2015-04-15IB/core: disallow registering 0-sized memory regionYann Droneaud1-0/+3
2015-04-15IB/mlx4: Change alias guids default to be host assignedYishai Hadas1-2/+2
2015-04-15IB/mlx4: Request alias GUID on demandYishai Hadas3-0/+75
2015-04-15IB/mlx4: Change init flow to request alias GUIDs for active VFsYishai Hadas3-79/+50
2015-04-15IB/mlx4: Manage admin alias GUID upon admin requestYishai Hadas2-9/+15
2015-04-15IB/mlx4: Alias GUID adding persistency supportYishai Hadas3-84/+245
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2-18/+18
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-36/+13
2015-04-11infinibad: weird APIs switched to ->write_iter()Al Viro2-15/+23
2015-04-09Merge branch 'iocb' into for-davemAl Viro2-2/+0
2015-04-07iser-target: Bump version to 1.0Sagi Grimberg1-1/+1
2015-04-07iser-target: Remove conn_ prefix from struct isert_conn membersSagi Grimberg2-148/+148
2015-04-07iser-target: Remove un-needed rdma_listen backlogSagi Grimberg2-2/+1
2015-04-07iser-target: Remove redundant check on the deviceSagi Grimberg1-4/+5
2015-04-07iser-target: Get rid of redundant max_acceptSagi Grimberg1-4/+2
2015-04-07iser-target: Split some logic in isert_connect_request to routinesSagi Grimberg1-48/+70
2015-04-07iser-target: Rename device find/release routinesSagi Grimberg1-7/+6
2015-04-07iser-target: Rename rend/recv completion routinesSagi Grimberg1-5/+6
2015-04-07iser-target: Remove redundant assignment to local variableSagi Grimberg1-3/+2
2015-04-07iser-target: Introduce isert_[alloc|free]_compsSagi Grimberg1-46/+60
2015-04-07iser-target: Split isert_setup_qpSagi Grimberg1-14/+42