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
/
sunrpc
/
xprtsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-26
sunrpc: skip portmap calls on sessions backchannel
J. Bruce Fields
1
-0
/
+1
2012-03-12
SUNRPC: Fix a few sparse warnings
Trond Myklebust
1
-5
/
+5
2012-02-16
SUNRPC: add sending,pending queue and max slot to xprt stats
Andy Adamson
1
-6
/
+17
2011-11-23
SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is cleared
Trond Myklebust
1
-2
/
+1
2011-11-10
SUNRPC: destroy freshly allocated transport in case of sockaddr init error
Stanislav Kinsbursky
1
-1
/
+3
2011-07-18
SUNRPC: Support dynamic slot allocation for TCP connections
Trond Myklebust
1
-7
/
+42
2011-07-18
SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot
Trond Myklebust
1
-0
/
+2
2011-07-15
SUNRPC: sunrpc should not explicitly depend on NFS config options
Trond Myklebust
1
-3
/
+3
2011-05-28
SUNRPC: Support for RPC over AF_LOCAL transports
Chuck Lever
1
-3
/
+392
2011-05-28
SUNRPC: Rename xs_encode_tcp_fragment_header()
Chuck Lever
1
-12
/
+12
2011-05-28
SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...
Trond Myklebust
1
-3
/
+13
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-03-23
SUNRPC: Never reuse the socket port after an xs_close()
Trond Myklebust
1
-0
/
+2
2011-03-10
sunrpc: Propagate errors from xs_bind() through xs_create_sock()
Ben Hutchings
1
-1
/
+2
2011-01-15
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-10
/
+24
2011-01-11
rpc: allow xprt_class->setup to return a preexisting xprt
J. Bruce Fields
1
-9
/
+9
2011-01-11
rpc: keep backchannel xprt as long as server connection
J. Bruce Fields
1
-10
/
+24
2011-01-11
rpc: move sk_bc_xprt to svc_xprt
J. Bruce Fields
1
-1
/
+1
2010-12-15
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
1
-1
/
+1
2010-10-26
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-235
/
+123
2010-10-21
SUNRPC: Properly initialize sock_xprt.srcaddr in all cases
Chuck Lever
1
-1
/
+32
2010-10-21
SUNRPC: Use conventional switch statement when reclassifying sockets
Chuck Lever
1
-3
/
+7
2010-10-19
sunrpc: Remove dead "else" branch from bc xprt creation
Pavel Emelyanov
1
-9
/
+4
2010-10-19
sunrpc: Remove UDP worker wrappers
Pavel Emelyanov
1
-34
/
+7
2010-10-19
sunrpc: Remove TCP worker wrappers
Pavel Emelyanov
1
-32
/
+7
2010-10-19
sunrpc: Pass family to setup_socket calls
Pavel Emelyanov
1
-24
/
+8
2010-10-19
sunrpc: Merge xs_create_sock code
Pavel Emelyanov
1
-25
/
+24
2010-10-19
sunrpc: Merge the xs_bind code
Pavel Emelyanov
1
-47
/
+19
2010-10-19
sunrpc: Call xs_create_sockX directly from setup_socket
Pavel Emelyanov
1
-32
/
+8
2010-10-19
sunrpc: Factor out v6 sockets creation
Pavel Emelyanov
1
-37
/
+26
2010-10-19
sunrpc: Factor out v4 sockets creation
Pavel Emelyanov
1
-37
/
+26
2010-10-19
sunrpc: Factor out udp sockets creation
Pavel Emelyanov
1
-40
/
+56
2010-10-19
sunrpc: Remove duplicate xprt/transport arguments from calls
Pavel Emelyanov
1
-6
/
+6
2010-10-19
sunrpc: Get xprt pointer once in xs_tcp_setup_socket
Pavel Emelyanov
1
-6
/
+4
2010-10-19
sunrpc: Remove unused sock arg from xs_next_srcport
Pavel Emelyanov
1
-3
/
+3
2010-10-19
sunrpc: Remove unused sock arg from xs_get_srcport
Pavel Emelyanov
1
-3
/
+3
2010-10-02
sunrpc: Create sockets in net namespaces
Pavel Emelyanov
1
-4
/
+4
2010-10-02
sunrpc: Tag rpc_xprt with net
Pavel Emelyanov
1
-1
/
+1
2010-10-02
sunrpc: Factor out rpc_xprt freeing
Pavel Emelyanov
1
-8
/
+4
2010-10-02
sunrpc: Factor out rpc_xprt allocation
Pavel Emelyanov
1
-12
/
+3
2010-09-25
net: fix a lockdep splat
Eric Dumazet
1
-14
/
+14
2010-08-19
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-6
/
+22
2010-08-11
param: use ops in struct kernel_param, rather than get and set fns directly
Rusty Russell
1
-11
/
+15
2010-08-10
SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)
Andy Chittenden
1
-6
/
+22
2010-06-22
SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()
Trond Myklebust
1
-16
/
+22
2010-05-26
sunrpc: fix leak on error on socket xprt setup
J. Bruce Fields
1
-11
/
+18
2010-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-4
/
+0
2010-05-18
net: Remove unnecessary returns from void function()s
Joe Perches
1
-4
/
+0
2010-05-14
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
Trond Myklebust
1
-2
/
+2
2010-05-14
SUNRPC: Fix xs_setup_bc_tcp()
Trond Myklebust
1
-3
/
+0
[next]