summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtsock.c
AgeCommit message (Expand)Author
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust
2022-03-22SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust
2022-03-22SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust
2022-03-22SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-03-13SUNRPC: change locking for xs_swap_enable/disableNeilBrown
2022-03-13SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown
2022-02-08SUNRPC: lock against ->sock changing during sysfs readNeilBrown
2022-01-06SUNRPC: clean up some inconsistent indentingJiapeng Chong
2021-11-22SUNRPC: use different lock keys for INET6 and LOCALNeilBrown
2021-11-04SUNRPC: Prevent immediate close+reconnectTrond Myklebust
2021-11-04SUNRPC: Fix races when closing the socketTrond Myklebust
2021-11-01SUNRPC: Clean up xs_tcp_setup_sock()Trond Myklebust
2021-11-01SUNRPC: Replace use of socket sk_callback_lock with sock_lockTrond Myklebust
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-08-27SUNRPC: Tweak TCP socket shutdown in the RPC clientTrond Myklebust
2021-08-27SUNRPC: Simplify socket shutdown when not reusing TCP portsTrond Myklebust
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg
2021-08-09sunrpc: Fix return value of get_srcport()Anna Schumaker
2021-07-08Merge part 2 of branch 'sysfs-devel'Trond Myklebust
2021-07-08Merge branch 'sysfs-devel'Trond Myklebust
2021-07-08SUNRPC query transport's source portOlga Kornievskaia
2021-07-08sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia
2021-06-21SUNRPC: prevent port reuse on transports which don't request it.NeilBrown
2021-05-20SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnectedTrond Myklebust
2021-04-05SUNRPC: Ensure the transport backchannel associationBenjamin Coddington
2021-04-05SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust
2021-02-01SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-01net: sunrpc: xprtsock.c: Corrected few spellings ,in commentsBhaskar Chowdhury
2021-02-01SUNRPC: correct error code comment in xs_tcp_setup_socket()Calum Mackay
2020-12-14sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-09-21SUNRPC: Replace dprintk() call site in xs_nospace()Chuck Lever
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_user_timeoutChristoph Hellwig
2020-05-28net: add sock_set_reuseportChristoph Hellwig
2020-05-28net: add sock_set_keepaliveChristoph Hellwig
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever
2020-03-16SUNRPC: Refactor xs_sendpages()Chuck Lever