summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-29rxrpc: Fix return from none_validate_challenge()David Howells1-2/+3
2025-04-25rxrpc: rxgk: Fix some reference count leaksDan Carpenter1-3/+7
2025-04-25rxrpc: Remove deadcodeDr. David Alan Gilbert3-50/+0
2025-04-22rxrpc: rxgk: Set error code in rxgk_yfs_decode_ticket()Dan Carpenter1-0/+1
2025-04-15rxrpc: rxperf: Add test RxGK server keysDavid Howells1-3/+65
2025-04-15rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells3-0/+8
2025-04-15rxrpc: Display security params in the afs_cb_call tracepointDavid Howells3-0/+23
2025-04-15rxrpc: Allow the app to store private data on peer structsDavid Howells1-2/+2
2025-04-15rxrpc: rxgk: Implement connection rekeyingDavid Howells3-7/+157
2025-04-15rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells9-3/+1638
2025-04-15rxrpc: rxgk: Provide infrastructure and key derivationDavid Howells5-1/+364
2025-04-15rxrpc: Add YFS RxGK (GSSAPI) security classDavid Howells1-0/+185
2025-04-15rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells14-152/+1012
2025-04-15rxrpc: Remove some socket lock acquire/release annotationsDavid Howells3-4/+5
2025-04-15rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells4-35/+32
2025-04-15rxrpc: kdoc: Update function descriptions and add link from rxrpc.rstDavid Howells6-16/+50
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5-10/+10
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells1-2/+2
2025-03-10rxrpc: Allow the app to store private data on peer structsDavid Howells2-0/+27
2025-02-22rxrpc: Fix locking issues with the peer record hashDavid Howells1-2/+2
2025-02-22rxrpc: peer->mtu_lock is redundantDavid Howells4-12/+1
2025-02-22rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells1-0/+12
2025-02-13rxrpc: Fix ipv6 path MTU discoveryDavid Howells1-0/+7
2025-02-12rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells5-57/+54
2025-02-06rxrpc: Fix race in call state changing vs recvmsg()David Howells1-1/+9
2025-02-06rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells5-10/+6
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells2-7/+11
2025-01-28rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells2-14/+14
2024-12-17rxrpc: Fix ability to add more data to a call once MSG_MORE deassertedDavid Howells2-0/+9
2024-12-17rxrpc: Disable IRQ, not BH, to take the lock for ->attend_linkDavid Howells1-4/+4
2024-12-10rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells8-217/+718
2024-12-10rxrpc: Fix request for an ACK when cwnd is minimumDavid Howells1-1/+1
2024-12-10rxrpc: Manage RTT per-call rather than per-peerDavid Howells9-95/+96
2024-12-10rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells2-2/+3
2024-12-10rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells3-7/+12
2024-12-10rxrpc: Tidy up the ACK parsing a bitDavid Howells2-29/+27
2024-12-10rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells14-60/+54
2024-12-10rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells3-160/+131
2024-12-10rxrpc: Send jumbo DATA packetsDavid Howells4-1/+6
2024-12-10rxrpc: Fix initial resend timeoutDavid Howells1-1/+1
2024-12-10rxrpc: Fix the calculation and use of RTODavid Howells2-2/+3
2024-12-10rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells2-3/+3
2024-12-10rxrpc: Generate rtt_minDavid Howells2-4/+18
2024-12-10rxrpc: Don't use received skbuff timestampsDavid Howells2-12/+10
2024-12-10rxrpc: Store the DATA serial in the txqueue and use this in RTT calcDavid Howells4-38/+74
2024-12-10rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells6-193/+277
2024-12-10rxrpc: Adjust names and types of congestion-related fieldsDavid Howells4-111/+97
2024-12-10rxrpc: Display stats about jumbo packets transmitted and receivedDavid Howells4-2/+37
2024-12-10rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells2-31/+27