projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6]
/
net
/
rds
/
Kconfig
1
2
config RDS
3
tristate "Reliable Datagram Sockets (RDS) (EXPERIMENTAL)"
4
depends on INET && INFINIBAND_IPOIB && EXPERIMENTAL
5
depends on INFINIBAND && INFINIBAND_ADDR_TRANS
6
---help---
7
RDS provides reliable, sequenced delivery of datagrams
8
over Infiniband.
9
10
config RDS_DEBUG
11
bool "Debugging messages"
12
depends on RDS
13
default n
14