summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-01-2416-52/+238
|\
| * cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-01-141-0/+1
| * cifs: fix race between call_async() and reconnect()Rabin Vincent2016-01-142-3/+5
| * Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-1410-33/+156
| * cifs: Allow using O_DIRECT with cache=looseRoss Lagerwall2016-01-141-0/+15
| * cifs: Make echo interval tunableSteve French2016-01-143-11/+34
| * cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall2016-01-141-2/+22
| * Print IP address of unresponsive serverArnd Hannemann2016-01-141-2/+5
| * cifs: Ratelimit kernel log messagesJamie Bainbridge2016-01-142-6/+5
* | vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter2016-01-241-11/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-24174-4669/+7110
|\ \
| * | IB/mlx5: Unify CQ create flags checkLeon Romanovsky2016-01-212-9/+3
| * | IB/mlx5: Expose Raw Packet QP to user space consumersmajd@mellanox.com2016-01-211-12/+127
| * | {IB, net}/mlx5: Move the modify QP operation table to mlx5_ibmajd@mellanox.com2016-01-213-54/+50
| * | IB/mlx5: Support setting Ethernet priority for Raw Packet QPsmajd@mellanox.com2016-01-214-4/+57
| * | IB/mlx5: Add Raw Packet QP query functionalitymajd@mellanox.com2016-01-214-23/+205
| * | IB/mlx5: Add create and destroy functionality for Raw Packet QPmajd@mellanox.com2016-01-213-18/+365
| * | IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP typesmajd@mellanox.com2016-01-213-95/+147
| * | IB/mlx5: Allocate a Transport Domain for each ucontextmajd@mellanox.com2016-01-212-1/+18
| * | net/mlx5_core: Warn on unsupported events of QP/RQ/SQmajd@mellanox.com2016-01-211-0/+52
| * | net/mlx5_core: Add RQ and SQ event handlingmajd@mellanox.com2016-01-215-23/+132
| * | net/mlx5_core: Export transport objectsmajd@mellanox.com2016-01-215-10/+20
| * | IB/mlx5: Expose CQE version to user-spaceHaggai Abramovsky2016-01-212-5/+18
| * | IB/mlx5: Add CQE version 1 support to user QPs and SRQsHaggai Abramovsky2016-01-217-21/+114
| * | IB/mlx5: Fix data validation in mlx5_ib_alloc_ucontextHaggai Abramovsky2016-01-211-1/+4
| * | IB/sa: Fix netlink local service GFP crashKaike Wan2016-01-211-2/+6
| * | IB/srpt: Remove redundant wc arraySagi Grimberg2016-01-191-2/+0
| * | IB/qib: Improve ipoib UD performanceMike Marciniszyn2016-01-191-3/+8
| * | IB/mlx4: Advertise RoCE v2 supportMatan Barak2016-01-191-3/+9
| * | IB/mlx4: Create and use another QP1 for RoCEv2Moni Shoua2016-01-192-19/+147
| * | IB/mlx4: Enable send of RoCE QP1 packets with IP/UDP headersMoni Shoua2016-01-193-12/+54
| * | IB/mlx4: Enable RoCE v2 when the IB device is addedMoni Shoua2016-01-191-1/+8
| * | IB/mlx4: Support modify_qp for RoCE v2Moni Shoua2016-01-192-4/+35
| * | IB/core: Add definition for the standard RoCE V2 UDP portMoni Shoua2016-01-191-0/+1
| * | net/mlx4_core: Add support for RoCE v2 entropyMoni Shoua2016-01-192-1/+38
| * | net/mlx4_core: Add support for configuring RoCE v2 UDP portMoni Shoua2016-01-192-1/+16
| * | IB/mlx4: Add support for setting RoCEv2 gids in hardwareMoni Shoua2016-01-192-4/+62
| * | net/mlx4_core: Configure mlx4 hardware for mixed RoCE v1/v2 modesMoni Shoua2016-01-192-1/+11
| * | IB/mlx4: Add gid_type to GID propertiesMoni Shoua2016-01-192-4/+14
| * | net/mlx4: Query RoCE supportMoni Shoua2016-01-192-3/+30
| * | svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-195-40/+10
| * | svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-198-15/+475
| * | svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-193-15/+28
| * | svcrdma: Make map_xdr non-staticChuck Lever2016-01-192-7/+9
| * | svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2016-01-192-2/+7
| * | svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-193-5/+7
| * | svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2016-01-193-42/+1
| * | svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2016-01-193-15/+84
| * | svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever2016-01-192-14/+94
| * | svcrdma: Clean up process_context()Chuck Lever2016-01-191-23/+21