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
/
cm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-16
libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()
Varun Prakash
1
-52
/
+18
2016-09-16
libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()
Varun Prakash
1
-37
/
+16
2016-09-16
libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()
Varun Prakash
1
-38
/
+3
2016-09-13
Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...
Jens Axboe
1
-1
/
+5
2016-09-04
iw_cxgb4: block module unload until all ep resources are released
Steve Wise
1
-0
/
+2
2016-09-04
iw_cxgb4: call dev_put() on l2t allocation failure
Steve Wise
1
-1
/
+3
2016-08-22
iw_cxgb4: use the MPA initiator's IRD if < our ORD
Steve Wise
1
-1
/
+1
2016-08-22
iw_cxgb4: limit IRD/ORD advertised to ULP by device max.
Steve Wise
1
-0
/
+4
2016-08-02
iw_cxgb4: stop MPA_REPLY timer when disconnecting
Steve Wise
1
-1
/
+11
2016-06-23
RDMA/iw_cxgb4: Low resource fixes for connection manager
Hariprasad S
1
-38
/
+89
2016-06-23
RDMA/iw_cxgb4: Add missing error codes for act open cmd
Hariprasad S
1
-3
/
+8
2016-06-23
RDMA/iw_cxgb4: clean up c4iw_reject_cr()
Hariprasad S
1
-11
/
+8
2016-06-23
RDMA/iw_cxgb4: only read markers_enabled mod param once
Hariprasad S
1
-6
/
+18
2016-05-14
iw_cxgb4: Convert a __force cast
Bart Van Assche
1
-1
/
+1
2016-05-14
RDMA/iw_cxgb4: Add arp failure handlers to send_mpa_reply/reject()
Hariprasad S
1
-0
/
+7
2016-05-14
RDMA/iw_cxgb4: Always wake up waiter in c4iw_peer_abort_intr()
Hariprasad S
1
-10
/
+2
2016-05-14
RDMA/iw_cxgb4: Handle ret value of process_mpa_reply() in rx_data
Hariprasad S
1
-2
/
+2
2016-05-14
RDMA/iw_cxgb4: atomic find and reference for listening endpoints
Hariprasad S
1
-8
/
+28
2016-05-14
RDMA/iw_cxgb4: Handle ULP accept/reject during ABORTING
Hariprasad S
1
-4
/
+2
2016-05-14
RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in process_timeout
Hariprasad S
1
-0
/
+2
2016-05-14
RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep()
Hariprasad S
1
-0
/
+2
2016-05-14
RDMA/iw_cxgb4: atomically lookup ep and get a reference
Hariprasad S
1
-28
/
+82
2016-05-14
RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure()
Hariprasad S
1
-3
/
+9
2016-05-14
RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTING
Hariprasad S
1
-3
/
+0
2016-05-14
RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and send_mpa_req()
Hariprasad S
1
-13
/
+22
2016-05-14
RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiation
Hariprasad S
1
-20
/
+19
2016-05-14
RDMA/iw_cxgb4: Do not stop timer in case of incomplete messages
Hariprasad S
1
-14
/
+16
2016-05-14
RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive accept fai...
Hariprasad S
1
-6
/
+19
2016-05-14
RDMA/iw_cxgb4: Correct RFC number of MPA
Hariprasad S
1
-1
/
+1
2016-05-14
RDMA/iw_cxgb4: Add few history bits for ep
Hariprasad S
1
-17
/
+29
2016-05-05
RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()
Hariprasad S
1
-10
/
+2
2016-05-05
RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errors
Hariprasad S
1
-0
/
+13
2016-05-05
RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()
Hariprasad S
1
-29
/
+35
2016-05-05
RDMA/iw_cxgb4: remove abort_connection() usage from accept/reject
Hariprasad S
1
-14
/
+15
2016-05-05
RDMA/iw_cxgb4: free resources when send_flowc() fails
Hariprasad S
1
-5
/
+18
2016-05-05
RDMA/iw_cxgb4: remove connection abort from process_mpa_reply
Hariprasad S
1
-2
/
+13
2016-05-05
RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is held
Hariprasad S
1
-0
/
+7
2016-05-05
RDMA/iw_cxgb4: stop ep timer on close failure
Hariprasad S
1
-1
/
+6
2016-05-05
RDMA/iw_cxgb4: release ep resources on accept arp failure
Hariprasad S
1
-16
/
+66
2016-03-16
Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6
Doug Ledford
1
-194
/
+80
2016-03-16
iw_cxgb4: remove port mapper related code
Steve Wise
1
-175
/
+45
2016-03-01
cxgb4/iw_cxgb4: TOS support
Hariprasad S
1
-17
/
+34
2016-03-01
iw_cxgb4: remove false error log entry
Hariprasad S
1
-2
/
+1
2016-01-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-4
/
+10
2016-01-19
iw_cxgb4: Take clip reference before starting IPv6 listen
Hariprasad S
1
-4
/
+10
2016-01-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-12-08
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2015-10-22
iw_cxgb4: Adds support for T6 adapter
Hariprasad S
1
-126
/
+191
2015-10-22
iw_cxgb4: reverse the ord/ird in the ESTABLISHED upcall
Hariprasad S
1
-2
/
+2
2015-10-22
iw_cxgb4: fix misuse of ep->ord for minimum ird calculation
Hariprasad S
1
-1
/
+1
[prev]
[next]