summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...David S. Miller2018-03-072-21/+12
|\ \
| * | {net,IB}/mlx5: Add flow steering helpersBoris Pismenny2018-03-061-4/+3
| * | {net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak2018-03-061-1/+2
| * | IB/mlx5: Pass mlx5_flow_act struct instead of multiple argumentsBoris Pismenny2018-03-061-12/+8
| * | IB/mlx5: Removed not used parametersAviad Yehezkel2018-03-062-5/+0
* | | net/ipv6: Pass skb to route lookupDavid Ahern2018-03-041-1/+1
* | | Merge tag 'mlx5-updates-2018-02-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-02-287-78/+606
|\ \ \ | |/ /
| * | IB/mlx5: Disable self loopback check when in switchdev modeMark Bloch2018-02-231-0/+8
| * | 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: Convert cma_pernet_operationsKirill Tkhai2018-02-271-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-2420-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
| * | RDMA/restrack: Increment CQ restrack object before committingLeon Romanovsky2018-02-151-3/+3
| * | RDMA/uverbs: Protect from command mask overflowLeon Romanovsky2018-02-151-7/+20
| * | IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroyJason Gunthorpe2018-02-151-2/+3
| * | IB/uverbs: Improve lockdep_checkJason Gunthorpe2018-02-151-7/+7
| * | RDMA/uverbs: Protect from races between lookup and destroy of uobjectsLeon Romanovsky2018-02-151-1/+9
| * | IB/uverbs: Hold the uobj write lock after allocateJason Gunthorpe2018-02-151-1/+10
| * | IB/uverbs: Fix possible oops with duplicate ioctl attributesMatan Barak2018-02-151-0/+3
| * | IB/uverbs: Add ioctl support for 32bit processesMatan Barak2018-02-151-0/+2
| * | IB/uverbs: Fix method merging in uverbs_ioctl_mergeMatan Barak2018-02-151-9/+9
| * | IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe2018-02-151-2/+2
| * | IB/uverbs: Use inline data transfer for UHW_INJason Gunthorpe2018-02-151-1/+4
| * | IB/uverbs: Always use the attribute size provided by the userMatan Barak2018-02-151-2/+3
| * | RDMA/restrack: Remove unimplemented XRCD objectLeon Romanovsky2018-02-151-5/+0
| * | IB/ipoib: Do not warn if IPoIB debugfs doesn't existAlaa Hleihel2018-02-151-2/+0
* | | Merge tag 'mlx5-updates-2018-02-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-02-222-28/+42
|\ \ \ | | |/ | |/|
| * | IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-152-28/+42
| |/
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-117-14/+14
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-0648-620/+882
|\
| * RDMA/hns: Fix the endian problem for hnsoulijun2018-02-058-320/+363
OpenPOWER on IntegriCloud