summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
2020-06-04rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells
2020-06-01KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-06-01rxrpc: Fix call interruptibility handlingDavid Howells
2020-06-01rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells
2020-06-01rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells
2020-05-21afs: Fix client call Rx-phase signal handlingDavid Howells
2020-05-15rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells
2020-05-04rxrpc: Fix service call disconnectionDavid Howells
2020-05-04rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-05-04rxrpc: Fix insufficient receive notification generationDavid Howells
2020-04-12rxrpc: Fix use-after-free in rxrpc_put_local()David Howells
2020-04-12rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2020-03-30rxrpc: Fix missing security check on incoming callsDavid Howells
2020-03-30rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells
2020-03-30rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells
2020-03-30rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells
2019-12-10rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells
2019-12-10rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells
2019-12-10rxrpc: Fix call ref leakDavid Howells
2019-11-25rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet
2019-11-25rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2019-08-29rxrpc: Fix local refcountingDavid Howells
2019-08-29rxrpc: Fix local endpoint replacementDavid Howells
2019-08-29rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells
2019-08-29rxrpc: Fix local endpoint refcountingDavid Howells
2019-08-29rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells
2019-08-29rxrpc: Fix potential deadlockDavid Howells
2019-07-28rxrpc: Fix send on a connected, but unbound socketDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells
2019-05-16rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-30rxrpc: Fix net namespace cleanupDavid Howells
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-24rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-12rxrpc: Fix detection of out of order acksJeffrey Altman
2019-04-12rxrpc: Trace received connection abortsDavid Howells
2019-04-12rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne
2019-04-12rxrpc: Clear socket errorMarc Dionne
2019-04-12rxrpc: Check address length before reading srx_service fieldTetsuo Handa
2019-04-03rxrpc: Mark expected switch fall-throughGustavo A. R. Silva
2019-03-23rxrpc: avoid clang -Wuninitialized warningArnd Bergmann
2019-03-08rxrpc: Fix client call queueing, waiting for channelDavid Howells
2019-03-08rxrpc: Fix client call connect/disconnect raceDavid Howells
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-06rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet