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.12.y
linux-6.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-21
RDMA/ucma: Add ability to query GID addresses
Sean Hefty
1
-0
/
+50
2013-06-21
RDMA/cma: Export cma_get_service_id()
Sean Hefty
1
-6
/
+7
2013-06-21
RDMA/ucma: Support querying when IB paths are not reversible
Sean Hefty
1
-0
/
+35
2013-06-21
IB/sa: Export function to pack a path record into wire format
Sean Hefty
1
-0
/
+6
2013-06-21
RDMA/ucma: Support querying for AF_IB addresses
Sean Hefty
1
-2
/
+74
2013-06-21
RDMA/cma: Only listen on IB devices when using AF_IB
Sean Hefty
1
-0
/
+4
2013-06-21
RDMA/cma: Set qkey for AF_IB
Sean Hefty
2
-17
/
+26
2013-06-21
RDMA/cma: Expose private data when using AF_IB
Sean Hefty
1
-22
/
+34
2013-06-21
RDMA/cma: Merge cma_get/save_net_info
Sean Hefty
1
-55
/
+69
2013-06-21
RDMA/cma: Remove unused SDP related code
Sean Hefty
1
-145
/
+31
2013-06-21
RDMA/cma: Add support for AF_IB to cma_get_service_id()
Sean Hefty
1
-0
/
+3
2013-06-21
RDMA/cma: Add support for AF_IB to rdma_resolve_route()
Sean Hefty
1
-2
/
+11
2013-06-21
RDMA/cma: Add support for AF_IB to rdma_resolve_addr()
Sean Hefty
1
-6
/
+100
2013-06-21
RDMA/cma: Verify that source and dest sa_family are the same
Sean Hefty
1
-5
/
+3
2013-06-21
RDMA/cma: Restrict AF_IB loopback to binding to IB devices only
Sean Hefty
1
-8
/
+20
2013-06-21
RDMA/cma: Add helper functions to return id address information
Sean Hefty
1
-67
/
+71
2013-06-21
RDMA/cma: Do not modify sa_family when setting loopback address
Sean Hefty
1
-13
/
+18
2013-06-21
RDMA/cma: Allow user to specify AF_IB when binding
Sean Hefty
1
-6
/
+28
2013-06-21
RDMA/cma: Update port reservation to support AF_IB
Sean Hefty
1
-21
/
+86
2013-06-21
IB/addr: Add AF_IB support to ip_addr_size
Sean Hefty
2
-8
/
+24
2013-06-21
RDMA/cma: Include AF_IB in loopback and any address checks
Sean Hefty
1
-16
/
+24
2013-06-21
RDMA/cma: Allow enabling reuseaddr in any state
Sean Hefty
1
-1
/
+1
2013-06-20
RDMA/ocrdma: Reorg structures to avoid padding
Naresh Gottumukkala
1
-6
/
+8
2013-06-20
RDMA/ocrdma: Change macros to inline funtions
Naresh Gottumukkala
3
-20
/
+40
2013-06-20
RDMA/ocrdma: Set bad_wr in error case
Naresh Gottumukkala
1
-0
/
+2
2013-06-20
RDMA/ocrdma: Replace ocrdma_err with pr_err
Naresh Gottumukkala
4
-74
/
+70
2013-06-20
RDMA/ocrdma: Use MCC_CREATE_EXT_V1 for MCC create
Naresh Gottumukkala
2
-44
/
+15
2013-06-20
RDMA/ocrdma: Remove use_cnt for queues
Gottumukkala, Naresh
3
-43
/
+1
2013-06-20
IB/ehca: Fix error return code in ehca_create_slab_caches()
Wei Yongjun
1
-0
/
+1
2013-06-20
RDMA/cxgb3: Timeout condition is never true
Dan Carpenter
1
-1
/
+2
2013-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-8
/
+14
2013-06-12
ibmebus: convert of_platform_driver to platform_driver
Rob Herring
1
-3
/
+2
2013-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-9
/
+26
2013-06-05
Merge branches 'iser' and 'qib' into for-next
Roland Dreier
1
-1
/
+1
2013-06-05
IB/qib: Fix lockdep splat in qib_alloc_lkey()
Mike Marciniszyn
1
-1
/
+1
2013-06-05
IB/iser: Add Mellanox copyright
Or Gerlitz
5
-0
/
+5
2013-06-05
IB/iser: Fix device removal flow
Roi Dayan
1
-7
/
+8
2013-05-30
ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_session
Nicholas Bellinger
2
-8
/
+25
2013-05-29
net: pass info struct via netdevice notifier
Jiri Pirko
2
-3
/
+3
2013-05-28
treewide: Fix typo in printk
Masanari Iida
1
-1
/
+1
2013-05-21
target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds
Joern Engel
1
-1
/
+1
2013-05-09
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
15
-55
/
+120
2013-05-09
Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...
Roland Dreier
18
-52
/
+113
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
2
-1
/
+2
2013-05-08
drivers/infiniband/hw: rename random32() to prandom_u32()
Andrew Morton
4
-6
/
+6
2013-05-02
IB/iser: Add support for iser CM REQ additional info
Or Gerlitz
2
-0
/
+16
2013-05-02
IB/iser: Return error to upper layers on EAGAIN registration failures
Or Gerlitz
1
-1
/
+2
2013-05-02
IB/iser: Move informational messages from error to info level
Roi Dayan
3
-25
/
+34
2013-05-02
IB/iser: Add module version
Roi Dayan
2
-5
/
+4
2013-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
11
-96
/
+336
[prev]
[next]