summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash"Bart Van Assche2018-02-281-19/+6
* IB/srp: Fix srp_abort()Bart Van Assche2018-02-281-3/+5
* infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann2018-02-282-3/+3
* infiniband: qplib_fp: fix pointer castArnd Bergmann2018-02-281-2/+2
* RDMA/iwpm: Delete an error message for a failed memory allocation in iwpm_cre...Markus Elfring2018-02-281-3/+2
* IB/usnic: Delete an error message for a failed memory allocation in usnic_tra...Markus Elfring2018-02-281-3/+1
* RDMA/mlx5: Refactor QP type check to be as early as possibleLeon Romanovsky2018-02-281-12/+6
* IB/uverbs: Tidy uverbs_uobject_addJason Gunthorpe2018-02-281-9/+4
* Merge tag 'mlx5-updates-2018-02-23' of git://git.kernel.org/pub/scm/linux/ker...Doug Ledford2018-02-2813-147/+732
|\
| * IB/mlx5: Disable self loopback check when in switchdev modeMark Bloch2018-02-231-0/+8
| * net/mlx5: E-Switch, Reload IB interface when switching devlink modesMark Bloch2018-02-234-17/+26
| * IB/mlx5: Add proper representors supportMark Bloch2018-02-234-30/+192
| * IB/mlx5: E-Switch, Add rule to forward traffic to vportMark Bloch2018-02-234-0/+45
| * IB/mlx5: Don't expose MR cache in switchdev modeMark Bloch2018-02-231-2/+3
| * IB/mlx5: When in switchdev mode, expose only raw packet capabilitiesMark Bloch2018-02-232-30/+124
| * IB/mlx5: Listen to netdev register/unresiter events in switchdev modeMark Bloch2018-02-232-3/+20
| * IB/mlx5: Add match on vport when in switchdev modeMark Bloch2018-02-231-0/+12
| * IB/mlx5: Allocate flow DB only on PF IB deviceMark Bloch2018-02-232-14/+34
| * IB/mlx5: Add basic regiser/unregister representors codeMark Bloch2018-02-235-0/+169
| * net/mlx5: E-Switch, Optimize HW steering tables in switchdev modeMark Bloch2018-02-232-7/+44
| * net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev modeMark Bloch2018-02-231-2/+3
| * net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch2018-02-234-49/+19
| * net/mlx5: E-Switch, Add callback to get representor deviceMark Bloch2018-02-233-0/+40
* | RDMA/verbs: Return proper error code for not supported system callLeon Romanovsky2018-02-221-23/+23
* | RDMA/uverbs: Reduce number of command header flags checksLeon Romanovsky2018-02-221-9/+2
* | RDMA/uverbs: Replace user's types with kernel's typesLeon Romanovsky2018-02-221-5/+5
* | RDMA/uverbs: Refactor the header validation logicLeon Romanovsky2018-02-221-43/+47
* | RDMa/uverbs: Copy ex_hdr outside of SRCU read lockLeon Romanovsky2018-02-221-7/+6
* | RDMA/uverbs: Move uncontext check before SRCU read lockLeon Romanovsky2018-02-221-11/+4
* | RDMA/uverbs: Properly check command supported maskLeon Romanovsky2018-02-221-12/+6
* | RDMA/uverbs: Refactor command header processingLeon Romanovsky2018-02-221-30/+32
* | RDMA/uverbs: Unify return values of not supported commandLeon Romanovsky2018-02-221-12/+4
* | RDMA/uverbs: Return not supported error code for unsupported commandsLeon Romanovsky2018-02-221-1/+1
* | RDMA/uverbs: Fail as early as possible if not enough header data was providedLeon Romanovsky2018-02-221-6/+7
* | RDMA/uverbs: Refactor flags checks and update return valueLeon Romanovsky2018-02-221-4/+6
* | RDMA/uverbs: Update sizeof usersLeon Romanovsky2018-02-221-5/+5
* | RDMA/uverbs: Convert command mask validity check function to be boolLeon Romanovsky2018-02-221-4/+4
* | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-02-2220-97/+209
|\ \
| * | RDMA/uverbs: Fix kernel panic while using XRC_TGT QP typeLeon Romanovsky2018-02-211-0/+3
| * | RDMA/bnxt_re: Avoid system hang during device un-regSelvin Xavier2018-02-202-5/+4
| * | RDMA/bnxt_re: Fix system crash during load/unloadSelvin Xavier2018-02-201-0/+5
| * | RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier2018-02-204-19/+47
| * | RDMA/bnxt_re: Unpin SQ and RQ memory if QP create failsDevesh Sharma2018-02-201-1/+8
| * | RDMA/bnxt_re: Disable atomic capability on bnxt_re adaptersDevesh Sharma2018-02-202-17/+3
| * | RDMA/restrack: don't use uaccess_kernel()Steve Wise2018-02-164-7/+22
| * | RDMA/verbs: Check existence of function prior to accessing itLeon Romanovsky2018-02-162-0/+24
| * | RDMA/vmw_pvrdma: Fix usage of user response structures in ABI fileAdit Ranadive2018-02-153-3/+9
| * | RDMA/uverbs: Sanitize user entered port numbers prior to access itLeon Romanovsky2018-02-151-1/+8
| * | RDMA/uverbs: Fix circular locking dependencyLeon Romanovsky2018-02-151-1/+2
| * | RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcdLeon Romanovsky2018-02-151-3/+1