index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
/
svc_xprt.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Change svc_create_xprt() to take a @family argument
Chuck Lever
2009-03-28
1
-1
/
+2
*
SUNRPC: Clean up svc_find_xprt() calling sequence
Chuck Lever
2009-03-28
1
-1
/
+2
*
SUNRPC: Clean up static inline functions in svc_xprt.h
Chuck Lever
2009-03-28
1
-20
/
+26
*
misc: replace NIPQUAD()
Harvey Harrison
2008-10-31
1
-2
/
+2
*
net: replace %p6 with %pI6
Harvey Harrison
2008-10-29
1
-1
/
+1
*
net: replace uses of NIP6_FMT with %p6
Harvey Harrison
2008-10-28
1
-2
/
+2
*
svc: Add svc_xprt_names service to replace svc_sock_names
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Add svc API that queries for a transport instance
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Add /proc/sys/sunrpc/transport files
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Move the xprt independent code to the svc_xprt.c file
Tom Tucker
2008-02-01
1
-0
/
+27
*
svc: Move the sockaddr information to svc_xprt
Tom Tucker
2008-02-01
1
-0
/
+51
*
svc: Make deferral processing xprt independent
Tom Tucker
2008-02-01
1
-0
/
+2
*
svc: Move the authinfo cache to svc_xprt.
Tom Tucker
2008-02-01
1
-0
/
+4
*
svc: Change svc_sock_received to svc_xprt_received and export it
Tom Tucker
2008-02-01
1
-1
/
+1
*
svc: Make svc_send transport neutral
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Move sk_reserved to svc_xprt
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Make close transport independent
Tom Tucker
2008-02-01
1
-0
/
+2
*
svc: Move sk_server and sk_pool to svc_xprt
Tom Tucker
2008-02-01
1
-1
/
+5
*
svc: Move sk_flags to the svc_xprt structure
Tom Tucker
2008-02-01
1
-0
/
+12
*
svc: Change sk_inuse to a kref
Tom Tucker
2008-02-01
1
-0
/
+8
*
svc: Add a generic transport svc_create_xprt function
Tom Tucker
2008-02-01
1
-0
/
+4
*
svc: Add xpo_accept transport function
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Add a transport function that checks for write space
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Add xpo_prep_reply_hdr
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Add per-transport delete functions
Tom Tucker
2008-02-01
1
-0
/
+2
*
svc: Add transport specific xpo_release function
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
Tom Tucker
2008-02-01
1
-0
/
+2
*
svc: Add a max payload value to the transport
Tom Tucker
2008-02-01
1
-0
/
+1
*
svc: Add an svc transport class
Tom Tucker
2008-02-01
1
-0
/
+31