index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-18
RPC: allow call_encode() to delay transmission of an RPC call.
Trond Myklebust
2
-11
/
+20
2005-10-18
SUNRPC: Retry rpcbind requests if the server's portmapper isn't up
Chuck Lever
1
-1
/
+2
2005-10-18
Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6
Trond Myklebust
1
-1
/
+1
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-1
/
+1
2005-10-04
[RPC]: fix sparse gfp nocast warnings
Randy Dunlap
1
-1
/
+1
2005-09-23
SUNRPC: fix bug in patch "portmapper doesn't need a reserved port"
Chuck Lever
1
-6
/
+7
2005-09-23
Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"
Trond Myklebust
3
-133
/
+197
2005-09-23
[PATCH] RPC,NFS: new rpc_pipefs patch
Christoph Hellwig
3
-197
/
+133
2005-09-23
[PATCH] RPC: rationalize set_buffer_size
Chuck Lever
2
-23
/
+17
2005-09-23
[PATCH] RPC: parametrize various transport connect timeouts
Chuck Lever
3
-6
/
+69
2005-09-23
[PATCH] RPC: make sure to get the same local port number when reconnecting
Chuck Lever
1
-12
/
+53
2005-09-23
[PATCH] RPC: allow RPC client's port range to be adjustable
Chuck Lever
2
-15
/
+37
2005-09-23
[PATCH] RPC: clean up after nocong was removed
Chuck Lever
2
-12
/
+19
2005-09-23
[PATCH] RPC: remove xprt->nocong
Chuck Lever
1
-2
/
+0
2005-09-23
[PATCH] RPC: add a release_rqst callout to the RPC transport switch
Chuck Lever
2
-1
/
+14
2005-09-23
[PATCH] RPC: add generic interface for adjusting the congestion window
Chuck Lever
2
-48
/
+31
2005-09-23
[PATCH] RPC: separate xprt_timer implementations
Chuck Lever
2
-25
/
+32
2005-09-23
[PATCH] RPC: expose API for serializing access to RPC transports
Chuck Lever
2
-14
/
+65
2005-09-23
[PATCH] RPC: expose API for serializing access to RPC transports
Chuck Lever
2
-12
/
+54
2005-09-23
[PATCH] RPC: add API to set transport-specific timeouts
Chuck Lever
2
-22
/
+47
2005-09-23
[PATCH] RPC: get rid of xprt->stream
Chuck Lever
2
-12
/
+19
2005-09-23
[PATCH] RPC: skip over transport-specific heads automatically
Chuck Lever
3
-14
/
+21
2005-09-23
[PATCH] RPC: separate TCP and UDP socket write paths
Chuck Lever
1
-87
/
+128
2005-09-23
[PATCH] RPC: separate TCP and UDP transport connection logic
Chuck Lever
1
-73
/
+91
2005-09-23
[PATCH] RPC: separate TCP and UDP write space callbacks
Chuck Lever
2
-31
/
+87
2005-09-23
[PATCH] RPC: client-side transport switch cleanup
Chuck Lever
3
-20
/
+20
2005-09-23
[PATCH] RPC: Add helper for waking tasks pending on a transport
Chuck Lever
2
-7
/
+18
2005-09-23
[PATCH] RPC: Eliminate socket.h includes in RPC client
Chuck Lever
8
-11
/
+0
2005-09-23
[PATCH] RPC: rename the sockstate field
Chuck Lever
2
-11
/
+9
2005-09-23
[PATCH] RPC: Rename xprt_lock
Chuck Lever
1
-5
/
+5
2005-09-23
[PATCH] RPC: Rename sock_lock
Chuck Lever
2
-33
/
+33
2005-09-23
[PATCH] RPC: Reduce stack utilization in xs_sendpages
Chuck Lever
1
-30
/
+43
2005-09-23
[PATCH] RPC: transport switch function naming
Chuck Lever
2
-301
/
+310
2005-09-23
[PATCH] RPC: introduce client-side transport switch
Chuck Lever
6
-977
/
+1070
2005-09-23
[PATCH] RPC: extract socket logic common to both client and server
Chuck Lever
5
-143
/
+176
2005-09-23
[PATCH] RPC: portmapper doesn't need a reserved port
Chuck Lever
1
-0
/
+1
2005-09-23
[PATCH] NFS: use a constant value for TCP retransmit timeouts
Chuck Lever
1
-2
/
+2
2005-09-23
[PATCH] RPC: proper soft timeout behavior for rpcbind
Chuck Lever
1
-20
/
+77
2005-09-23
[PATCH] RPC: Report connection errors properly when mounting with "soft"
Chuck Lever
1
-9
/
+18
2005-09-13
[PATCH] Code cleanups in calbacks in svcsock
Neil Brown
1
-44
/
+39
2005-09-12
[NET]: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-2
/
+1
2005-09-07
[PATCH] sunrpc: print unsigned integers in stats
Max Kellermann
1
-8
/
+8
2005-09-07
[PATCH] sunrpc: cache_register can use wrong module reference
Bruce Allan
5
-8
/
+16
2005-09-05
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-17
/
+9
2005-09-02
[PATCH] remove driverfs references from include/linux/cpu.h and net/sunrpc/rp...
Rolf Eike Beer
1
-1
/
+1
2005-09-01
[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL
Jesper Juhl
3
-16
/
+8
2005-09-01
[CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriate
Herbert Xu
1
-1
/
+1
2005-08-29
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
Eric Dumazet
2
-6
/
+6
2005-08-29
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
1
-4
/
+7
2005-08-29
[SUNRPC]: svcsock.c needs linux/tcp.h
Andrew Morton
1
-0
/
+1
[prev]
[next]