summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix counting of new acks and nacksDavid Howells2024-02-054-25/+117
* rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells2024-02-051-0/+8
* rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells2024-02-052-6/+1
* rxrpc: Fix generation of serial numbers to skip zeroDavid Howells2024-02-055-9/+23
* rxrpc: Fix use of Don't Fragment flagDavid Howells2024-01-114-5/+17
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-111-2/+2
|\
| * rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueDavid Howells2024-01-071-2/+2
* | rxrpc: Create a procfile to display outstanding client conn bundlesDavid Howells2023-12-244-0/+94
* | rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells2023-12-245-39/+111
* | rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov2023-12-241-1/+2
|/
* rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells2023-11-171-13/+13
* rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells2023-11-171-19/+16
* rxrpc: Fix some minor issues with bundle tracingDavid Howells2023-11-171-3/+4
* rxrpc: Fix two connection reaping bugsDavid Howells2023-11-012-2/+2
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-1/+0
|\
| * sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-271-1/+1
|\ \ | |/ |/|
| * rxrpc: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-251-1/+1
* | rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells2023-05-303-1/+12
|/
* 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