summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)AuthorLines
12 daysrxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin-3/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-16/+16
2026-01-21rxrpc: Fix data-race warning and potential load/store tearingDavid Howells-14/+36
2026-01-19rxrpc: Fix recvmsg() unconditional requeueDavid Howells-4/+15
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+1
2025-09-14rxrpc: Fix untrusted unsigned subtractDavid Howells-5/+14
2025-09-14rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity()David Howells-14/+28
2025-07-17rxrpc: Fix to use conn aborts for conn-wide failuresDavid Howells-19/+37
2025-07-17rxrpc: Fix transmission of an abort in response to an abortDavid Howells-0/+3
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells-16/+16
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells-2/+18
2025-07-17rxrpc: Fix irq-disabled in local_bh_enable()David Howells-4/+4
2025-07-09rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells-0/+3
2025-07-09rxrpc: Fix bug due to prealloc collisionDavid Howells-0/+1
2025-07-08rxrpc: Fix over large frame size warningDavid Howells-7/+13
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-29rxrpc: Fix return from none_validate_challenge()David Howells-2/+3
2025-04-24rxrpc: rxgk: Fix some reference count leaksDan Carpenter-3/+7
2025-04-24rxrpc: Remove deadcodeDr. David Alan Gilbert-50/+0
2025-04-22rxrpc: rxgk: Set error code in rxgk_yfs_decode_ticket()Dan Carpenter-0/+1
2025-04-14rxrpc: rxperf: Add test RxGK server keysDavid Howells-3/+65
2025-04-14rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells-0/+8
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells-0/+23
2025-04-14rxrpc: Allow the app to store private data on peer structsDavid Howells-2/+2
2025-04-14rxrpc: rxgk: Implement connection rekeyingDavid Howells-7/+157
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells-3/+1638
2025-04-14rxrpc: rxgk: Provide infrastructure and key derivationDavid Howells-1/+364
2025-04-14rxrpc: Add YFS RxGK (GSSAPI) security classDavid Howells-0/+185
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells-152/+1012
2025-04-14rxrpc: Remove some socket lock acquire/release annotationsDavid Howells-4/+5
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells-35/+32
2025-04-14rxrpc: kdoc: Update function descriptions and add link from rxrpc.rstDavid Howells-16/+50
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-10/+10
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells-2/+2
2025-03-10rxrpc: Allow the app to store private data on peer structsDavid Howells-0/+27
2025-02-21rxrpc: Fix locking issues with the peer record hashDavid Howells-2/+2
2025-02-21rxrpc: peer->mtu_lock is redundantDavid Howells-12/+1
2025-02-21rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells-0/+12
2025-02-13rxrpc: Fix ipv6 path MTU discoveryDavid Howells-0/+7
2025-02-11rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells-57/+54
2025-02-05rxrpc: Fix race in call state changing vs recvmsg()David Howells-1/+9
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells-10/+6
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells-7/+11
2025-01-27rxrpc, afs: Fix peer hash locking vs RCU callbackDavid Howells-14/+14
2024-12-16rxrpc: Fix ability to add more data to a call once MSG_MORE deassertedDavid Howells-0/+9
2024-12-16rxrpc: Disable IRQ, not BH, to take the lock for ->attend_linkDavid Howells-4/+4
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells-217/+718