summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2026-08-23rxrpc: Fix socket notification raceDavid Howells
2026-08-23rxrpc: Fix notification vs call-release vs recvmsgDavid Howells
2026-08-23rxrpc: Fix recv-recv race of completed callDavid Howells
2026-08-23rxrpc: serialize kernel accept preallocation with socket teardownLi Daming
2026-06-01rxrpc: Fix missing validation of ticket length in non-XDR key preparsingAnderson Nascimento
2026-06-01rxrpc: Fix anonymous key handlingDavid Howells
2026-06-01rxrpc: only handle RESPONSE during service challengeWang Jie
2026-06-01rxrpc: Fix recvmsg() unconditional requeueDavid Howells
2026-06-01rxrpc: reject undecryptable rxkad response ticketsYuqi Xu
2026-06-01rxrpc: fix reference count leak in rxrpc_server_keyring()Luxiao Xu
2026-06-01rxrpc: proc: size address buffers for %pISpc outputPengpeng Hou
2026-06-01rxrpc: Fix call removal to use RCU safe deletionDavid Howells
2026-04-18rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)David Howells
2025-07-17rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells
2024-02-23rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells
2024-02-23rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()Oleg Nesterov
2023-05-17rxrpc: Fix hard call timeout unitsDavid Howells
2023-01-14rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells
2023-01-14rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells
2022-12-02rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells
2022-12-02rxrpc: Use refcount_t rather than atomic_tDavid Howells
2022-12-02rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells
2022-09-23rxrpc: Fix calc of resend ageDavid Howells
2022-09-23rxrpc: Fix local destruction being repeatedDavid Howells
2022-09-15rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells
2022-08-31rxrpc: Fix locking in rxrpc's sendmsgDavid Howells
2022-06-09rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells
2022-06-09rxrpc: Don't let ack.previousPacket regressDavid Howells
2022-06-09rxrpc: Fix overlapping ACK accountingDavid Howells
2022-06-09rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells
2022-06-09rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells
2022-06-09rxrpc, afs: Fix selection of abort codesDavid Howells
2022-06-09rxrpc: Return an error to sendmsg if call failedDavid Howells
2022-04-27rxrpc: Restore removed timer deletionDavid Howells
2022-04-13rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet
2022-04-08rxrpc: Fix call timer start racing with call destructionDavid Howells
2022-02-01rxrpc: Adjust retransmission backoffDavid Howells
2021-12-08rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata
2021-12-08rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata
2021-11-18rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang
2021-02-17rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells
2021-02-10rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2021-02-03rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa
2021-01-23rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells
2021-01-23rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells
2020-10-15rxrpc: Fix bundle counting for exclusive connectionsDavid Howells
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-05rxrpc: Fix server keyring leakDavid Howells
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells