aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
2021-01-23rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells
2020-10-14rxrpc: Fix server keyring leakDavid Howells
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne
2020-08-21rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-07-31rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-06-30rxrpc: Fix handling of rwind from an ACK packetDavid Howells
2020-06-30rxrpc: Fix notification call on completion of discarded callsDavid Howells
2020-06-03rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells
2020-05-27rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu
2020-04-24KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-02-14rxrpc: Fix service call disconnectionDavid Howells
2020-02-14rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-02-14rxrpc: Fix insufficient receive notification generationDavid Howells
2020-01-27rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells
2020-01-09rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells
2019-11-06rxrpc: Fix call ref leakDavid Howells
2019-07-31rxrpc: Fix send on a connected, but unbound socketDavid Howells
2019-05-08rxrpc: Fix net namespace cleanupDavid Howells
2019-03-19rxrpc: Fix client call queueing, waiting for channelDavid Howells
2019-02-12rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet
2018-11-04rxrpc: Fix connection-level abort handlingDavid Howells
2018-11-04rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells
2018-11-04rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells
2018-08-06rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing
2018-06-21rxrpc: Fix the min security level for kernel callsDavid Howells
2018-06-21rxrpc: Fix error reception on AF_INET6 socketsDavid Howells
2018-05-30rxrpc: Don't treat call aborts as conn abortsDavid Howells
2018-05-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells
2018-05-30rxrpc: Work around usercopy checkDavid Howells
2018-04-26rxrpc: Don't put crypto buffers on the stackDavid Howells
2018-03-08rxrpc: Fix send in rxrpc_send_data_packet()David Howells
2018-02-03rxrpc: Fix service endpoint expiryDavid Howells
2018-02-03rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells
2018-02-03rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-22rxrpc: Don't release call mutex on error pointerDavid Howells
2017-09-05rxrpc: Make service connection lookup always check for retryDavid Howells
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells
2017-08-29rxrpc: Add notification of end-of-Tx phaseDavid Howells
2017-08-29rxrpc: Remove some excess whitespaceDavid Howells
2017-08-29rxrpc: Don't negate call->error before returning itDavid Howells
2017-08-29rxrpc: Fix IPv6 supportDavid Howells
2017-08-29rxrpc: Use correct timestamp from Kerberos 5 ticketDavid Howells
2017-08-29net: rxrpc: Replace time_t type with time64_t typeBaolin Wang
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18rxrpc: Fix oops when discarding a preallocated service callDavid Howells
2017-07-21rxrpc: Move the packet.h include file into net/rxrpc/David Howells
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena