aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/socklib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-15net: dump more useful information in netdev_rx_csum_fault()Cong Wang1-1/+1
2018-09-30SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust1-2/+2
2018-09-30SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust1-2/+2
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust1-1/+1
2016-04-11sunrpc: do not pull udp headers on receiveWillem de Bruijn1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2014-06-11net: Save software checksum completeTom Herbert1-1/+2
2012-03-20sunrpc: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-01-30SUNRPC: temp var should match return type of xdr_skb_read_actorChuck Lever1-1/+1
2007-10-09SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions\"Talpey, Thomas\1-0/+3
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu1-1/+1
2006-12-06SUNRPC: Rename skb_reader_t and friendsChuck Lever1-4/+4
2006-12-06SUNRPC: skb_read_bits is the same as xs_tcp_copy_dataChuck Lever1-7/+7
2006-12-02[NET]: Annotate callers of the reset of checksum.h stuff.Al Viro1-2/+3
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-1/+1
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu1-0/+5
2005-09-23[PATCH] RPC: extract socket logic common to both client and serverChuck Lever1-0/+175