summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
2018-11-23rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-15rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells
2018-10-15rxrpc: Fix incorrect conditional on IPV6David Howells
2018-10-15rxrpc: use correct kvec num when sending BUSY response packetYueHaibing
2018-10-15rxrpc: Fix an uninitialised variableDavid Howells
2018-10-08rxrpc: Fix the packet reception routineDavid Howells
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells
2018-10-08rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells
2018-10-08rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells
2018-10-05rxrpc: Fix the data_ready handlerDavid Howells
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells
2018-09-28rxrpc: Fix error distributionDavid Howells
2018-09-28rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells
2018-09-28rxrpc: Make service call handling more robustDavid Howells
2018-09-28rxrpc: Improve up-front incoming packet checkingDavid Howells
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells
2018-09-28rxrpc: Fix RTT gatheringDavid Howells
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-11rxrpc: remove redundant static int 'zero'Colin Ian King
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells
2018-08-03rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-02rxrpc: Remove set but not used variable 'nowj'Wei Yongjun
2018-08-01rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing
2018-08-01rxrpc: Transmit more ACKs during data receptionDavid Howells
2018-08-01rxrpc: Propose, but don't immediately transmit, the final ACK for a callDavid Howells
2018-08-01rxrpc: Increase the size of a call's Rx windowDavid Howells
2018-08-01rxrpc: Trace socket notificationDavid Howells
2018-08-01rxrpc: Trace packet transmissionDavid Howells
2018-08-01rxrpc: Fix the trace for terminal ACK (re)transmissionDavid Howells
2018-08-01rxrpc: Show some more information through /proc filesDavid Howells
2018-08-01rxrpc: Display call expect-receive-by timeout in procDavid Howells
2018-08-01rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds