index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-03
IB/hfi1: Adjust flow PSN with the correct resync_psn
Kaike Wan
1
-0
/
+9
2020-01-03
IB/hfi1: Don't cancel unused work item
Kaike Wan
1
-1
/
+3
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2
-3
/
+3
2019-11-30
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
4
-93
/
+60
2019-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
3
-16
/
+8
2019-11-25
IB/hfi1: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2019-11-23
RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcv
Jason Gunthorpe
4
-93
/
+60
2019-11-23
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
Taehee Yoo
1
-2
/
+2
2019-11-12
RDMA: Change MAD processing function to remove extra casting and parameter
Leon Romanovsky
2
-11
/
+7
2019-11-12
RDMA/hfi1: Delete unreachable code
Leon Romanovsky
1
-4
/
+0
2019-11-06
IB/hfi1: TID RDMA WRITE should not return IB_WC_RNR_RETRY_EXC_ERR
Kaike Wan
1
-8
/
+8
2019-11-06
IB/hfi1: Calculate flow weight based on QP MTU for TID RDMA
Kaike Wan
3
-11
/
+6
2019-11-06
IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA ACK packet
Kaike Wan
1
-17
/
+27
2019-11-06
IB/hfi1: Ensure full Gen3 speed in a Gen4 system
James Erwin
1
-1
/
+3
2019-10-17
IB/hfi1: Use a common pad buffer for 9B and 16B packets
Mike Marciniszyn
2
-8
/
+7
2019-10-17
IB/hfi1: Avoid excessive retry for TID RDMA READ request
Kaike Wan
1
-5
/
+0
2019-10-01
RDMA/hfi1: Prevent memory leak in sdma_init
Navid Emamdoost
1
-1
/
+4
2019-09-26
IB/hfi1: remove unlikely() from IS_ERR*() condition
Denis Efremov
1
-1
/
+1
2019-09-24
mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
akpm@linux-foundation.org
1
-4
/
+1
2019-09-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-48
/
+84
2019-09-13
IB/hfi1: Define variables as unsigned long to fix KASAN warning
Ira Weiny
1
-26
/
+19
2019-09-13
IB/{rdmavt, hfi1, qib}: Add a counter for credit waits
Kaike Wan
3
-8
/
+5
2019-09-13
IB/hfi1: Add traces for TID RDMA READ
Kaike Wan
3
-0
/
+51
2019-09-13
Merge tag 'v5.3-rc8' into rdma.git for-next
Jason Gunthorpe
2
-53
/
+35
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-53
/
+35
2019-08-21
Merge branch 'odp_fixes' into rdma.git for-next
Jason Gunthorpe
1
-0
/
+2
2019-08-20
infiniband: hfi1: fix memory leaks
Wenwen Wang
1
-3
/
+6
2019-08-20
infiniband: hfi1: fix a memory leak bug
Wenwen Wang
1
-1
/
+2
2019-08-20
IB/hfi1: Drop stale TID RDMA packets that cause TIDErr
Kaike Wan
1
-44
/
+3
2019-08-20
IB/hfi1: Add additional checks when handling TID RDMA WRITE DATA packet
Kaike Wan
1
-0
/
+7
2019-08-20
IB/hfi1: Add additional checks when handling TID RDMA READ RESP packet
Kaike Wan
1
-1
/
+4
2019-08-20
IB/hfi1: Unsafe PSN checking for TID RDMA READ Resp packet
Kaike Wan
1
-2
/
+2
2019-08-20
IB/hfi1: Drop stale TID RDMA packets
Kaike Wan
1
-2
/
+11
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-45
/
+13
2019-08-01
IB/hfi1: Fix Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+2
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-07-29
Merge branch 'wip/dl-for-rc' into wip/dl-for-next
Doug Ledford
3
-45
/
+11
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-07-22
IB/hfi1: Remove unused define
Mike Marciniszyn
1
-6
/
+0
2019-07-22
IB/hfi1: Do not update hcrc for a KDETH packet during fault injection
Kaike Wan
1
-8
/
+9
2019-07-22
IB/hfi1: Drop all TID RDMA READ RESP packets after r_next_psn
Kaike Wan
1
-41
/
+1
2019-07-22
IB/hfi1: Field not zero-ed when allocating TID flow memory
Kaike Wan
1
-0
/
+1
2019-07-22
IB/hfi1: Unreserve a flushed OPFN request
Kaike Wan
1
-2
/
+0
2019-07-22
IB/hfi1: Check for error on call to alloc_rsm_map_table
John Fleck
1
-2
/
+9
2019-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
15
-332
/
+326
2019-06-28
IB/hfi1: No need to use try_module_get for debugfs
Dennis Dalessandro
1
-3
/
+2
2019-06-28
IB/hfi1: Add missing INVALIDATE opcodes for trace
Mike Marciniszyn
1
-0
/
+2
2019-06-28
IB/hfi1: Reduce excessive aspm inlines
Michael J. Ruhl
4
-259
/
+280
2019-06-28
IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details
Michael J. Ruhl
2
-15
/
+16
2019-06-28
IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs
Michael J. Ruhl
2
-17
/
+17
[next]