Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
4bb0e6d7258213d4893c2c876712fbba40e712fe
/
net
/
sunrpc
/
svcsock.c
43d86ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
3a0ed3e9
sock: Make sock->sk_stamp thread-safe
by Deepa Dinamani
· 6 years ago
64e20ba
sunrpc: remove unused xpo_prep_reply_hdr callback
by Vasily Averin
· 6 years ago
7f39154
sunrpc: remove svc_tcp_bc_class
by Vasily Averin
· 6 years ago
a289ce5
sunrpc: replace svc_serv->sv_bc_xprt by boolean flag
by Vasily Averin
· 6 years ago
d4b09ac
sunrpc: use-after-free in svc_process_common()
by Vasily Averin
· 6 years ago
9931a07
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
78a63f1
Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Al Viro
· 6 years ago
310c758
Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 6 years ago
4c8e553
SUNRPC: Simplify TCP receive code
by Trond Myklebust
· 6 years ago
aa563d7
iov_iter: Separate type from direction and use accessor functions
by David Howells
· 6 years ago
75c8415
SUNRPC: Rename xprt->recv_lock to xprt->queue_lock
by Trond Myklebust
· 6 years ago
5e4d659
Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
ece200d
sunrpc: Save remote presentation address in svc_xprt for trace events
by Chuck Lever
· 7 years ago
989f881
svc: Simplify ->xpo_secure_port
by Chuck Lever
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
f1517df
Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
d0945ca
sunrpc: remove dead code in svc_sock_setbufsize
by Christoph Hellwig
· 7 years ago
1e4ed1b
svc_recvfrom(): switch to sock_recvmsg()
by Al Viro
· 7 years ago
8e7757d
Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
0828170
merge nfsd 4.13 bugfixes into nfsd for-4.14 branch
by J. Bruce Fields
· 7 years ago
2412e92
sunrpc: Const-ify instances of struct svc_xprt_ops
by Chuck Lever
· 7 years ago
eebe53e
net: sunrpc: svcsock: fix NULL-pointer exception
by Vadim Lomovtsev
· 7 years ago
ce7c252
SUNRPC: Add a separate spinlock to protect the RPC request receive list
by Trond Myklebust
· 7 years ago
5427290
SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprt
by Kinglong Mee
· 8 years ago
8313064c
Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
5b5e092
lib/vsprintf.c: remove %Z support
by Alexey Dobriyan
· 8 years ago
362142b2
sunrpc: flag transports as having congestion control
by Jeff Layton
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ea08e39
sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports
by Scott Mayhew
· 8 years ago
7c13f97
udp: do fwd memory scheduling on dequeue
by Paolo Abeni
· 8 years ago
850cbad
udp: use it's own memory accounting schema
by Paolo Abeni
· 8 years ago
c7995f8
SUNRPC: Detect immediate closure of accepted sockets
by Trond Myklebust
· 8 years ago
b2f21f7
SUNRPC: accept() may return sockets that are still in SYN_RECV
by Trond Myklebust
· 8 years ago
637600f
SUNRPC: Change TCP socket space reservation
by Trond Myklebust
· 8 years ago
4720b07
SUNRPC: Micro optimisation for svc_data_ready
by Trond Myklebust
· 8 years ago
fa9251a
SUNRPC: Call the default socket callbacks instead of open coding
by Trond Myklebust
· 8 years ago
069c225
SUNRPC: lock the socket while detaching it
by Trond Myklebust
· 8 years ago
fafc4e1
sock: tigthen lockdep checks for sock_owned_by_user
by Hannes Frederic Sowa
· 9 years ago
1da8c681
sunrpc: do not pull udp headers on receive
by Willem de Bruijn
· 9 years ago
0442f14
svcrpc: document lack of some memory barriers
by J. Bruce Fields
· 9 years ago
ea833f5d
SUNRPC: drop stale comment in svc_setup_socket()
by Stefan Hajnoczi
· 9 years ago
226453d
SUNRPC: Use MSG_SENDPAGE_NOTLAST when calling sendpage()
by Trond Myklebust
· 9 years ago
d8725c8
get rid of the size argument of sock_sendmsg()
by Al Viro
· 10 years ago
7501cc2
sunrpc: move rq_local field to rq_flags
by Jeff Layton
· 10 years ago
093a146
SUNRPC: Fix locking around callback channel reply receive
by Trond Myklebust
· 10 years ago
71efecb
sunrpc: fix byte-swapping of displayed XID
by Chuck Lever
· 10 years ago
f8d1ff4
SUNRPC: Optimise away svc_recv_available
by Trond Myklebust
· 10 years ago
5187768
SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freed
by Trond Myklebust
· 10 years ago
c7fb3f0
SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely
by Trond Myklebust
· 10 years ago
3c45ddf
svcrdma: Select NFSv4.1 backchannel transport based on forward channel
by Chuck Lever
· 10 years ago
a48fd0f
SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING
by Kinglong Mee
· 10 years ago
ef11ce2
SUNRPC: track whether a request is coming from a loop-back interface.
by NeilBrown
· 11 years ago
16e4d93
NFSD: Ignore client's source port on RDMA transports
by Chuck Lever
· 11 years ago
454fd35
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
3064639
nfsd: check passed socket's net matches NFSd superblock's one
by Stanislav Kinsbursky
· 11 years ago
c2bb06d
net: fix build errors if ipv6 is disabled
by Eric Dumazet
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
0e76a3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
447383d
NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure.
by NeilBrown
· 11 years ago
64dc613
net: add sk_stream_is_writeable() helper
by Eric Dumazet
· 11 years ago
1f691b0
svcrpc: don't error out on small tcp fragment
by J. Bruce Fields
· 11 years ago
cf3aa02
svcrpc: fix handling of too-short rpc's
by J. Bruce Fields
· 11 years ago
73df66f
ipv6: rename datagram_send_ctl and datagram_recv_ctl
by Tom Parkin
· 12 years ago
9821972
Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 12 years ago
afc5940
nfsd4: cleanup: replace rq_resused count by rq_next_page pointer
by J. Bruce Fields
· 12 years ago
3a28e33
svcrpc: fix some printks
by J. Bruce Fields
· 12 years ago
836fbad
svcrpc: support multiple-fragment rpc's
by J. Bruce Fields
· 12 years ago
8af345f
svcrpc: track rpc data length separately from sk_tcplen
by J. Bruce Fields
· 12 years ago
6a72ae2
svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk
by J. Bruce Fields
· 12 years ago
ad46ccf
svcrpc: delay minimum-rpc-size check till later
by J. Bruce Fields
· 12 years ago
cc248d4
svcrpc: don't byte-swap sk_reclen in place
by J. Bruce Fields
· 12 years ago
1b7a181
SUNRPC: remove BUG_ONs from *_reclassify_socket*
by Weston Andros Adamson
· 12 years ago
eccf50c
nfsd: remove unused listener-removal interfaces
by J. Bruce Fields
· 12 years ago
9f9d2eb
svcrpc: make xpo_recvfrom return only >=0
by J. Bruce Fields
· 12 years ago
af6d572
svcrpc: don't bother checking bad svc_addr_len result
by J. Bruce Fields
· 12 years ago
f23abfd
svcrpc: minor udp code cleanup
by J. Bruce Fields
· 12 years ago
39b5530
svcrpc: share some setup of listening sockets
by J. Bruce Fields
· 12 years ago
a8e1007
svcrpc: clean up control flow
by J. Bruce Fields
· 12 years ago
72c3537
svcrpc: standardize svc_setup_socket return convention
by J. Bruce Fields
· 12 years ago
be1e444
svcrpc: fix BUG() in svc_tcp_clear_pages
by J. Bruce Fields
· 12 years ago
22911fc
net: skb_free_datagram_locked() doesnt drop all packets
by Eric Dumazet
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
4a17fd5
sock: Introduce named constants for sk_reuse
by Pavel Emelyanov
· 13 years ago
1df0064
Merge nfs containerization work from Trond's tree
by J. Bruce Fields
· 13 years ago
09acfea
SUNRPC: Fix a few sparse warnings
by Trond Myklebust
· 13 years ago
9f912ce
SUNPRC: remove marking service temporary sockets with XPT_CHNGBUF
by Stanislav Kinsbursky
· 13 years ago
d3b773e
SUNRPC: fixup for namespace changes
by Trond Myklebust
· 13 years ago
5247fab
SUNRPC: pass network namespace to service registering routines
by Stanislav Kinsbursky
· 13 years ago
0b48d42
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
bd4620d
SUNRPC: create svc_xprt in proper network namespace
by Stanislav Kinsbursky
· 13 years ago
4e3fd7a
net: remove ipv6_addr_copy()
by Alexey Dobriyan
· 13 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 13 years ago
849a1cf
SUNRPC: Replace svc_addr_u by sockaddr_storage
by Mi Jinlong
· 13 years ago
28890d3
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
177e4f9
svcsock.c: include sunrpc.h to quiet sparse noise
by H Hartley Sweeten
· 13 years ago
9e00abc
SUNRPC: sunrpc should not explicitly depend on NFS config options
by Trond Myklebust
· 13 years ago
Next »