summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2026-04-08rxrpc: Only put the call ref if one was acquiredDouya Le1-1/+2
2026-04-08rxrpc: Fix to request an ack if window is limitedMarc Dionne3-3/+6
2026-04-08rxrpc: Fix key reference count leak from call->keyAnderson Nascimento1-0/+1
2026-04-08rxrpc: Fix rack timer warning to report unexpected modeAlok Tiwari1-1/+1
2026-04-08rxrpc: Fix use of wrong skb when comparing queued RESP challenge serialAlok Tiwari1-2/+3
2026-04-08rxrpc: Fix RxGK token loading to check boundsOleh Konko1-13/+17
2026-04-08rxrpc: Fix call removal to use RCU safe deletionDavid Howells1-15/+9
2026-04-08rxrpc: Fix anonymous key handlingDavid Howells1-1/+1
2026-04-08rxrpc: Fix key parsing memleakDavid Howells1-0/+1
2026-04-08rxrpc: Fix key quota calculation for multitoken keysDavid Howells1-3/+4
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera1-1/+1
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima1-2/+0
2026-03-06rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin1-3/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-16/+16
2026-01-21rxrpc: Fix data-race warning and potential load/store tearingDavid Howells7-14/+36
2026-01-19rxrpc: Fix recvmsg() unconditional requeueDavid Howells1-4/+15
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook2-2/+2
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-14rxrpc: Fix untrusted unsigned subtractDavid Howells1-5/+14
2025-09-14rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity()David Howells3-14/+28
2025-07-17rxrpc: Fix to use conn aborts for conn-wide failuresDavid Howells5-19/+37
2025-07-17rxrpc: Fix transmission of an abort in response to an abortDavid Howells1-0/+3
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells2-16/+16
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells2-2/+18
2025-07-17rxrpc: Fix irq-disabled in local_bh_enable()David Howells3-4/+4
2025-07-09rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells1-0/+3
2025-07-09rxrpc: Fix bug due to prealloc collisionDavid Howells1-0/+1
2025-07-08rxrpc: Fix over large frame size warningDavid Howells2-7/+13
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-24rxrpc: rxgk: Fix some reference count leaksDan Carpenter1-3/+7
2025-04-24rxrpc: 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-14rxrpc: rxperf: Add test RxGK server keysDavid Howells1-3/+65
2025-04-14rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells3-0/+8
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells3-0/+23
2025-04-14rxrpc: Allow the app to store private data on peer structsDavid Howells1-2/+2
2025-04-14rxrpc: rxgk: Implement connection rekeyingDavid Howells3-7/+157
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells9-3/+1638
2025-04-14rxrpc: rxgk: Provide infrastructure and key derivationDavid Howells5-1/+364
2025-04-14rxrpc: Add YFS RxGK (GSSAPI) security classDavid Howells1-0/+185
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells14-151/+1011
2025-04-14rxrpc: Remove some socket lock acquire/release annotationsDavid Howells3-4/+5
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells4-35/+32
2025-04-14rxrpc: 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