Commit Graph

149 Commits (58f9612c6ea858f532021a0ce42ec53cb0a493b3)

Author SHA1 Message Date
Joe Perches 3fa21e07e6 net: Remove unnecessary returns from void function()s 15 years ago
Neil Brown b48fa6b991 sunrpc: centralise most calls to svc_xprt_received 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Neil Brown 301e99ce4a nfsd: ensure sockets are closed on error 15 years ago
Aime Le Rouzic 205ba42308 NFSD: Support AF_INET6 in svc_addsock() function 15 years ago
Eric Dumazet 9d410c7960 net: fix sk_forward_alloc corruption 16 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
Rahul Iyer 4cfc7e6019 nfsd41: sunrpc: Added rpc server-side backchannel handling 16 years ago
Alexandros Batsakis 8f55f3c0a0 nfsd41: sunrpc: svc_tcp_recv_record() 16 years ago
Chuck Lever 7702ce40bc SUNRPC: handle IPv6 PKTINFO when extracting destination address 16 years ago
Trond Myklebust 47fcb03fef SUNRPC: Fix the TCP server's send buffer accounting 16 years ago
Benny Halevy 7652e5a09b nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use 16 years ago
J. Bruce Fields 7f4218354f nfsd: Revert "svcrpc: take advantage of tcp autotuning" 16 years ago
Chuck Lever 017cb47f46 SUNRPC: Clean up one_sock_name() 16 years ago
Chuck Lever 58de2f8658 SUNRPC: Support PF_INET6 in one_sock_name() 16 years ago
Chuck Lever e7942b9f25 SUNRPC: Switch one_sock_name() to use snprintf() 16 years ago
Chuck Lever 8435d34dbb SUNRPC: pass buffer size to svc_sock_names() 16 years ago
Chuck Lever bfba9ab4c6 SUNRPC: pass buffer size to svc_addsock() 16 years ago
Chuck Lever abc5c44d62 SUNRPC: Fix error return value of svc_addr_len() 16 years ago
Trond Myklebust c69da774b2 SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a port 16 years ago
Chuck Lever 7d21c0f984 SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets 16 years ago
Chuck Lever baf01caf09 SUNRPC: svc_setup_socket() gets protocol family from socket 16 years ago
Chuck Lever 4b62e58ccc SUNRPC: Pass a family argument to svc_register() 16 years ago
Olga Kornievskaia 47a14ef1af svcrpc: take advantage of tcp autotuning 16 years ago
Trond Myklebust 24c3767e41 SUNRPC: The sunrpc server code should not be used by out-of-tree modules 16 years ago
Tom Tucker 2779e3ae39 svc: Move kfree of deferral record to common code 16 years ago
Trond Myklebust 69b6ba3712 SUNRPC: Ensure the server closes sockets in a timely fashion 16 years ago
Tom Tucker 2da2c21d75 Add a reference to sunrpc in svc_addsock 16 years ago
Harvey Harrison 21454aaad3 net: replace NIPQUAD() in net/*/ 17 years ago
Chuck Lever 2937391385 NLM: Remove unused argument from svc_addsock() function 17 years ago
Chuck Lever b6632339e3 SUNRPC: Set V6ONLY socket option for RPC listener sockets 17 years ago
Chuck Lever c0401ea008 SUNRPC: Update RPC server's TCP record marker decoder 17 years ago
Chuck Lever b7872fe86d SUNRPC: RPC server still uses 2.4 method for disabling TCP Nagle 17 years ago
Jeff Layton 23d42ee278 SUNRPC: export svc_sock_update_bufs 17 years ago
Pavel Emelyanov 5216a8e70e Wrap buffers used for rpc debug printks into RPC_IFDEBUG 17 years ago
Tom Tucker 260c1d1298 svc: Add transport hdr size for defer/revisit 17 years ago
Tom Tucker 0f0257eaa5 svc: Move the xprt independent code to the svc_xprt.c file 17 years ago
Tom Tucker 18d19f949d svc: Make svc_check_conn_limits xprt independent 17 years ago
Tom Tucker 57b1d3baba svc: Removing remaining references to rq_sock in rqstp 17 years ago
Tom Tucker 4e5caaa5f2 svc: Move create logic to common code 17 years ago
Tom Tucker 9f8bfae693 svc: Make svc_age_temp_sockets svc_age_temp_transports 17 years ago
Tom Tucker c36adb2a7f svc: Make svc_recv transport neutral 17 years ago
Tom Tucker eab996d4ac svc: Make svc_sock_release svc_xprt_release 17 years ago
Tom Tucker 9dbc240f19 svc: Move the sockaddr information to svc_xprt 17 years ago
Tom Tucker 8c7b0172a1 svc: Make deferral processing xprt independent 17 years ago
Tom Tucker def13d7401 svc: Move the authinfo cache to svc_xprt. 17 years ago
Tom Tucker 4bc6c497b2 svc: Remove sk_lastrecv 17 years ago
Tom Tucker 6bc5ab1367 svc: Move accept call to svc_xprt_received to common code 17 years ago
Tom Tucker a6046f71f2 svc: Change svc_sock_received to svc_xprt_received and export it 17 years ago
Tom Tucker a50fea26b9 svc: Make svc_send transport neutral 17 years ago