Commit Graph

1019 Commits (da4dd0f7ca3fa667b7bba5fd34adceaf3fb84a9b)

Author SHA1 Message Date
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Steve Wise 21515e46bc svcrdma: clean up error paths. 16 years ago
Trond Myklebust f75e6745aa SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect 16 years ago
Steve Wise d0687be7c7 svcrdma: Fix dma map direction for rdma read targets 16 years ago
Andy Adamson 2f425878b6 nfsd: don't use the deferral service, return NFS4ERR_DELAY 16 years ago
Trond Myklebust c69da774b2 SUNRPC: Ensure IPV6_V6ONLY is set on the socket before binding to a port 16 years ago
Alexey Dobriyan 99b7623380 proc 2/2: remove struct proc_dir_entry::owner 16 years ago
Matt LaPlante 692105b8ac trivial: fix typos/grammar errors in Kconfig texts 16 years ago
Rusty Russell aa85ea5b89 cpumask: use new cpumask_ functions in core code. 16 years ago
Chuck Lever 9355982830 SUNRPC: Remove CONFIG_SUNRPC_REGISTER_V4 16 years ago
Chuck Lever 363f724cdd SUNRPC: rpcb_register() should handle errors silently 16 years ago
Chuck Lever cadc0fa534 SUNRPC: Simplify kernel RPC service registration 16 years ago
Chuck Lever d5a8620f7c SUNRPC: Simplify svc_unregister() 16 years ago
Chuck Lever 1673d0de40 SUNRPC: Allow callers to pass rpcb_v4_register a NULL address 16 years ago
Chuck Lever 126e4bc3b3 SUNRPC: rpcbind actually interprets r_owner string 16 years ago
Chuck Lever 3aba45536f SUNRPC: Clean up address type casts in rpcb_v4_register() 16 years ago
Chuck Lever ba5c35e0c7 SUNRPC: Don't return EPROTONOSUPPORT in svc_register()'s helpers 16 years ago
Chuck Lever fc28decdc9 SUNRPC: Use IPv4 loopback for registering AF_INET6 kernel RPC services 16 years ago
Chuck Lever 7d21c0f984 SUNRPC: Set IPV6ONLY flag on PF_INET6 RPC listener sockets 16 years ago
Chuck Lever 49a9072f29 SUNRPC: Remove @family argument from svc_create() and svc_create_pooled() 16 years ago
Chuck Lever 9652ada3fb SUNRPC: Change svc_create_xprt() to take a @family argument 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
Chuck Lever 156e62094a SUNRPC: Clean up svc_find_xprt() calling sequence 16 years ago
Chuck Lever 776bd5c7a2 SUNRPC: Don't flag empty RPCB_GETADDR reply as bogus 16 years ago
ideawu abd91ee979 sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_process 16 years ago
Al Viro 3ba13d179e constify dentry_operations: rest 16 years ago
Tom Talpey 2e3c230bc7 SVCRDMA: fix recent printk format warnings. 16 years ago
Trond Myklebust 55420c24a0 SUNRPC: Ensure we close the socket on EPIPE errors too... 16 years ago
Trond Myklebust b61d59fffd SUNRPC: xs_tcp_connect_worker{4,6}: merge common code 16 years ago
Trond Myklebust 25fe6142a5 SUNRPC: Add a sysctl to control the duration of the socket linger timeout 16 years ago
Trond Myklebust 7d1e8255cf SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets 16 years ago
Olga Kornievskaia 47a14ef1af svcrpc: take advantage of tcp autotuning 16 years ago
Greg Banks 03cf6c9f49 knfsd: add file to export stats about nfsd pools 16 years ago
Greg Banks 59a252ff8c knfsd: avoid overloading the CPU scheduler with enormous load averages 16 years ago
Rusty Russell a70f730282 cpumask: replace node_to_cpumask with cpumask_of_node. 16 years ago
Trond Myklebust 5e3771ce2d SUNRPC: Ensure that xs_nospace return values are propagated 16 years ago
Trond Myklebust 8a2cec295f SUNRPC: Delay, then retry on connection errors. 16 years ago
Trond Myklebust 2a4919919a SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pending 16 years ago
Trond Myklebust 482f32e65d SUNRPC: Handle socket errors correctly 16 years ago
Trond Myklebust c8485e4d63 SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit() 16 years ago
Trond Myklebust 40d2549db5 SUNRPC: Don't disconnect if a connection is still in progress. 16 years ago
Trond Myklebust 670f945731 SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN... 16 years ago
Trond Myklebust 15f081ca8d SUNRPC: Avoid an unnecessary task reschedule on ENOTCONN 16 years ago
Tom Talpey 441e3e2429 SUNRPC: dynamically load RPC transport modules on-demand 16 years ago
Tom Talpey b38ab40ad5 XPRTRDMA: correct an rpc/rdma inline send marshaling error 16 years ago
Tom Talpey b1e1e15877 SVCRDMA: remove faulty assertions in rpc/rdma chunk validation. 16 years ago
Chuck Lever fe315e76fc SUNRPC: Avoid spurious wake-up during UDP connect processing 16 years ago
Trond Myklebust 01d37c428a SUNRPC: xprt_connect() don't abort the task if the transport isn't bound 16 years ago
Trond Myklebust fba91afbec SUNRPC: Fix an Oops due to socket not set up yet... 16 years ago