summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/socklib.c
Commit message (Expand)AuthorAgeFilesLines
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
* SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust2022-04-071-6/+0
* SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust2022-03-221-1/+2
* skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-1/+1
* SUNRPC: Refactor xs_sendpages()Chuck Lever2020-03-161-0/+141
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: Avoid digging into the ATOMIC poolChuck Lever2019-04-251-1/+1
* net: dump more useful information in netdev_rx_csum_fault()Cong Wang2018-11-151-1/+1
* SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust2018-09-301-2/+2
* SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-301-2/+2
* SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-1/+1
* sunrpc: do not pull udp headers on receiveWillem de Bruijn2016-04-111-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* net: Save software checksum completeTom Herbert2014-06-111-1/+2
* sunrpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* SUNRPC: temp var should match return type of xdr_skb_read_actorChuck Lever2008-01-301-1/+1
* SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions\"Talpey, Thomas\2007-10-091-0/+3
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-251-1/+1
* SUNRPC: Rename skb_reader_t and friendsChuck Lever2006-12-061-4/+4
* SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever2006-12-061-7/+7
* [NET]: Annotate callers of the reset of checksum.h stuff.Al Viro2006-12-021-2/+3
* [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-021-1/+1
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-101-0/+5
* [PATCH] RPC: extract socket logic common to both client and serverChuck Lever2005-09-231-0/+175