summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells2016-09-178-2/+34
* rxrpc: Add IPv6 supportDavid Howells2016-09-147-83/+154
* rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells2016-09-142-34/+11Star
* rxrpc: Don't specify protocol to when creating transport socketDavid Howells2016-09-141-2/+2
* rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells2016-09-141-0/+12
* rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-136-13/+26
* rxrpc: Fix prealloc refcountingDavid Howells2016-09-133-4/+9
* rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-134-2/+7
* rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells2016-09-131-3/+5
* rxrpc: Use skb->len not skb->data_lenDavid Howells2016-09-131-4/+4
* rxrpc: Add missing unlock in rxrpc_call_accept()David Howells2016-09-131-3/+5
* rxrpc: Requeue call for recvmsg if more dataDavid Howells2016-09-131-0/+4
* rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells2016-09-131-1/+1
* rxrpc: Add missing wakeup on Tx window rotationDavid Howells2016-09-131-0/+2
* rxrpc: Make sure we initialise the peer hash keyDavid Howells2016-09-131-1/+1
* rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-0821-3286/+1983Star
* rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-088-10/+315
* rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells2016-09-081-2/+6
* rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2016-09-082-23/+12Star
* rxrpc: Convert rxrpc_local::services to an hlistDavid Howells2016-09-085-11/+11
* rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed valuesDavid Howells2016-09-081-11/+13
* rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-078-90/+91
* rxrpc: Fix returns of call completion helpersDavid Howells2016-09-071-5/+8
* rxrpc: Calls shouldn't hold socket refsDavid Howells2016-09-0711-279/+303
* rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()David Howells2016-09-071-2/+2
* rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()David Howells2016-09-071-3/+4
* rxrpc: Cache the security index in the rxrpc_call structDavid Howells2016-09-075-2/+7
* rxrpc: Use call->peer rather than call->conn->params.peerDavid Howells2016-09-071-3/+5
* rxrpc: Improve the call tracking tracepointDavid Howells2016-09-079-43/+76
* rxrpc: Delete unused rxrpc_kernel_free_skb()David Howells2016-09-071-13/+0Star
* rxrpc: Whitespace cleanupDavid Howells2016-09-071-2/+1Star
* rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells2016-09-042-7/+7
* rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells2016-09-041-281/+277Star
* rxrpc: Split sendmsg from packet transmission codeDavid Howells2016-09-045-633/+657
* rxrpc: Don't change the epochDavid Howells2016-09-041-24/+8Star
* rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells2016-09-041-1/+8
* rxrpc: The client call state must be changed before attachment to connDavid Howells2016-09-042-2/+4
* rxrpc: Fix uninitialised variable warningDavid Howells2016-09-021-3/+2Star
* rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann2016-09-021-1/+1
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-029-61/+214
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-302-11/+14
* rxrpc: Use call->peer rather than going to the connectionDavid Howells2016-08-301-5/+5
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-301-0/+15
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-3011-34/+104
* rxrpc: Calls should only have one terminal stateDavid Howells2016-08-3012-184/+226
* rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells2016-08-301-11/+15
* rxrpc: Improve management and caching of client connection objectsDavid Howells2016-08-248-157/+933
* rxrpc: Dup the main conn list for the proc interfaceDavid Howells2016-08-245-4/+11
* rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells2016-08-244-9/+26
* rxrpc: Fix conn-based retransmitDavid Howells2016-08-242-1/+2