index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rds
/
connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-21
rds: make local functions/variables static
stephen hemminger
1
-1
/
+1
2010-09-09
RDS: cancel connection work structs as we shut down
Zach Brown
1
-0
/
+4
2010-09-09
RDS: don't call rds_conn_shutdown() from rds_conn_destroy()
Zach Brown
1
-2
/
+7
2010-09-09
RDS: have sockets get transport module references
Zach Brown
1
-1
/
+4
2010-09-09
RDS: lock rds_conn_count decrement in rds_conn_destroy()
Zach Brown
1
-0
/
+3
2010-09-09
RDS: remove __init and __exit annotation
Zach Brown
1
-1
/
+1
2010-09-09
RDS: whitespace
Andy Grover
1
-1
/
+0
2010-09-09
rds: fix rds_send_xmit() serialization
Zach Brown
1
-14
/
+5
2010-09-09
rds: block ints when acquiring c_lock in rds_conn_message_info()
Zach Brown
1
-2
/
+3
2010-09-09
RDS: introduce rds_conn_connect_if_down()
Zach Brown
1
-0
/
+12
2010-09-09
rds: use RCU to protect the connection hash
Chris Mason
1
-22
/
+22
2010-09-09
RDS: use locking on the connection hash list
Chris Mason
1
-0
/
+3
2010-09-09
rds: don't let RDS shutdown a connection while senders are present
Chris Mason
1
-0
/
+7
2010-09-09
RDS: Use a generation counter to avoid rds_send_xmit loop
Chris Mason
1
-0
/
+1
2010-09-09
RDS: Change send lock from a mutex to a spinlock
Andy Grover
1
-16
/
+6
2010-09-09
RDS: fold rdma.h into rds.h
Andy Grover
1
-1
/
+0
2010-09-09
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
Andy Grover
1
-2
/
+2
2010-09-09
RDS: move rds_shutdown_worker impl. to rds_conn_shutdown
Andy Grover
1
-0
/
+53
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-11-30
net: Move && and || to end of previous line
Joe Perches
1
-4
/
+2
2009-08-24
RDS: Export symbols from core RDS
Andy Grover
1
-0
/
+5
2009-07-20
RDS: Refactor end of __conn_create for readability
Andy Grover
1
-17
/
+31
2009-07-20
RDS: Don't set c_version in __rds_conn_create()
Andy Grover
1
-1
/
+0
2009-04-10
rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
Wei Yongjun
1
-3
/
+1
2009-02-27
RDS: Connection handling
Andy Grover
1
-0
/
+487