aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-13rxrpc: Add IPv6 supportDavid Howells1-0/+16
2016-09-13rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells1-26/+6
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells1-2/+2
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells1-9/+116
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells1-0/+145
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells1-630/+0
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells1-1/+1
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells1-9/+11
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells1-0/+1
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells1-17/+10
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells1-2/+4
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells1-0/+1
2016-08-23rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells1-2/+2
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells1-23/+1
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells1-10/+1
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells1-22/+29
2016-06-22rxrpc: Fix exclusive connection handlingDavid Howells1-5/+14
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells1-1/+1
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells1-7/+17
2016-06-15rxrpc: Use the peer record to distribute network errorsDavid Howells1-1/+3
2016-06-13rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells1-0/+724