summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2024-03-14rxrpc: Fix error check on ->alloc_txbuf()David Howells
2024-03-14rxrpc: Fix use of changed alignment param to page_frag_alloc_align()David Howells
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataDavid Howells
2024-03-05rxrpc: Clean up the resend algorithmDavid Howells
2024-03-05rxrpc: Record probes after transmission and reduce number of time-getsDavid Howells
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyDavid Howells
2024-03-05rxrpc: Differentiate PING ACK transmission traces.David Howells
2024-03-05rxrpc: Don't permit resending after all Tx packets ackedDavid Howells
2024-03-05rxrpc: Parse received packets before dealing with timeoutsDavid Howells
2024-03-05rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsDavid Howells
2024-03-03rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wireDavid Howells
2024-02-29rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()David Howells
2024-02-29rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells
2024-02-29rxrpc: Split up the DATA packet transmission functionDavid Howells
2024-02-29rxrpc: Add a kvec[] to the rxrpc_txbuf structDavid Howells
2024-02-29rxrpc: Merge together DF/non-DF branches of data Tx functionDavid Howells
2024-02-29rxrpc: Do lazy DF flag resettingDavid Howells
2024-02-29rxrpc: Remove atomic handling on some fields only used in I/O threadDavid Howells
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structDavid Howells
2024-02-29rxrpc: Note cksum in txbufDavid Howells
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsDavid Howells
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceDavid Howells
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells
2024-02-05rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells
2024-02-05rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroDavid Howells
2024-01-11rxrpc: Fix use of Don't Fragment flagDavid Howells
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-07rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueDavid Howells
2023-12-24rxrpc: Create a procfile to display outstanding client conn bundlesDavid Howells
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsDavid Howells
2023-12-24rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov
2023-11-17rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells
2023-11-17rxrpc: Fix some minor issues with bundle tracingDavid Howells
2023-11-01rxrpc: Fix two connection reaping bugsDavid Howells
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-05-30rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells
2023-05-25rxrpc: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells
2023-05-01rxrpc: Make it so that a waiting process can be abortedDavid Howells
2023-05-01rxrpc: Fix hard call timeout unitsDavid Howells
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()David Howells
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-04-23rxrpc: Fix error when reading rxrpc tokensMarc Dionne