aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-13rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells2-34/+11
2016-09-13rxrpc: Don't specify protocol to when creating transport socketDavid Howells1-2/+2
2016-09-13rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells1-0/+12
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells6-13/+26
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells3-4/+9
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells4-2/+7
2016-09-13rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells1-3/+5
2016-09-13rxrpc: Use skb->len not skb->data_lenDavid Howells1-4/+4
2016-09-13rxrpc: Add missing unlock in rxrpc_call_accept()David Howells1-3/+5
2016-09-13rxrpc: Requeue call for recvmsg if more dataDavid Howells1-0/+4
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells1-1/+1
2016-09-13rxrpc: Add missing wakeup on Tx window rotationDavid Howells1-0/+2
2016-09-13rxrpc: Make sure we initialise the peer hash keyDavid Howells1-1/+1
2016-09-08rxrpc: Rewrite the data and ack handling codeDavid Howells21-3286/+1983
2016-09-08rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells8-10/+315
2016-09-08rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells1-2/+6
2016-09-08rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2-23/+12
2016-09-08rxrpc: Convert rxrpc_local::services to an hlistDavid Howells5-11/+11
2016-09-08rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed valuesDavid Howells1-11/+13
2016-09-07rxrpc: Add tracepoint for working out where aborts happenDavid Howells8-90/+91
2016-09-07rxrpc: Fix returns of call completion helpersDavid Howells1-5/+8
2016-09-07rxrpc: Calls shouldn't hold socket refsDavid Howells11-279/+303
2016-09-07rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()David Howells1-2/+2
2016-09-07rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()David Howells1-3/+4
2016-09-07rxrpc: Cache the security index in the rxrpc_call structDavid Howells5-2/+7
2016-09-07rxrpc: Use call->peer rather than call->conn->params.peerDavid Howells1-3/+5
2016-09-07rxrpc: Improve the call tracking tracepointDavid Howells9-43/+76
2016-09-07rxrpc: Delete unused rxrpc_kernel_free_skb()David Howells1-13/+0
2016-09-07rxrpc: Whitespace cleanupDavid Howells1-2/+1
2016-09-04rxrpc Move enum rxrpc_command to sendmsg.cDavid Howells2-7/+7
2016-09-04rxrpc: Rearrange net/rxrpc/sendmsg.cDavid Howells1-281/+277
2016-09-04rxrpc: Split sendmsg from packet transmission codeDavid Howells5-633/+657
2016-09-04rxrpc: Don't change the epochDavid Howells1-24/+8
2016-09-04rxrpc: Randomise epoch and starting client conn ID valuesDavid Howells1-1/+8
2016-09-04rxrpc: The client call state must be changed before attachment to connDavid Howells2-2/+4
2016-09-02rxrpc: Fix uninitialised variable warningDavid Howells1-3/+2
2016-09-02rxrpc: fix undefined behavior in rxrpc_mark_call_releasedArnd Bergmann1-1/+1
2016-09-01rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells9-61/+214
2016-08-30rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2-11/+14
2016-08-30rxrpc: Use call->peer rather than going to the connectionDavid Howells1-5/+5
2016-08-30rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells1-0/+15
2016-08-30rxrpc: Trace rxrpc_call usageDavid Howells11-34/+104
2016-08-30rxrpc: Calls should only have one terminal stateDavid Howells12-184/+226
2016-08-30rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells1-11/+15
2016-08-24rxrpc: Improve management and caching of client connection objectsDavid Howells8-157/+933
2016-08-24rxrpc: Dup the main conn list for the proc interfaceDavid Howells5-4/+11
2016-08-24rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells4-9/+26
2016-08-24rxrpc: Fix conn-based retransmitDavid Howells2-1/+2
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells4-4/+157
2016-08-23rxrpc: Calculate serial skew on packet receptionDavid Howells5-31/+43