aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-21/+37
10 daysrxrpc: Only transmit one ACK per jumbo packet receivedGravatar David Howells 1-11/+35
10 daysrxrpc: Fix congestion control algorithmGravatar David Howells 3-10/+2
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsGravatar Joel Granados 1-1/+0
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-14/+9
2024-05-01rxrpc: Clients must accept conn from any addressGravatar Jeffrey Altman 1-7/+2
2024-04-30rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Gravatar Yunsheng Lin 3-7/+7
2024-03-29net: add sk_wake_async_rcu() helperGravatar Eric Dumazet 1-1/+1
2024-03-14rxrpc: Fix error check on ->alloc_txbuf()Gravatar David Howells 1-2/+2
2024-03-14rxrpc: Fix use of changed alignment param to page_frag_alloc_align()Gravatar David Howells 1-2/+2
2024-03-05rxrpc: Extract useful fields from a received ACK to skb priv dataGravatar David Howells 4-38/+45
2024-03-05rxrpc: Clean up the resend algorithmGravatar David Howells 1-41/+38
2024-03-05rxrpc: Record probes after transmission and reduce number of time-getsGravatar David Howells 1-65/+40
2024-03-05rxrpc: Use ktimes for call timeout tracking and set the timer lazilyGravatar David Howells 11-241/+214
2024-03-05rxrpc: Differentiate PING ACK transmission traces.Gravatar David Howells 1-2/+2
2024-03-05rxrpc: Don't permit resending after all Tx packets ackedGravatar David Howells 1-1/+3
2024-03-05rxrpc: Parse received packets before dealing with timeoutsGravatar David Howells 1-3/+3
2024-03-05rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page fragsGravatar David Howells 8-144/+219
2024-03-03rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wireGravatar David Howells 3-55/+56
2024-02-29rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()Gravatar David Howells 3-40/+40
2024-02-29rxrpc: Don't pick values out of the wire header when setting up securityGravatar David Howells 1-4/+4
2024-02-29rxrpc: Split up the DATA packet transmission functionGravatar David Howells 2-30/+69
2024-02-29rxrpc: Add a kvec[] to the rxrpc_txbuf structGravatar David Howells 4-24/+22
2024-02-29rxrpc: Merge together DF/non-DF branches of data Tx functionGravatar David Howells 1-39/+15
2024-02-29rxrpc: Do lazy DF flag resettingGravatar David Howells 2-3/+2
2024-02-29rxrpc: Remove atomic handling on some fields only used in I/O threadGravatar David Howells 2-11/+7
2024-02-29rxrpc: Strip barriers and atomics off of timer trackingGravatar David Howells 4-37/+32
2024-02-29rxrpc: Fix the names of the fields in the ACK trailer structGravatar David Howells 4-29/+29
2024-02-29rxrpc: Note cksum in txbufGravatar David Howells 4-1/+4
2024-02-29rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomicsGravatar David Howells 6-31/+28
2024-02-29rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit traceGravatar David Howells 4-22/+22
2024-02-05rxrpc: Fix counting of new acks and nacksGravatar David Howells 4-25/+117
2024-02-05rxrpc: Fix response to PING RESPONSE ACKs to a dead callGravatar David Howells 1-0/+8
2024-02-05rxrpc: Fix delayed ACKs to not set the reference serial numberGravatar David Howells 2-6/+1
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroGravatar David Howells 5-9/+23
2024-01-11rxrpc: Fix use of Don't Fragment flagGravatar David Howells 4-5/+17
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-2/+2
2024-01-07rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueGravatar David Howells 1-2/+2
2023-12-24rxrpc: Create a procfile to display outstanding client conn bundlesGravatar David Howells 4-0/+94
2023-12-24rxrpc, afs: Allow afs to pin rxrpc_peer objectsGravatar David Howells 5-39/+111
2023-12-24rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Gravatar Oleg Nesterov 1-1/+2
2023-11-17rxrpc: Defer the response to a PING ACK until we've parsed itGravatar David Howells 1-13/+13
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceGravatar David Howells 1-19/+16
2023-11-17rxrpc: Fix some minor issues with bundle tracingGravatar David Howells 1-3/+4
2023-11-01rxrpc: Fix two connection reaping bugsGravatar David Howells 2-2/+2
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+0
2023-06-27Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)Gravatar David Howells 1-1/+0
2023-05-30rxrpc: Truncate UTS_RELEASE for rxrpc versionGravatar David Howells 3-1/+12
2023-05-25rxrpc: Use alloc_ordered_workqueue() to create ordered workqueuesGravatar Tejun Heo 1-1/+1