summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* 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-161-0/+1
* rxrpc: Fix incorrect conditional on IPV6David Howells2018-10-161-1/+1
* rxrpc: use correct kvec num when sending BUSY response packetYueHaibing2018-10-161-1/+2
* rxrpc: Fix an uninitialised variableDavid Howells2018-10-161-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/+13Star
* rxrpc: Use the UDP encap_rcv hookDavid Howells2018-10-083-44/+35Star
* 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/+15Star
* 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/+38Star
* 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/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1612-67/+123
|\
| * rxrpc: remove redundant static int 'zero'Colin Ian King2018-08-111-1/+0Star
| * 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/+11Star
| * | 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/+1Star
| * | | 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/+2Star
| * | | 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
| * | | rxrpc: Fix the trace for terminal ACK (re)transmissionDavid Howells2018-08-011-2/+4
| * | | rxrpc: Show some more information through /proc filesDavid Howells2018-08-011-4/+9
| * | | rxrpc: Display call expect-receive-by timeout in procDavid Howells2018-08-011-3/+11
| * | | rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2018-08-012-4/+0Star
| * | | net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-134-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-171-3/+7
| |\| |
| * | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-214-5/+5
* | | | rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-097-89/+109
| |_|/ |/| |
* | | rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-011-2/+2
| |/ |/|