index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hfi1
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-26
RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE request
Kaike Wan
1
-0
/
+1
2020-07-16
IB/hfi1: Do not destroy link_wq when the device is shut down
Kaike Wan
1
-5
/
+5
2020-07-16
IB/hfi1: Do not destroy hfi1_wq when the device is shut down
Kaike Wan
3
-6
/
+31
2020-06-30
IB/hfi1: Fix module use count flaw due to leftover module put calls
Dennis Dalessandro
1
-17
/
+2
2020-05-20
IB/hfi1: Fix another case where pq is left on waitlist
Mike Marciniszyn
1
-4
/
+0
2020-04-13
IB/hfi1: Fix memory leaks in sysfs registration and unregistration
Kaike Wan
1
-2
/
+11
2020-04-13
IB/hfi1: Call kobject_put() when kobject_init_and_add() fails
Kaike Wan
1
-5
/
+8
2020-04-08
IB/hfi1: Ensure pq is not left on waitlist
Mike Marciniszyn
1
-3
/
+22
2020-03-12
IB/hfi1, qib: Ensure RCU is locked when accessing list
Dennis Dalessandro
1
-1
/
+3
2020-02-24
IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats
Mike Marciniszyn
3
-0
/
+3
2020-02-24
IB/hfi1: Add software counter for ctxt0 seq drop
Mike Marciniszyn
4
-0
/
+14
2020-02-19
RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_create
Kamal Heib
1
-0
/
+2
2020-02-19
IB/hfi1: Close window for pq and request coliding
Mike Marciniszyn
4
-29
/
+48
2020-02-19
IB/hfi1: Acquire lock to release TID entries when user file is closed
Kaike Wan
1
-0
/
+2
2020-01-17
IB/hfi1: Don't cancel unused work item
Kaike Wan
1
-1
/
+3
2020-01-14
IB/hfi1: Adjust flow PSN with the correct resync_psn
Kaike Wan
1
-0
/
+9
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-25
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-28
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-07
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-31
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-23
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
[next]