| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | rxrpc: convert to getsockopt_iter | Breno Leitao | 1 | -7/+9 |
| 10 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 10 | -289/+238 |
| 11 days | rxrpc: Fix RESPONSE packet verification to extract skb to a linear buffer | David Howells | 7 | -223/+80 |
| 11 days | rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsg | David Howells | 8 | -119/+200 |
| 11 days | crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks | David Howells | 1 | -2/+13 |
| 2026-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+5 |
| 2026-05-10 | rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present | Hyunwoo Kim | 2 | -2/+5 |
| 2026-05-05 | udp_tunnel: Pass struct sock to setup_udp_tunnel_sock(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2026-04-23 | rxrpc: Fix error handling in rxgk_extract_token() | David Howells | 1 | -0/+1 |
| 2026-04-23 | rxrpc: Fix re-decryption of RESPONSE packets | David Howells | 1 | -12/+2 |
| 2026-04-23 | rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packets | David Howells | 1 | -1/+2 |
| 2026-04-23 | rxrpc: Fix missing validation of ticket length in non-XDR key preparsing | Anderson Nascimento | 1 | -0/+4 |
| 2026-04-23 | rxgk: Fix potential integer overflow in length check | David Howells | 2 | -1/+2 |
| 2026-04-23 | rxrpc: Fix conn-level packet handling to unshare RESPONSE packets | David Howells | 1 | -1/+28 |
| 2026-04-23 | rxrpc: Fix potential UAF after skb_unshare() failure | David Howells | 4 | -33/+20 |
| 2026-04-23 | rxrpc: Fix rxkad crypto unalignment handling | David Howells | 1 | -2/+7 |
| 2026-04-23 | rxrpc: Fix memory leaks in rxkad_verify_response() | David Howells | 1 | -61/+42 |
| 2026-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 13 | -88/+135 |
| 2026-04-08 | rxrpc: proc: size address buffers for %pISpc output | Pengpeng Hou | 1 | -14/+18 |
| 2026-04-08 | rxrpc: only handle RESPONSE during service challenge | Wang Jie | 1 | -2/+12 |
| 2026-04-08 | rxrpc: Fix buffer overread in rxgk_do_verify_authenticator() | David Howells | 1 | -1/+4 |
| 2026-04-08 | rxrpc: Fix leak of rxgk context in rxgk_verify_response() | David Howells | 1 | -2/+4 |
| 2026-04-08 | rxrpc: Fix integer overflow in rxgk_verify_response() | David Howells | 1 | -1/+2 |
| 2026-04-08 | rxrpc: Fix missing error checks for rxkad encryption/decryption failure | David Howells | 1 | -19/+38 |
| 2026-04-08 | rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING) | David Howells | 2 | -7/+1 |
| 2026-04-08 | rxrpc: fix reference count leak in rxrpc_server_keyring() | Luxiao Xu | 1 | -0/+3 |
| 2026-04-08 | rxrpc: fix oversized RESPONSE authenticator length check | Keenan Dong | 1 | -1/+1 |
| 2026-04-08 | rxrpc: fix RESPONSE authenticator parser OOB read | Keenan Dong | 1 | -1/+2 |
| 2026-04-08 | rxrpc: reject undecryptable rxkad response tickets | Yuqi Xu | 1 | -1/+5 |
| 2026-04-08 | rxrpc: Only put the call ref if one was acquired | Douya Le | 1 | -1/+2 |
| 2026-04-08 | rxrpc: Fix to request an ack if window is limited | Marc Dionne | 3 | -3/+6 |
| 2026-04-08 | rxrpc: Fix key reference count leak from call->key | Anderson Nascimento | 1 | -0/+1 |
| 2026-04-08 | rxrpc: Fix rack timer warning to report unexpected mode | Alok Tiwari | 1 | -1/+1 |
| 2026-04-08 | rxrpc: Fix use of wrong skb when comparing queued RESP challenge serial | Alok Tiwari | 1 | -2/+3 |
| 2026-04-08 | rxrpc: Fix RxGK token loading to check bounds | Oleh Konko | 1 | -13/+17 |
| 2026-04-08 | rxrpc: Fix call removal to use RCU safe deletion | David Howells | 1 | -15/+9 |
| 2026-04-08 | rxrpc: Fix anonymous key handling | David Howells | 1 | -1/+1 |
| 2026-04-08 | rxrpc: Fix key parsing memleak | David Howells | 1 | -0/+1 |
| 2026-04-08 | rxrpc: Fix key quota calculation for multitoken keys | David Howells | 1 | -3/+4 |
| 2026-03-29 | ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs | Fernando Fernandez Mancera | 1 | -1/+1 |
| 2026-03-13 | ipv6: Retire UDP-Lite. | Kuniyuki Iwashima | 1 | -2/+0 |
| 2026-03-06 | rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer() | Miaoqian Lin | 1 | -3/+5 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -6/+6 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 12 | -16/+16 |
| 2026-01-21 | rxrpc: Fix data-race warning and potential load/store tearing | David Howells | 7 | -14/+36 |
| 2026-01-19 | rxrpc: Fix recvmsg() unconditional requeue | David Howells | 1 | -4/+15 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 2 | -2/+2 |
| 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 | -151/+1011 |
| 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 | -190/+274 |
| 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 | -249/+383 |
| 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 | -37/+44 |
| 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 | -239/+212 |
| 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 | -142/+217 |
| 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 | -13/+27 |
| 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 | -12/+26 |
| 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 |