index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
cxgb4
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/cxgb4: Add a sanity check in process_work()
Dan Carpenter
2017-12-13
1
-2
/
+8
*
iw_cxgb4: make pointer reg_workq static
Colin Ian King
2017-12-13
1
-1
/
+1
*
infiniband: cxgb4: use ktime_get for timestamps
Arnd Bergmann
2017-12-13
4
-26
/
+22
*
iw_cxgb4: atomically flush the qp
Steve Wise
2017-11-13
1
-8
/
+11
*
iw_cxgb4: only call the cq comp_handler when the cq is armed
Steve Wise
2017-11-13
2
-11
/
+17
*
iw_cxgb4: Fix possible circular dependency locking warning
Bharat Potnuri
2017-11-13
3
-25
/
+39
*
iw_cxgb4: remove BUG_ON() usage.
Steve Wise
2017-11-13
7
-38
/
+13
*
RDMA/cxgb4: Protect from possible dereference
Leon Romanovsky
2017-11-13
1
-1
/
+1
*
RDMA/cxgb4: Annotate r2 and stag as __be32
Leon Romanovsky
2017-11-10
1
-2
/
+2
*
RDMA/cxgb4: Declare stag as __be32
Leon Romanovsky
2017-10-25
1
-1
/
+1
*
Merge branch 'timer_setup' into for-next
Doug Ledford
2017-10-18
3
-10
/
+5
|
\
|
*
RDMA/cxgb4: Convert timers to use timer_setup()
Kees Cook
2017-10-18
3
-10
/
+5
*
|
RDMA/cxgb4: Remove a set-but-not-used variable
Bart Van Assche
2017-10-14
1
-3
/
+0
*
|
RDMA/cxgb4: Suppress gcc 7 fall-through complaints
Bart Van Assche
2017-10-14
1
-0
/
+1
*
|
RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'
Bart Van Assche
2017-10-14
1
-4
/
+0
*
|
RDMA/cxgb4: Fix indentation
Bart Van Assche
2017-10-14
2
-6
/
+6
*
|
iw_cxgb4: add referencing to wait objects
Steve Wise
2017-09-29
6
-65
/
+123
*
|
iw_cxgb4: allocate wait object for each ep object
Steve Wise
2017-09-29
3
-20
/
+28
*
|
iw_cxgb4: allocate wait object for each qp object
Steve Wise
2017-09-29
2
-22
/
+34
*
|
iw_cxgb4: allocate wait object for each cq object
Steve Wise
2017-09-29
2
-27
/
+37
*
|
iw_cxgb4: allocate wait object for each memory object
Steve Wise
2017-09-29
2
-89
/
+141
*
|
iw_cxgb4: change pr_debug to appropriate log level
Bharat Potnuri
2017-09-27
5
-32
/
+32
*
|
iw_cxgb4: Remove __func__ parameter from pr_debug()
Bharat Potnuri
2017-09-27
9
-235
/
+217
*
|
IB/{cxgb3,cxgb4}: Remove unneeded config dependencies
Yuval Shaia
2017-09-27
1
-1
/
+1
|
/
*
iw_cxgb4: remove the stid on listen create failure
Steve Wise
2017-09-22
1
-1
/
+1
*
iw_cxgb4: drop listen destroy replies if no ep found
Steve Wise
2017-09-22
1
-0
/
+5
*
iw_cxgb4: put ep reference in pass_accept_req()
Steve Wise
2017-09-22
1
-1
/
+1
*
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
2017-08-18
1
-1
/
+1
|
\
|
*
iw_cxgb4: fix misuse of integer variable
Steve Wise
2017-08-16
1
-1
/
+1
*
|
Merge branch 'misc' into k.o/for-next
Doug Ledford
2017-08-18
1
-1
/
+0
|
\
\
|
*
|
cxgb4: Remove some dead code
Christophe Jaillet
2017-08-17
1
-1
/
+0
|
|
/
*
|
RDMA: Simplify get firmware interface
Leon Romanovsky
2017-08-10
1
-3
/
+2
*
|
RDMA: Remove useless MODULE_VERSION
Leon Romanovsky
2017-07-24
1
-1
/
+0
|
/
*
iw_cxgb4: don't use WR keys/addrs for 0 byte reads
Ganesh Goudar
2017-07-20
1
-1
/
+1
*
cxgb4: Fix error codes in c4iw_create_cq()
Dan Carpenter
2017-07-20
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-21
1
-3
/
+7
|
\
|
*
rdma/cxgb4: Fix memory leaks during module exit
Raju Rangoju
2017-06-14
1
-3
/
+7
*
|
net: introduce __skb_put_[zero, data, u8]
yuan linyu
2017-06-20
4
-14
/
+7
*
|
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
|
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
4
-21
/
+17
*
|
networking: convert many more places to skb_put_zero()
Johannes Berg
2017-06-16
1
-6
/
+3
*
|
tcp: add a struct net parameter to tcp_parse_options()
Eric Dumazet
2017-06-08
1
-1
/
+1
*
|
cxgb4: Fix tids count for ipv6 offload connection
Ganesh Goudar
2017-06-07
1
-5
/
+9
|
/
*
RDMA/iw_cxgb4: fix the calculation of ipv6 header size
Raju Rangoju
2017-06-01
1
-1
/
+2
*
RDMA/iw_cxgb4: calculate t4_eq_status_entries properly
Ganesh Goudar
2017-06-01
1
-1
/
+1
*
RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlers
Raju Rangoju
2017-06-01
1
-1
/
+5
*
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
2017-05-01
1
-1
/
+1
*
iw_cxgb4: check return value of alloc_skb
Pan Bian
2017-04-28
1
-0
/
+2
*
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
2017-04-25
1
-2
/
+2
*
iw_cxgb4: Use dsgl by default
Ganesh Goudar
2017-04-25
1
-3
/
+3
[next]