summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-255-190/+6
|\
| * IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche2017-01-245-187/+3
| * IB/rxe: Switch from dma_device to dev.parentBart Van Assche2017-01-241-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-2/+4
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-2/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-2316-200/+176
|\ \ \
| * | | IB/rxe: use setup_timer to simplify the codeWei Yongjun2017-02-191-7/+2
| * | | Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-194-7/+8
| |\ \ \ | | |_|/ | |/| |
| * | | IB/rxe: Fix an skb leakBart Van Assche2017-01-101-1/+14
| * | | IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-108-67/+42
| * | | IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2017-01-102-0/+2
| * | | IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche2017-01-101-10/+10
| * | | IB/rxe: Generate a completion for all failed work requestsBart Van Assche2017-01-104-14/+20
| * | | IB/rxe: Introduce functions for queue drainingBart Van Assche2017-01-102-53/+38
| * | | IB/rxe: Add a runtime check in alloc_index()Bart Van Assche2017-01-101-0/+1
| * | | IB/rxe: Issue warnings onceBart Van Assche2017-01-103-9/+10
| * | | IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche2017-01-107-15/+17
| * | | IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() argumentsBart Van Assche2017-01-101-2/+10
| * | | IB/rxe: Remove superfluous castsBart Van Assche2017-01-101-2/+2
| * | | IB/rxe: Remove an unused variable and an unused argumentBart Van Assche2017-01-101-8/+3
| * | | IB/rxe: Remove an unused functionBart Van Assche2017-01-101-7/+0
| * | | IB/rxe: Constify the pool nameBart Van Assche2017-01-102-2/+2
| * | | IB/rxe: Suppress sparse warningsBart Van Assche2017-01-102-5/+5
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-112-4/+6
|\ \ \ | | |/ | |/|
| * | IB/rxe: Fix mem_check_range integer overflowEyal Itkin2017-02-081-3/+5
| * | IB/rxe: Fix resid updateEyal Itkin2017-02-081-1/+1
* | | net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-1/+1
|/ /
* | IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen2017-01-241-2/+1
* | IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb2017-01-241-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-234-4/+5
|\
| * IB/rxe: Don't check for null ptr in send()Andrew Boyer2016-12-221-2/+1
| * IB/rxe: Drop future atomic/read packets rather than retryingAndrew Boyer2016-12-221-1/+1
| * IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sendsAndrew Boyer2016-12-221-1/+2
| * IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche2016-12-181-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-1513-36/+88
|\|
| *-. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-1411-32/+84
| |\ \
| | | * IB/rxe: Hold refs when running taskletsAndrew Boyer2016-12-123-1/+11
| | | * IB/rxe: Wait for tasklets to finish before tearing down QPAndrew Boyer2016-12-122-0/+20
| | | * IB/rxe: Fix ref leak in duplicate_request()Andrew Boyer2016-12-121-0/+1
| | | * IB/rxe: Fix ref leak in rxe_create_qp()Andrew Boyer2016-12-121-3/+4
| | | * IB/rxe: Add support for IB_CQ_REPORT_MISSED_EVENTSAndrew Boyer2016-12-121-1/+9
| | | * IB/rxe: Add support for zero-byte operationsAndrew Boyer2016-12-122-3/+18
| | | * IB/rxe: Unblock loopback by moving skb_out incrementAndrew Boyer2016-12-122-2/+2
| | | * IB/rxe: Don't update the response PSN unless it's going forwardsAndrew Boyer2016-12-121-1/+2
| | | * IB/rxe: Advance the consumer pointer before posting the CQEAndrew Boyer2016-12-121-2/+3
| | | * IB/rxe: Remove buffer used for printing IP addressAndrew Boyer2016-12-121-6/+5
| | | * IB/rxe: Remove unneeded cast in rxe_srq_from_attr()Dan Carpenter2016-12-121-1/+1
| | | * IB/rxe: Use DEFINE_SPINLOCK() for spinlockWei Yongjun2016-12-121-5/+1
| | | * IB/rxe: avoid putting a large struct rxe_qp on stackArnd Bergmann2016-12-121-7/+7
| | |/
| * | Merge branch 'mlx' into merge-testDoug Ledford2016-12-142-2/+4
| |\ \