index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtsock.c
Commit message (
Expand
)
Author
Age
*
SUNRPC: Support for RPC over AF_LOCAL transports
Chuck Lever
2011-05-27
*
SUNRPC: Rename xs_encode_tcp_fragment_header()
Chuck Lever
2011-05-27
*
SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...
Trond Myklebust
2011-05-27
*
Fix common misspellings
Lucas De Marchi
2011-03-31
*
SUNRPC: Never reuse the socket port after an xs_close()
Trond Myklebust
2011-03-22
*
sunrpc: Propagate errors from xs_bind() through xs_create_sock()
Ben Hutchings
2011-03-10
*
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2011-01-14
|
\
|
*
rpc: allow xprt_class->setup to return a preexisting xprt
J. Bruce Fields
2011-01-11
|
*
rpc: keep backchannel xprt as long as server connection
J. Bruce Fields
2011-01-11
|
*
rpc: move sk_bc_xprt to svc_xprt
J. Bruce Fields
2011-01-11
*
|
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
2010-12-15
|
/
*
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2010-10-26
|
\
|
*
SUNRPC: Properly initialize sock_xprt.srcaddr in all cases
Chuck Lever
2010-10-21
|
*
SUNRPC: Use conventional switch statement when reclassifying sockets
Chuck Lever
2010-10-21
|
*
sunrpc: Remove dead "else" branch from bc xprt creation
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Remove UDP worker wrappers
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Remove TCP worker wrappers
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Pass family to setup_socket calls
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Merge xs_create_sock code
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Merge the xs_bind code
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Call xs_create_sockX directly from setup_socket
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Factor out v6 sockets creation
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Factor out v4 sockets creation
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Factor out udp sockets creation
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Remove duplicate xprt/transport arguments from calls
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Get xprt pointer once in xs_tcp_setup_socket
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Remove unused sock arg from xs_next_srcport
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Remove unused sock arg from xs_get_srcport
Pavel Emelyanov
2010-10-19
|
*
sunrpc: Create sockets in net namespaces
Pavel Emelyanov
2010-10-01
|
*
sunrpc: Tag rpc_xprt with net
Pavel Emelyanov
2010-10-01
|
*
sunrpc: Factor out rpc_xprt freeing
Pavel Emelyanov
2010-10-01
|
*
sunrpc: Factor out rpc_xprt allocation
Pavel Emelyanov
2010-10-01
*
|
net: fix a lockdep splat
Eric Dumazet
2010-09-25
|
/
*
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2010-08-18
|
\
|
*
SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)
Andy Chittenden
2010-08-10
*
|
param: use ops in struct kernel_param, rather than get and set fns directly
Rusty Russell
2010-08-11
|
/
*
SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()
Trond Myklebust
2010-06-22
*
sunrpc: fix leak on error on socket xprt setup
J. Bruce Fields
2010-05-26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2010-05-21
|
\
|
*
net: Remove unnecessary returns from void function()s
Joe Perches
2010-05-18
*
|
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
Trond Myklebust
2010-05-14
*
|
SUNRPC: Fix xs_setup_bc_tcp()
Trond Myklebust
2010-05-14
*
|
SUNRPC: RPC metrics and RTT estimator should use same RTT value
Chuck Lever
2010-05-14
*
|
SUNRPC: Fail over more quickly on connect errors
Trond Myklebust
2010-05-14
*
|
SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()
Trond Myklebust
2010-05-14
|
/
*
SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel
Trond Myklebust
2010-03-22
*
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2010-03-18
|
\
|
*
rpc client can not deal with ENOSOCK, so translate it into ENOCONN
Bian Naimeng
2010-03-08
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-03-13
|
\
\
|
|
/
|
/
|
|
*
net/sunrpc: Convert (void)snprintf to snprintf
Joe Perches
2010-03-08
[next]