summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-11-061-4/+7
* rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells2019-11-061-2/+3
* rxrpc: Fix call ref leakDavid Howells2019-11-061-0/+1
* rxrpc: Fix local refcountingDavid Howells2019-08-291-5/+7
* rxrpc: Fix local endpoint replacementDavid Howells2019-08-291-1/+1
* rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-291-9/+10
* rxrpc: Fix local endpoint refcountingDavid Howells2019-08-294-39/+72
* rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells2019-08-291-0/+1
* rxrpc: Fix potential deadlockDavid Howells2019-08-293-1/+20
* rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-07-281-2/+2
* rxrpc: Fix net namespace cleanupDavid Howells2019-05-051-16/+16
* rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2019-05-022-5/+10
* rxrpc: Fix client call connect/disconnect raceDavid Howells2019-04-201-5/+15
* 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 lockup due to no error backoff after ack transmit errorDavid Howells2018-11-233-8/+46
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-041-1/+1
* rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells2018-10-151-0/+1
* rxrpc: Fix incorrect conditional on IPV6David Howells2018-10-151-1/+1
* rxrpc: use correct kvec num when sending BUSY response packetYueHaibing2018-10-151-1/+2
* rxrpc: Fix an uninitialised variableDavid Howells2018-10-151-1/+1
* rxrpc: Fix the packet reception routineDavid Howells2018-10-086-50/+105
* rxrpc: Fix connection-level abort handlingDavid Howells2018-10-083-15/+19
* rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-10-081-9/+10
* rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells2018-10-081-6/+8
* rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-10-081-16/+19
* rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells2018-10-081-28/+13
* rxrpc: Use the UDP encap_rcv hookDavid Howells2018-10-083-44/+35
* rxrpc: Fix the data_ready handlerDavid Howells2018-10-052-35/+44
* rxrpc: Fix some missed refs to init_netDavid Howells2018-10-056-24/+34
* rxrpc: Fix error distributionDavid Howells2018-09-286-61/+15
* rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells2018-09-281-10/+13
* rxrpc: Make service call handling more robustDavid Howells2018-09-285-60/+38
* rxrpc: Improve up-front incoming packet checkingDavid Howells2018-09-282-28/+50
* rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells2018-09-284-18/+26
* rxrpc: Fix RTT gatheringDavid Howells2018-09-283-15/+33
* rxrpc: Fix checks as to whether we should set up a new callDavid Howells2018-09-283-9/+15
* rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells2018-09-271-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1512-67/+123
|\
| * rxrpc: remove redundant static int 'zero'Colin Ian King2018-08-111-1/+0
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-097-90/+109
| |\
| * | rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells2018-08-031-22/+11
| * | rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook2018-08-031-12/+13
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-2/+2
| |\ \
| * | | rxrpc: Remove set but not used variable 'nowj'Wei Yongjun2018-08-021-2/+1
| * | | rxrpc: Transmit more ACKs during data receptionDavid Howells2018-08-012-0/+18
| * | | rxrpc: Propose, but don't immediately transmit, the final ACK for a callDavid Howells2018-08-011-4/+2
| * | | rxrpc: Increase the size of a call's Rx windowDavid Howells2018-08-011-1/+1
| * | | rxrpc: Trace socket notificationDavid Howells2018-08-011-1/+3
| * | | rxrpc: Trace packet transmissionDavid Howells2018-08-017-15/+55