index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
cxgb4
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-15
RDMA/cxgb4: Remove a set-but-not-used variable
Bart Van Assche
1
-3
/
+0
2017-10-15
RDMA/cxgb4: Suppress gcc 7 fall-through complaints
Bart Van Assche
1
-0
/
+1
2017-10-15
RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'
Bart Van Assche
1
-4
/
+0
2017-10-15
RDMA/cxgb4: Fix indentation
Bart Van Assche
2
-6
/
+6
2017-09-29
iw_cxgb4: add referencing to wait objects
Steve Wise
6
-65
/
+123
2017-09-29
iw_cxgb4: allocate wait object for each ep object
Steve Wise
3
-20
/
+28
2017-09-29
iw_cxgb4: allocate wait object for each qp object
Steve Wise
2
-22
/
+34
2017-09-29
iw_cxgb4: allocate wait object for each cq object
Steve Wise
2
-27
/
+37
2017-09-29
iw_cxgb4: allocate wait object for each memory object
Steve Wise
2
-89
/
+141
2017-09-27
iw_cxgb4: change pr_debug to appropriate log level
Bharat Potnuri
5
-32
/
+32
2017-09-27
iw_cxgb4: Remove __func__ parameter from pr_debug()
Bharat Potnuri
9
-235
/
+217
2017-09-27
IB/{cxgb3,cxgb4}: Remove unneeded config dependencies
Yuval Shaia
1
-1
/
+1
2017-09-22
iw_cxgb4: remove the stid on listen create failure
Steve Wise
1
-1
/
+1
2017-09-22
iw_cxgb4: drop listen destroy replies if no ep found
Steve Wise
1
-0
/
+5
2017-09-22
iw_cxgb4: put ep reference in pass_accept_req()
Steve Wise
1
-1
/
+1
2017-08-18
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
1
-1
/
+1
2017-08-18
Merge branch 'misc' into k.o/for-next
Doug Ledford
1
-1
/
+0
2017-08-18
cxgb4: Remove some dead code
Christophe Jaillet
1
-1
/
+0
2017-08-16
iw_cxgb4: fix misuse of integer variable
Steve Wise
1
-1
/
+1
2017-08-10
RDMA: Simplify get firmware interface
Leon Romanovsky
1
-3
/
+2
2017-07-24
RDMA: Remove useless MODULE_VERSION
Leon Romanovsky
1
-1
/
+0
2017-07-20
iw_cxgb4: don't use WR keys/addrs for 0 byte reads
Ganesh Goudar
1
-1
/
+1
2017-07-20
cxgb4: Fix error codes in c4iw_create_cq()
Dan Carpenter
1
-0
/
+1
2017-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+7
2017-06-20
net: introduce __skb_put_[zero, data, u8]
yuan linyu
4
-14
/
+7
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
4
-21
/
+17
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
1
-6
/
+3
2017-06-14
rdma/cxgb4: Fix memory leaks during module exit
Raju Rangoju
1
-3
/
+7
2017-06-08
tcp: add a struct net parameter to tcp_parse_options()
Eric Dumazet
1
-1
/
+1
2017-06-07
cxgb4: Fix tids count for ipv6 offload connection
Ganesh Goudar
1
-5
/
+9
2017-06-02
RDMA/iw_cxgb4: fix the calculation of ipv6 header size
Raju Rangoju
1
-1
/
+2
2017-06-02
RDMA/iw_cxgb4: calculate t4_eq_status_entries properly
Ganesh Goudar
1
-1
/
+1
2017-06-02
RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlers
Raju Rangoju
1
-1
/
+5
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-1
/
+1
2017-04-28
iw_cxgb4: check return value of alloc_skb
Pan Bian
1
-0
/
+2
2017-04-25
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
1
-2
/
+2
2017-04-25
iw_cxgb4: Use dsgl by default
Ganesh Goudar
1
-3
/
+3
2017-04-21
cxgb4: Convert PDBG to pr_debug the second
Doug Ledford
1
-2
/
+2
2017-04-20
cxgb4: Convert PDBG to pr_debug
Joe Perches
10
-362
/
+368
2017-04-20
cxgb4: Use more common logging style
Joe Perches
10
-129
/
+97
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
1
-1
/
+1
2017-02-26
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-4
/
+4
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2
-72
/
+123
2017-02-21
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+4
2017-02-19
iw_cxgb4: clean up send_connect()
Ganesh Goudar
1
-20
/
+36
2017-02-19
Merge branch 'k.o/for-4.10-rc' into HEAD
Doug Ledford
7
-84
/
+159
2017-02-14
IB: Query ports via the core instead of direct into the driver
Or Gerlitz
1
-4
/
+4
2017-01-24
RDMA/core: Add the function ib_mtu_int_to_enum
Amrani, Ram
1
-10
/
+1
[next]