summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-06-141-1/+2
* rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-06-141-2/+2
* rxrpc: Return an error to sendmsg if call failedDavid Howells2022-06-141-0/+6
* rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-231-2/+4
* rxrpc: Fix server keyring leakDavid Howells2020-10-141-1/+1
* rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells2020-10-141-3/+3
* rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells2020-10-141-2/+2
* rxrpc: Fix rxkad token xdr encodingMarc Dionne2020-10-141-2/+10
* rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-08-214-12/+28
* rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-312-2/+2
* rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-301-4/+3
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-301-0/+7
* rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells2020-06-031-10/+13
* rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu2020-05-271-2/+1
* KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-04-241-18/+9
* rxrpc: Fix service call disconnectionDavid Howells2020-02-141-2/+1
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-145-23/+15
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-02-141-2/+1
* rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells2020-01-271-0/+3
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2020-01-091-0/+3
* rxrpc: Fix call ref leakDavid Howells2019-11-061-0/+1
* rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-07-311-2/+2
* rxrpc: Fix net namespace cleanupDavid Howells2019-05-081-16/+16
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-191-2/+2
* rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-121-1/+2
* rxrpc: Fix connection-level abort handlingDavid Howells2018-11-043-15/+19
* rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-11-041-9/+10
* rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-11-041-16/+19
* rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-061-2/+2
* rxrpc: Fix the min security level for kernel callsDavid Howells2018-06-211-1/+1
* rxrpc: Fix error reception on AF_INET6 socketsDavid Howells2018-06-211-15/+42
* rxrpc: Don't treat call aborts as conn abortsDavid Howells2018-05-301-6/+9
* rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells2018-05-301-1/+3
* rxrpc: Work around usercopy checkDavid Howells2018-05-301-2/+3
* rxrpc: Don't put crypto buffers on the stackDavid Howells2018-04-262-41/+52
* rxrpc: Fix send in rxrpc_send_data_packet()David Howells2018-03-081-1/+1
* rxrpc: Fix service endpoint expiryDavid Howells2018-02-035-18/+45
* rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells2018-02-033-6/+17
* rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells2018-02-031-2/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* rxrpc: Don't release call mutex on error pointerDavid Howells2017-10-221-2/+3
* rxrpc: Make service connection lookup always check for retryDavid Howells2017-09-051-2/+1
* rxrpc: Allow failed client calls to be retriedDavid Howells2017-08-295-31/+200
* rxrpc: Add notification of end-of-Tx phaseDavid Howells2017-08-291-7/+27
* rxrpc: Remove some excess whitespaceDavid Howells2017-08-291-3/+3
* rxrpc: Don't negate call->error before returning itDavid Howells2017-08-291-4/+4
* rxrpc: Fix IPv6 supportDavid Howells2017-08-298-18/+31
* rxrpc: Use correct timestamp from Kerberos 5 ticketDavid Howells2017-08-291-1/+1
* net: rxrpc: Replace time_t type with time64_t typeBaolin Wang2017-08-293-16/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-0/+1
|\