summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bnxt_re: Fix compare and swap atomic operandsDevesh Sharma2017-09-221-0/+1
* bnxt_re: Stop issuing further cmds to FW once a cmd times outSomnath Kotur2017-09-222-1/+6
* bnxt_re: Fix update of qplib_qp.mtu when modifiedDevesh Sharma2017-09-221-0/+3
* i40iw: Add support for port reuse on active side connectionsShiraz Saleem2017-09-222-76/+78
* i40iw: Add missing VLAN priorityMustafa Ismail2017-09-222-1/+4
* i40iw: Call i40iw_cm_disconn on modify QP to disconnectShiraz Saleem2017-09-221-0/+12
* i40iw: Prevent multiple netdev event notifier registrationsShiraz Saleem2017-09-223-19/+20
* i40iw: Fail open if there are no available MSI-X vectorsShiraz Saleem2017-09-221-1/+6
* RDMA/vmw_pvrdma: Fix reporting correct opcodes for completionAdit Ranadive2017-09-221-3/+28
* IB/bnxt_re: Fix frame stack compilation warningLeon Romanovsky2017-09-221-31/+36
* IB/mlx5: fix debugfs cleanupSudip Mukherjee2017-09-221-3/+3
* IB/ocrdma: fix incorrect fall-through on switch statementColin Ian King2017-09-221-0/+3
* IB/ipoib: Suppress the retry related completion errorsSantosh Shilimkar2017-09-221-5/+11
* iw_cxgb4: remove the stid on listen create failureSteve Wise2017-09-221-1/+1
* iw_cxgb4: drop listen destroy replies if no ep foundSteve Wise2017-09-221-0/+5
* iw_cxgb4: put ep reference in pass_accept_req()Steve Wise2017-09-221-1/+1
* IB/core: Fix for core panicAlex Estrin2017-09-221-2/+2
* IB/core: Expose ioctl interface through experimental KconfigMatan Barak2017-08-313-0/+17
* IB/core: Assign root to all driversMatan Barak2017-08-314-0/+45
* IB/core: Add completion queue (cq) object actionsMatan Barak2017-08-312-1/+157
* IB/core: Add legacy driver's user-dataMatan Barak2017-08-313-0/+96
* IB/core: Export ioctl enum types to user-spaceMatan Barak2017-08-312-17/+55
* IB/core: Explicitly destroy an object while keeping uobjectMatan Barak2017-08-312-0/+36
* IB/core: Add macros for declaring methods and attributesMatan Barak2017-08-311-1/+104
* IB/core: Add uverbs merge trees functionalityMatan Barak2017-08-313-2/+706
* IB/core: Add DEVICE object and root tree structureMatan Barak2017-08-313-0/+70
* IB/core: Declare an object instead of declaring only type attributesMatan Barak2017-08-314-99/+107
* IB/core: Add new ioctl interfaceMatan Barak2017-08-317-10/+543
* RDMA/vmw_pvrdma: Fix a signednessAdit Ranadive2017-08-311-1/+1
* RDMA/vmw_pvrdma: Report network header type in WCAditya Sarwade2017-08-312-2/+5
* IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()Roland Dreier2017-08-311-0/+2
* IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier2017-08-311-19/+44
* IB/core: Add support to finalize objects in one transactionMatan Barak2017-08-303-1/+114
* IB/core: Add a generic way to execute an operation on a uobjectMatan Barak2017-08-303-0/+127
* Documentation: Hardware tag matchingArtemy Kovalyov2017-08-291-0/+64
* IB/mlx5: Support IB_SRQT_TMArtemy Kovalyov2017-08-292-5/+22
* net/mlx5: Add XRQ supportArtemy Kovalyov2017-08-293-10/+146
* IB/mlx5: Fill XRQ capabilitiesArtemy Kovalyov2017-08-292-0/+15
* IB/uverbs: Expose XRQ capabilitiesArtemy Kovalyov2017-08-292-0/+25
* IB/uverbs: Add new SRQ type IB_SRQT_TMArtemy Kovalyov2017-08-291-1/+5
* IB/uverbs: Add XRQ creation parameter to UAPIArtemy Kovalyov2017-08-291-1/+1
* IB/core: Add new SRQ type IB_SRQT_TMArtemy Kovalyov2017-08-291-2/+8
* IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov2017-08-296-39/+60
* IB/core: Add XRQ capabilitiesArtemy Kovalyov2017-08-291-0/+19
* net/mlx5: Update HW layout definitionsArtemy Kovalyov2017-08-291-2/+7
* IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer2017-08-291-1/+6
* IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer2017-08-291-6/+6
* IB/rxe: Another fix for broken receive queue drainingAndrew Boyer2017-08-291-1/+3
* IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer2017-08-291-1/+1
* IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer2017-08-291-7/+2