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