aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-724/+0
2016-06-09rxrpc: Simplify connect() implementation and simplify sendmsg() opDavid Howells1-99/+87
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches1-0/+2
2016-04-11rxrpc: Create a null security type and get rid of conditional callsDavid Howells1-2/+2
2016-04-11rxrpc: Differentiate local and remote abort codes in structsDavid Howells1-1/+1
2016-03-13rxrpc: Replace all unsigned with unsigned intDavid Howells1-1/+1
2016-03-04rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointersDavid Howells1-4/+7
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells1-17/+37
2016-03-04rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells1-4/+4
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-1/+1
2015-04-11new helper: msg_data_left()Al Viro1-10/+9
2015-04-11Merge remote-tracking branch 'dh/afs' into for-davemAl Viro1-28/+26
2015-04-01RxRPC: Use iov_iter_count() in rxrpc_send_data() instead of the len argumentDavid Howells1-13/+11
2015-04-01RxRPC: Don't call skb_add_data() if there's no data to copyDavid Howells1-19/+19
2015-04-01RxRPC: Fix the conversion to iov_iterDavid Howells1-2/+2
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-12/+8
2015-02-04rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properlyAl Viro1-3/+0
2015-02-04rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro1-33/+10
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-09put iov_iter into msghdrAl Viro1-5/+3
2014-02-26af_rxrpc: Request an ACK for every alternate DATA packetDavid Howells1-2/+6
2014-02-26af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells1-2/+5
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-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
2007-06-18[AF_RXRPC]: Return the number of bytes buffered in rxrpc_send_data()David Howells1-1/+4
2007-05-04[AF_RXRPC]: Sort out MTU handling.David Howells1-1/+1
2007-04-26[AF_RXRPC]: Add an interface to the AF_RXRPC module for the AFS filesystem to useDavid Howells1-4/+80
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells1-0/+658