| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-22 | net: WQ_PERCPU added to alloc_workqueue users | Marco Crivellari | 1 | -1/+1 |
| 2025-09-14 | rxrpc: Fix untrusted unsigned subtract | David Howells | 1 | -5/+14 |
| 2025-09-14 | rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity() | David Howells | 3 | -14/+28 |
| 2025-07-17 | rxrpc: Fix to use conn aborts for conn-wide failures | David Howells | 5 | -19/+37 |
| 2025-07-17 | rxrpc: Fix transmission of an abort in response to an abort | David Howells | 1 | -0/+3 |
| 2025-07-17 | rxrpc: Fix notification vs call-release vs recvmsg | David Howells | 2 | -16/+16 |
| 2025-07-17 | rxrpc: Fix recv-recv race of completed call | David Howells | 2 | -2/+18 |
| 2025-07-17 | rxrpc: Fix irq-disabled in local_bh_enable() | David Howells | 3 | -4/+4 |
| 2025-07-09 | rxrpc: Fix oops due to non-existence of prealloc backlog struct | David Howells | 1 | -0/+3 |
| 2025-07-09 | rxrpc: Fix bug due to prealloc collision | David Howells | 1 | -0/+1 |
| 2025-07-08 | rxrpc: Fix over large frame size warning | David Howells | 2 | -7/+13 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-05-29 | rxrpc: Fix return from none_validate_challenge() | David Howells | 1 | -2/+3 |
| 2025-04-24 | rxrpc: rxgk: Fix some reference count leaks | Dan Carpenter | 1 | -3/+7 |
| 2025-04-24 | rxrpc: Remove deadcode | Dr. David Alan Gilbert | 3 | -50/+0 |
| 2025-04-22 | rxrpc: rxgk: Set error code in rxgk_yfs_decode_ticket() | Dan Carpenter | 1 | -0/+1 |
| 2025-04-14 | rxrpc: rxperf: Add test RxGK server keys | David Howells | 1 | -3/+65 |
| 2025-04-14 | rxrpc: Add more CHALLENGE/RESPONSE packet tracing | David Howells | 3 | -0/+8 |
| 2025-04-14 | rxrpc: Display security params in the afs_cb_call tracepoint | David Howells | 3 | -0/+23 |
| 2025-04-14 | rxrpc: Allow the app to store private data on peer structs | David Howells | 1 | -2/+2 |
| 2025-04-14 | rxrpc: rxgk: Implement connection rekeying | David Howells | 3 | -7/+157 |
| 2025-04-14 | rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI) | David Howells | 9 | -3/+1638 |
| 2025-04-14 | rxrpc: rxgk: Provide infrastructure and key derivation | David Howells | 5 | -1/+364 |
| 2025-04-14 | rxrpc: Add YFS RxGK (GSSAPI) security class | David Howells | 1 | -0/+185 |
| 2025-04-14 | rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE | David Howells | 14 | -152/+1012 |
| 2025-04-14 | rxrpc: Remove some socket lock acquire/release annotations | David Howells | 3 | -4/+5 |
| 2025-04-14 | rxrpc: Pull out certain app callback funcs into an ops table | David Howells | 4 | -35/+32 |
| 2025-04-14 | rxrpc: kdoc: Update function descriptions and add link from rxrpc.rst | David Howells | 6 | -16/+50 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 5 | -10/+10 |
| 2025-03-10 | afs: Use the per-peer app data provided by rxrpc | David Howells | 1 | -2/+2 |
| 2025-03-10 | rxrpc: Allow the app to store private data on peer structs | David Howells | 2 | -0/+27 |
| 2025-02-21 | rxrpc: Fix locking issues with the peer record hash | David Howells | 1 | -2/+2 |
| 2025-02-21 | rxrpc: peer->mtu_lock is redundant | David Howells | 4 | -12/+1 |
| 2025-02-21 | rxrpc: rxperf: Fix missing decoding of terminal magic cookie | David Howells | 1 | -0/+12 |
| 2025-02-13 | rxrpc: Fix ipv6 path MTU discovery | David Howells | 1 | -0/+7 |
| 2025-02-11 | rxrpc: Fix alteration of headers whilst zerocopy pending | David Howells | 5 | -57/+54 |
| 2025-02-05 | rxrpc: Fix race in call state changing vs recvmsg() | David Howells | 1 | -1/+9 |
| 2025-02-05 | rxrpc: Fix call state set to not include the SERVER_SECURING state | David Howells | 5 | -10/+6 |
| 2025-02-04 | rxrpc: Fix the rxrpc_connection attend queue handling | David Howells | 2 | -7/+11 |
| 2025-01-27 | rxrpc, afs: Fix peer hash locking vs RCU callback | David Howells | 2 | -14/+14 |
| 2024-12-16 | rxrpc: Fix ability to add more data to a call once MSG_MORE deasserted | David Howells | 2 | -0/+9 |
| 2024-12-16 | rxrpc: Disable IRQ, not BH, to take the lock for ->attend_link | David Howells | 1 | -4/+4 |
| 2024-12-09 | rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985] | David Howells | 8 | -217/+718 |
| 2024-12-09 | rxrpc: Fix request for an ACK when cwnd is minimum | David Howells | 1 | -1/+1 |
| 2024-12-09 | rxrpc: Manage RTT per-call rather than per-peer | David Howells | 9 | -95/+96 |
| 2024-12-09 | rxrpc: Add a reason indicator to the tx_ack tracepoint | David Howells | 2 | -2/+3 |
| 2024-12-09 | rxrpc: Add a reason indicator to the tx_data tracepoint | David Howells | 3 | -7/+12 |
| 2024-12-09 | rxrpc: Tidy up the ACK parsing a bit | David Howells | 2 | -29/+27 |
| 2024-12-09 | rxrpc: Use irq-disabling spinlocks between app and I/O thread | David Howells | 14 | -60/+54 |
| 2024-12-09 | rxrpc: Don't allocate a txbuf for an ACK transmission | David Howells | 3 | -160/+131 |
| 2024-12-09 | rxrpc: Send jumbo DATA packets | David Howells | 4 | -1/+6 |
| 2024-12-09 | rxrpc: Fix initial resend timeout | David Howells | 1 | -1/+1 |
| 2024-12-09 | rxrpc: Fix the calculation and use of RTO | David Howells | 2 | -2/+3 |
| 2024-12-09 | rxrpc: Adjust the rxrpc_rtt_rx tracepoint | David Howells | 2 | -3/+3 |
| 2024-12-09 | rxrpc: Generate rtt_min | David Howells | 2 | -4/+18 |
| 2024-12-09 | rxrpc: Don't use received skbuff timestamps | David Howells | 2 | -12/+10 |
| 2024-12-09 | rxrpc: Store the DATA serial in the txqueue and use this in RTT calc | David Howells | 4 | -38/+74 |
| 2024-12-09 | rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKs | David Howells | 6 | -193/+277 |
| 2024-12-09 | rxrpc: Adjust names and types of congestion-related fields | David Howells | 4 | -111/+97 |
| 2024-12-09 | rxrpc: Display stats about jumbo packets transmitted and received | David Howells | 4 | -2/+37 |
| 2024-12-09 | rxrpc: Replace call->acks_first_seq with tracking of the hard ACK point | David Howells | 2 | -31/+27 |
| 2024-12-09 | rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove it | David Howells | 5 | -18/+16 |
| 2024-12-09 | rxrpc: Implement progressive transmission queue struct | David Howells | 7 | -250/+384 |
| 2024-12-09 | rxrpc: Don't need barrier for ->tx_bottom and ->acks_hard_ack | David Howells | 2 | -5/+7 |
| 2024-12-09 | rxrpc: Timestamp DATA packets before transmitting them | David Howells | 1 | -39/+17 |
| 2024-12-09 | rxrpc: Only set DF=1 on initial DATA transmission | David Howells | 3 | -18/+20 |
| 2024-12-09 | rxrpc: Fix injection of packet loss | David Howells | 1 | -10/+11 |
| 2024-12-09 | rxrpc: Fix CPU time starvation in I/O thread | David Howells | 8 | -75/+93 |
| 2024-12-09 | rxrpc: Add a tracepoint to show variables pertinent to jumbo packet size | David Howells | 1 | -0/+2 |
| 2024-12-09 | rxrpc: Prepare to be able to send jumbo DATA packets | David Howells | 6 | -60/+137 |
| 2024-12-09 | rxrpc: Separate the packet length from the data length in rxrpc_txbuf | David Howells | 6 | -32/+36 |
| 2024-12-09 | rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899) | David Howells | 14 | -57/+258 |
| 2024-12-09 | rxrpc: Use a large kvec[] in rxrpc_local rather than every rxrpc_txbuf | David Howells | 2 | -12/+39 |
| 2024-12-09 | rxrpc: Request an ACK on impending Tx stall | David Howells | 3 | -4/+10 |
| 2024-12-09 | rxrpc: Show stats counter for received reason-0 ACKs | David Howells | 1 | -2/+3 |
| 2024-12-09 | rxrpc: Don't set the MORE-PACKETS rxrpc wire header flag | David Howells | 1 | -3/+0 |
| 2024-12-09 | rxrpc: Clean up Tx header flags generation handling | David Howells | 3 | -9/+14 |
| 2024-12-09 | rxrpc: Use umin() and umax() rather than min_t()/max_t() where possible | David Howells | 11 | -25/+21 |
| 2024-12-09 | rxrpc: Fix handling of received connection abort | David Howells | 1 | -4/+8 |
| 2024-11-28 | rxrpc: Improve setsockopt() handling of malformed user input | Michal Luczaj | 1 | -3/+4 |
| 2024-11-11 | rxrpc: Add a tracepoint for aborts being proposed | David Howells | 1 | -0/+1 |
| 2024-11-11 | mm: page_frag: avoid caller accessing 'page_frag_cache' directly | Yunsheng Lin | 2 | -6/+2 |
| 2024-11-07 | rxrpc: Fix missing locking causing hanging calls | David Howells | 1 | -0/+4 |
| 2024-10-03 | rxrpc: Fix uninitialised variable in rxrpc_send_data() | David Howells | 1 | -5/+5 |
| 2024-10-03 | rxrpc: Fix a race between socket set up and I/O thread creation | David Howells | 3 | -4/+10 |
| 2024-08-02 | rxrpc: Remove unused function declarations | Yue Haibing | 1 | -2/+0 |
| 2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -21/+37 |
| 2024-05-08 | rxrpc: Only transmit one ACK per jumbo packet received | David Howells | 1 | -11/+35 |
| 2024-05-08 | rxrpc: Fix congestion control algorithm | David Howells | 3 | -10/+2 |
| 2024-05-03 | net: Remove ctl_table sentinel elements from several networking subsystems | Joel Granados | 1 | -1/+0 |
| 2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -14/+9 |
| 2024-05-01 | rxrpc: Clients must accept conn from any address | Jeffrey Altman | 1 | -7/+2 |
| 2024-04-30 | rxrpc: Fix using alignmask being zero for __page_frag_alloc_align() | Yunsheng Lin | 3 | -7/+7 |
| 2024-03-29 | net: add sk_wake_async_rcu() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-03-14 | rxrpc: Fix error check on ->alloc_txbuf() | David Howells | 1 | -2/+2 |
| 2024-03-14 | rxrpc: Fix use of changed alignment param to page_frag_alloc_align() | David Howells | 1 | -2/+2 |
| 2024-03-05 | rxrpc: Extract useful fields from a received ACK to skb priv data | David Howells | 4 | -38/+45 |
| 2024-03-05 | rxrpc: Clean up the resend algorithm | David Howells | 1 | -41/+38 |
| 2024-03-05 | rxrpc: Record probes after transmission and reduce number of time-gets | David Howells | 1 | -65/+40 |
| 2024-03-05 | rxrpc: Use ktimes for call timeout tracking and set the timer lazily | David Howells | 11 | -241/+214 |
| 2024-03-05 | rxrpc: Differentiate PING ACK transmission traces. | David Howells | 1 | -2/+2 |
| 2024-03-05 | rxrpc: Don't permit resending after all Tx packets acked | David Howells | 1 | -1/+3 |
| 2024-03-05 | rxrpc: Parse received packets before dealing with timeouts | David Howells | 1 | -3/+3 |
| 2024-03-05 | rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags | David Howells | 8 | -144/+219 |
| 2024-03-03 | rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire | David Howells | 3 | -55/+56 |
| 2024-02-29 | rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet() | David Howells | 3 | -40/+40 |
| 2024-02-29 | rxrpc: Don't pick values out of the wire header when setting up security | David Howells | 1 | -4/+4 |
| 2024-02-29 | rxrpc: Split up the DATA packet transmission function | David Howells | 2 | -30/+69 |
| 2024-02-29 | rxrpc: Add a kvec[] to the rxrpc_txbuf struct | David Howells | 4 | -24/+22 |
| 2024-02-29 | rxrpc: Merge together DF/non-DF branches of data Tx function | David Howells | 1 | -39/+15 |
| 2024-02-29 | rxrpc: Do lazy DF flag resetting | David Howells | 2 | -3/+2 |
| 2024-02-29 | rxrpc: Remove atomic handling on some fields only used in I/O thread | David Howells | 2 | -11/+7 |
| 2024-02-29 | rxrpc: Strip barriers and atomics off of timer tracking | David Howells | 4 | -37/+32 |
| 2024-02-29 | rxrpc: Fix the names of the fields in the ACK trailer struct | David Howells | 4 | -29/+29 |
| 2024-02-29 | rxrpc: Note cksum in txbuf | David Howells | 4 | -1/+4 |
| 2024-02-29 | rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics | David Howells | 6 | -31/+28 |
| 2024-02-29 | rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace | David Howells | 4 | -22/+22 |
| 2024-02-05 | rxrpc: Fix counting of new acks and nacks | David Howells | 4 | -25/+117 |
| 2024-02-05 | rxrpc: Fix response to PING RESPONSE ACKs to a dead call | David Howells | 1 | -0/+8 |
| 2024-02-05 | rxrpc: Fix delayed ACKs to not set the reference serial number | David Howells | 2 | -6/+1 |
| 2024-02-05 | rxrpc: Fix generation of serial numbers to skip zero | David Howells | 5 | -9/+23 |
| 2024-01-11 | rxrpc: Fix use of Don't Fragment flag | David Howells | 4 | -5/+17 |
| 2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+2 |
| 2024-01-07 | rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queue | David Howells | 1 | -2/+2 |
| 2023-12-24 | rxrpc: Create a procfile to display outstanding client conn bundles | David Howells | 4 | -0/+94 |
| 2023-12-24 | rxrpc, afs: Allow afs to pin rxrpc_peer objects | David Howells | 5 | -39/+111 |
| 2023-12-24 | rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock() | Oleg Nesterov | 1 | -1/+2 |
| 2023-11-17 | rxrpc: Defer the response to a PING ACK until we've parsed it | David Howells | 1 | -13/+13 |
| 2023-11-17 | rxrpc: Fix RTT determination to use any ACK as a source | David Howells | 1 | -19/+16 |
| 2023-11-17 | rxrpc: Fix some minor issues with bundle tracing | David Howells | 1 | -3/+4 |
| 2023-11-01 | rxrpc: Fix two connection reaping bugs | David Howells | 2 | -2/+2 |
| 2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+0 |
| 2023-06-27 | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -1/+0 |
| 2023-05-30 | rxrpc: Truncate UTS_RELEASE for rxrpc version | David Howells | 3 | -1/+12 |
| 2023-05-25 | rxrpc: Use alloc_ordered_workqueue() to create ordered workqueues | Tejun Heo | 1 | -1/+1 |
| 2023-05-05 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 4 | -12/+23 |
| 2023-05-01 | rxrpc: Fix timeout of a call that hasn't yet been granted a channel | David Howells | 4 | -1/+13 |
| 2023-05-01 | rxrpc: Make it so that a waiting process can be aborted | David Howells | 1 | -2/+5 |
| 2023-05-01 | rxrpc: Fix hard call timeout units | David Howells | 1 | -1/+1 |
| 2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+2 |
| 2023-04-27 | rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() | David Howells | 1 | -8/+4 |
| 2023-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 3 | -14/+28 |
| 2023-04-23 | rxrpc: Fix error when reading rxrpc tokens | Marc Dionne | 1 | -1/+1 |
| 2023-04-23 | rxrpc: Replace fake flex-array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2023-04-22 | rxrpc: Fix potential race in error handling in afs_make_call() | David Howells | 2 | -13/+27 |
| 2023-04-18 | Change DEFINE_SEMAPHORE() to take a number argument | Peter Zijlstra | 1 | -4/+2 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 18 | -133/+208 |
| 2023-02-21 | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-20 | rxrpc: Fix overproduction of wakeups to recvmsg() | David Howells | 2 | -2/+16 |
| 2023-02-07 | rxrpc: Reduce unnecessary ack transmission | David Howells | 1 | -1/+1 |
| 2023-02-07 | rxrpc: Trace ack.rwind | David Howells | 2 | -4/+8 |
| 2023-02-07 | rxrpc: Fix overwaking on call poking | David Howells | 1 | -2/+4 |
| 2023-02-07 | rxrpc: Use consume_skb() rather than kfree_skb_reason() | David Howells | 1 | -2/+2 |
| 2023-02-03 | rxrpc: use bvec_set_page to initialize a bvec | Christoph Hellwig | 1 | -5/+3 |
| 2023-01-31 | rxrpc: Kill service bundle | David Howells | 1 | -7/+0 |
| 2023-01-31 | rxrpc: Show consumed and freed packets as non-dropped in dropwatch | David Howells | 1 | -2/+2 |
| 2023-01-31 | rxrpc: Remove local->defrag_sem | David Howells | 3 | -9/+0 |
| 2023-01-31 | rxrpc: Don't lock call->tx_lock to access call->tx_buffer | David Howells | 1 | -10/+2 |
| 2023-01-31 | rxrpc: Simplify ACK handling | David Howells | 3 | -56/+37 |
| 2023-01-31 | rxrpc: De-atomic call->ackr_window and call->ackr_nr_unacked | David Howells | 7 | -25/+22 |
| 2023-01-31 | rxrpc: Generate extra pings for RTT during heavy-receive call | David Howells | 2 | -5/+17 |
| 2023-01-31 | rxrpc: Allow a delay to be injected into packet reception | David Howells | 6 | -2/+91 |
| 2023-01-31 | rxrpc: Convert call->recvmsg_lock to a spinlock | David Howells | 4 | -10/+10 |
| 2023-01-30 | rxrpc: Fix trace string | David Howells | 1 | -1/+1 |
| 2023-01-12 | rxrpc: Fix wrong error return in rxrpc_connect_call() | David Howells | 1 | -1/+1 |
| 2023-01-07 | rxrpc: Fix incoming call setup race | David Howells | 4 | -15/+15 |
| 2023-01-06 | rxrpc: Move client call connection to the I/O thread | David Howells | 13 | -527/+295 |
| 2023-01-06 | rxrpc: Move the client conn cache management to the I/O thread | David Howells | 6 | -86/+62 |
| 2023-01-06 | rxrpc: Remove call->state_lock | David Howells | 12 | -184/+142 |
| 2023-01-06 | rxrpc: Move call state changes from recvmsg to I/O thread | David Howells | 4 | -111/+108 |
| 2023-01-06 | rxrpc: Move call state changes from sendmsg to I/O thread | David Howells | 2 | -58/+61 |
| 2023-01-06 | rxrpc: Wrap accesses to get call state to put the barrier in one place | David Howells | 5 | -24/+38 |
| 2023-01-06 | rxrpc: Split out the call state changing functions into their own file | David Howells | 4 | -89/+108 |
| 2023-01-06 | rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters | David Howells | 6 | -73/+75 |
| 2023-01-06 | rxrpc: Offload the completion of service conn security to the I/O thread | David Howells | 3 | -14/+38 |
| 2023-01-06 | rxrpc: Make the set of connection IDs per local endpoint | David Howells | 5 | -38/+35 |
| 2023-01-06 | rxrpc: Tidy up abort generation infrastructure | David Howells | 13 | -405/+351 |
| 2023-01-06 | rxrpc: Clean up connection abort | David Howells | 7 | -213/+186 |
| 2023-01-06 | rxrpc: Implement a mechanism to send an event notification to a connection | David Howells | 5 | -6/+53 |
| 2023-01-06 | rxrpc: Only disconnect calls in the I/O thread | David Howells | 4 | -15/+8 |
| 2023-01-06 | rxrpc: Only set/transmit aborts in the I/O thread | David Howells | 6 | -18/+49 |
| 2023-01-06 | rxrpc: Separate call retransmission from other conn events | David Howells | 3 | -30/+8 |
| 2023-01-06 | rxrpc: Make the local endpoint hold a ref on a connected call | David Howells | 3 | -13/+20 |
| 2023-01-06 | rxrpc: Stash the network namespace pointer in rxrpc_local | David Howells | 5 | -23/+21 |
| 2023-01-05 | rxrpc: replace zero-lenth array with DECLARE_FLEX_ARRAY() helper | Stephen Rothwell | 1 | -1/+1 |
| 2022-12-28 | rxrpc: Fix a couple of potential use-after-frees | David Howells | 1 | -6/+8 |
| 2022-12-19 | rxrpc: Fix the return value of rxrpc_new_incoming_call() | David Howells | 3 | -14/+14 |
| 2022-12-19 | rxrpc: rxperf: Fix uninitialised variable | David Howells | 1 | -1/+1 |
| 2022-12-19 | rxrpc: Fix I/O thread stop | David Howells | 1 | -1/+3 |
| 2022-12-19 | rxrpc: Fix switched parameters in peer tracing | David Howells | 1 | -2/+2 |
| 2022-12-19 | rxrpc: Fix locking issues in rxrpc_put_peer_locked() | David Howells | 3 | -23/+7 |
| 2022-12-19 | rxrpc: Fix I/O thread startup getting skipped | David Howells | 3 | -0/+5 |
| 2022-12-19 | rxrpc: Fix NULL deref in rxrpc_unuse_local() | David Howells | 1 | -1/+2 |
| 2022-12-19 | rxrpc: Fix security setting propagation | David Howells | 3 | -5/+4 |
| 2022-12-19 | rxrpc: Fix missing unlock in rxrpc_do_sendmsg() | David Howells | 1 | -1/+1 |
| 2022-12-01 | rxrpc: Transmit ACKs at the point of generation | David Howells | 8 | -72/+5 |
| 2022-12-01 | rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local() | David Howells | 2 | -14/+10 |
| 2022-12-01 | rxrpc: Move the cwnd degradation after transmitting packets | David Howells | 4 | -24/+39 |
| 2022-12-01 | rxrpc: Trace/count transmission underflows and cwnd resets | David Howells | 5 | -7/+23 |