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.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
/
core
/
cma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-05
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-27
/
+17
2013-09-05
Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2013-08-12
RDMA/cma: Add IPv6 support for iWARP
Steve Wise
1
-27
/
+17
2013-07-31
RDMA/cma: Only call cma_save_ib_info() for CM REQs
Sean Hefty
1
-1
/
+2
2013-07-31
RDMA/cma: Fix accessing invalid private data for UD
Sean Hefty
1
-8
/
+11
2013-07-31
RDMA/cma: Fix gcc warning
Paul Bolle
1
-4
/
+3
2013-07-15
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
1
-1
/
+1
2013-06-21
RDMA/cma: Export AF_IB statistics
Sean Hefty
1
-27
/
+10
2013-06-21
RDMA/ucma: Allow user space to specify AF_IB when joining multicast
Sean Hefty
1
-2
/
+7
2013-06-21
RDMA/cma: Export cma_get_service_id()
Sean Hefty
1
-6
/
+7
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
1
-14
/
+21
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
1
-6
/
+6
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-05-29
net: pass info struct via netdevice notifier
Jiri Pirko
1
-2
/
+2
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-2
/
+1
2013-02-28
IB/core: convert to idr_alloc()
Tejun Heo
1
-17
/
+7
2012-11-30
RDMA/cm: Change return value from find_gid_port()
shefty
1
-5
/
+4
2012-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
1
-3
/
+3
2012-10-07
infiniband: pass rdma_cm module to netlink_dump_start
Gao feng
1
-1
/
+2
2012-10-05
RDMA/cma: Check that retry count values are in range
Sean Hefty
1
-3
/
+3
2012-10-01
RDMA/cma: Use consistent component mask for IPoIB port space multicast joins
Dotan Barak
1
-1
/
+4
2012-07-28
RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERR
Fengguang Wu
1
-4
/
+1
2012-07-23
Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'...
Roland Dreier
1
-1
/
+1
2012-07-09
IB: Use IS_ENABLED(CONFIG_IPV6)
Roland Dreier
1
-1
/
+1
2012-07-09
RDMA/cma: Allow user to restrict listens to bound address family
Sean Hefty
1
-4
/
+31
2012-07-09
RDMA/cma: Listen on specific address family
Sean Hefty
1
-6
/
+10
2012-07-09
RDMA/cma: Bind to a specific address family
Sean Hefty
1
-11
/
+21
2012-06-20
RDMA/cma: QP type check on received REQs should be AND not OR
Sean Hefty
1
-1
/
+1
2012-05-22
Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-20
/
+22
2012-05-08
RDMA/cma: Fix lockdep false positive recursive locking
Sean Hefty
1
-20
/
+22
2012-04-05
IB/rdma_cm: TOS <=> UP mapping for IBoE
Amir Vadai
1
-1
/
+5
2012-01-09
Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2012-01-04
RDMA/cma: Fix endianness bugs
Sean Hefty
1
-3
/
+3
2011-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2011-12-19
RDMA/cma: Verify private data length
Sean Hefty
1
-0
/
+6
2011-11-23
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-4
/
+4
[next]