summaryrefslogtreecommitdiff
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-054-12/+23
|\
| * rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-014-1/+13
| * rxrpc: Make it so that a waiting process can be abortedDavid Howells2023-05-011-2/+5
| * rxrpc: Fix hard call timeout unitsDavid Howells2023-05-011-1/+1
| * rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells2023-04-271-8/+4
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-4/+2
|\ \ | |/ |/|
| * Change DEFINE_SEMAPHORE() to take a number argumentPeter Zijlstra2023-04-181-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-263-14/+28
|\ \
| * | rxrpc: Fix error when reading rxrpc tokensMarc Dionne2023-04-231-1/+1
| * | rxrpc: Fix potential race in error handling in afs_make_call()David Howells2023-04-222-13/+27
| |/
* | rxrpc: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2023-04-231-1/+1
|/
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2118-133/+208
|\
| * rxrpc: Fix overproduction of wakeups to recvmsg()David Howells2023-02-202-2/+16
| * rxrpc: Reduce unnecessary ack transmissionDavid Howells2023-02-071-1/+1
| * rxrpc: Trace ack.rwindDavid Howells2023-02-072-4/+8
| * rxrpc: Fix overwaking on call pokingDavid Howells2023-02-071-2/+4
| * rxrpc: Use consume_skb() rather than kfree_skb_reason()David Howells2023-02-071-2/+2
| * rxrpc: Kill service bundleDavid Howells2023-01-311-7/+0
| * rxrpc: Show consumed and freed packets as non-dropped in dropwatchDavid Howells2023-01-311-2/+2
| * rxrpc: Remove local->defrag_semDavid Howells2023-01-313-9/+0
| * rxrpc: Don't lock call->tx_lock to access call->tx_bufferDavid Howells2023-01-311-10/+2
| * rxrpc: Simplify ACK handlingDavid Howells2023-01-313-56/+37
| * rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells2023-01-317-25/+22
| * rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells2023-01-312-5/+17
| * rxrpc: Allow a delay to be injected into packet receptionDavid Howells2023-01-316-2/+91
| * rxrpc: Convert call->recvmsg_lock to a spinlockDavid Howells2023-01-314-10/+10
| * rxrpc: Fix trace stringDavid Howells2023-01-301-1/+1
* | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-211-1/+1
|\ \
| * | rxrpc: replace zero-lenth array with DECLARE_FLEX_ARRAY() helperStephen Rothwell2023-01-051-1/+1
* | | rxrpc: use bvec_set_page to initialize a bvecChristoph Hellwig2023-02-031-5/+3
| |/ |/|
* | rxrpc: Fix wrong error return in rxrpc_connect_call()David Howells2023-01-121-1/+1
* | rxrpc: Fix incoming call setup raceDavid Howells2023-01-074-15/+15
* | rxrpc: Move client call connection to the I/O threadDavid Howells2023-01-0613-527/+295
* | rxrpc: Move the client conn cache management to the I/O threadDavid Howells2023-01-066-86/+62
* | rxrpc: Remove call->state_lockDavid Howells2023-01-0612-184/+142
* | rxrpc: Move call state changes from recvmsg to I/O threadDavid Howells2023-01-064-111/+108
* | rxrpc: Move call state changes from sendmsg to I/O threadDavid Howells2023-01-062-58/+61
* | rxrpc: Wrap accesses to get call state to put the barrier in one placeDavid Howells2023-01-065-24/+38
* | rxrpc: Split out the call state changing functions into their own fileDavid Howells2023-01-064-89/+108
* | rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells2023-01-066-73/+75
* | rxrpc: Offload the completion of service conn security to the I/O threadDavid Howells2023-01-063-14/+38
* | rxrpc: Make the set of connection IDs per local endpointDavid Howells2023-01-065-38/+35
* | rxrpc: Tidy up abort generation infrastructureDavid Howells2023-01-0613-405/+351
* | rxrpc: Clean up connection abortDavid Howells2023-01-067-213/+186
* | rxrpc: Implement a mechanism to send an event notification to a connectionDavid Howells2023-01-065-6/+53
* | rxrpc: Only disconnect calls in the I/O threadDavid Howells2023-01-064-15/+8
* | rxrpc: Only set/transmit aborts in the I/O threadDavid Howells2023-01-066-18/+49
* | rxrpc: Separate call retransmission from other conn eventsDavid Howells2023-01-063-30/+8
* | rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells2023-01-063-13/+20
* | rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells2023-01-065-23/+21