index
:
~narmstrong/linux
amlogic/v4.10/drm-hdmi-clk
amlogic/v4.10/drm-hdmi-dev
amlogic/v4.10/drm-hdmi-dw-hdmi
amlogic/v4.10/drm-hdmi-merge
amlogic/v4.10/drm-hdmi-meson-drm
amlogic/v4.10/drm-hdmi-pinctrl
amlogic/v4.10/mali
amlogic/v4.11/drm-hdmi-dw-hdmi
amlogic/v4.11/drm-hdmi-dw-hdmi-fixes
amlogic/v4.11/drm-hdmi-merge
amlogic/v4.11/drm-hdmi-meson-drm
amlogic/v4.11/drm-maintainers-rm-meson
amlogic/v4.12/drm-components-fix
amlogic/v4.9/drm
amlogic/v4.9/drm-ccr
amlogic/v4.9/drm-cleanup
amlogic/v4.9/drm-clkf
amlogic/v4.9/drm-fixup
amlogic/v4.9/drm-hdmi-dev
amlogic/v4.9/drm-start
amlogic/v4.9/drm-usb-scpi-usb-gxl-gxm
amlogic/v4.9/drm-vdac-bridge
dw-hdmi-for-next
meson-drm-fixes
meson-drm-for-next
Neil's Linux fork for Amlogic Meson DRM driver development
UNKNOWN
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
2012-06-03
RDMA/cxgb4: Fix crash when peer address is 0.0.0.0
Thadeu Lima de Souza Cascardo
1
-0
/
+4
2012-05-18
RDMA/cxgb4: Use vmalloc() for debugfs QP dump
Vipul Pandya
1
-0
/
+18
2012-05-18
RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch()
Vipul Pandya
1
-1
/
+4
2012-05-15
RDMA/cxgb4: Drop peer_abort when no endpoint found
Steve Wise
1
-0
/
+6
2012-05-15
RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()
Steve Wise
1
-4
/
+1
2012-05-08
RDMA/cxgb4: Use dst parameter in import_ep()
Steve Wise
1
-1
/
+1
2012-03-21
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-1
/
+1
2012-02-25
RDMA/cxgb4: Add missing peer2peer check in MPAv2 code
Kumar Sanghvi
1
-1
/
+1
2012-01-25
infiniband: cxgb4: Convert import_ep() over to dst_neigh_lookup().
David Miller
1
-4
/
+6
2011-12-05
infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper f...
David Miller
1
-140
/
+80
2011-12-05
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
1
-3
/
+3
2011-11-29
Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next
Roland Dreier
1
-0
/
+6
2011-11-29
IB: Fix RCU lockdep splats
Eric Dumazet
1
-0
/
+6
2011-11-28
RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2
Kumar Sanghvi
1
-1
/
+3
2011-10-06
RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA Negotiation
Kumar Sanghvi
1
-36
/
+433
2011-07-17
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
1
-21
/
+21
2011-06-17
RDMA/cxgb4: Couple of abort fixes
Steve Wise
1
-9
/
+37
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-1
/
+2
2011-05-09
RDMA/cxgb4: Reset wait condition atomically
Steve Wise
1
-23
/
+7
2011-05-09
RDMA/cxgb4: Don't change QP state outside EP lock
Steve Wise
1
-9
/
+7
2011-05-03
ipv4: Make caller provide on-stack flow key to ip_route_output_ports().
David S. Miller
1
-1
/
+2
2011-03-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-17
/
+5
2011-03-14
RDMA/cxgb4: Use ULP_MODE_TCPDDP
Steve Wise
1
-0
/
+2
2011-03-14
RDMA/cxgb4: Turn on delayed ACK
Steve Wise
1
-2
/
+2
2011-03-12
ipv4: Create and use route lookup helpers.
David S. Miller
1
-17
/
+4
2011-03-02
ipv4: Make output route lookup return rtable directly.
David S. Miller
1
-1
/
+2
2011-03-01
ipv4: Kill can_sleep arg to ip_route_output_flow()
David S. Miller
1
-1
/
+1
2011-03-01
ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"
David S. Miller
1
-1
/
+1
2011-01-28
RDMA/cxgb4: Set the correct device physical function for iWARP connections
Steve Wise
1
-1
/
+1
2010-10-26
RDMA/cxgb4: Remove unnecessary KERN_<level> use
Joe Perches
1
-2
/
+2
2010-09-28
RDMA/cxgb4: Set the default TCP send window to 128KB
Steve Wise
1
-2
/
+2
2010-09-28
RDMA/cxgb4: Use a mutex for QP and EP state transitions
Steve Wise
1
-44
/
+43
2010-09-28
RDMA/cxgb4: Centralize the wait logic
Steve Wise
1
-39
/
+25
2010-09-28
RDMA/cxgb4: Handle CPL_RDMA_TERMINATE messages
Steve Wise
1
-12
/
+13
2010-09-28
RDMA/cxgb4: Ignore positive return values from cxgb4_*_send() functions
Steve Wise
1
-2
/
+2
2010-09-27
RDMA/cxgb4: Fix warnings about casts to/from pointers of different sizes
Roland Dreier
1
-1
/
+1
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-41
/
+50
2010-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-2
/
+2
2010-08-04
RDMA/cxgb4: Add timeouts when waiting for FW responses
Steve Wise
1
-4
/
+18
2010-08-02
RDMA/cxgb4: Set/reset the EP timer inside EP lock
Steve Wise
1
-26
/
+8
2010-08-02
RDMA/cxgb4: Use correct control txq
Steve Wise
1
-4
/
+9
2010-07-21
RDMA/cxgb4: Add module option to tweak delayed ack
Steve Wise
1
-1
/
+9
2010-07-19
RDMA/cxgb4: Remove unneeded NULL check
Roland Dreier
1
-5
/
+5
2010-07-19
RDMA/cxgb4: Remove unneeded assignment
Dan Carpenter
1
-1
/
+1
2010-07-06
RDMA/cxgb4: Derive smac_idx from port viid
Steve Wise
1
-4
/
+5
2010-07-06
RDMA/cxgb4: Don't call abort_connection() for active connect failures
Steve Wise
1
-1
/
+2
2010-06-10
net-next: remove useless union keyword
Changli Gao
1
-2
/
+2
2010-05-05
MAINTAINERS: Add cxgb4 and iw_cxgb4 entries
Roland Dreier
1
-136
/
+180
2010-04-21
RDMA/cxgb4: Add driver for Chelsio T4 RNIC
Steve Wise
1
-0
/
+2330