aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet1-1/+2
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells5-191/+24
2018-11-15rxrpc: Fix life checkDavid Howells1-4/+23
2018-11-02rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells3-8/+46
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-23/+23
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+5
2018-10-15rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells1-0/+1
2018-10-15rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells3-0/+130
2018-10-15rxrpc: Fix incorrect conditional on IPV6David Howells1-1/+1
2018-10-15rxrpc: use correct kvec num when sending BUSY response packetYueHaibing1-1/+2
2018-10-15rxrpc: Fix an uninitialised variableDavid Howells1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-173/+233
2018-10-08rxrpc: Fix the packet reception routineDavid Howells6-50/+105
2018-10-08rxrpc: Fix connection-level abort handlingDavid Howells3-15/+19
2018-10-08rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells1-9/+10
2018-10-08rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells1-6/+8
2018-10-08rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells1-16/+19
2018-10-08rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells1-28/+13
2018-10-08rxrpc: Use the UDP encap_rcv hookDavid Howells3-44/+35
2018-10-05rxrpc: Fix the data_ready handlerDavid Howells2-35/+44
2018-10-05rxrpc: Fix some missed refs to init_netDavid Howells6-24/+34
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells1-0/+14
2018-10-04rxrpc: Allow the reply time to be obtained on a client callDavid Howells1-0/+43
2018-10-04rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells6-9/+6
2018-10-04rxrpc: Use IPv4 addresses throught the IPv6David Howells4-22/+17
2018-10-04rxrpc: Emit the data Tx trace line before transmittingDavid Howells1-4/+4
2018-10-04rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells3-17/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-202/+188
2018-09-28rxrpc: Fix error distributionDavid Howells6-61/+15
2018-09-28rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socketDavid Howells1-10/+13
2018-09-28rxrpc: Make service call handling more robustDavid Howells5-60/+38
2018-09-28rxrpc: Improve up-front incoming packet checkingDavid Howells2-28/+50
2018-09-28rxrpc: Emit BUSY packets when supposed to rather than ABORTsDavid Howells4-18/+26
2018-09-28rxrpc: Fix RTT gatheringDavid Howells3-15/+33
2018-09-28rxrpc: Fix checks as to whether we should set up a new callDavid Howells3-9/+15
2018-09-28rxrpc: Remove VLA usage of skcipherKees Cook2-23/+23
2018-09-27rxrpc: Remove dup code from rxrpc_find_connection_rcu()David Howells1-3/+0
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-67/+123
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+5
2018-08-11rxrpc: remove redundant static int 'zero'Colin Ian King1-1/+0
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-90/+109
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells7-89/+109
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells1-22/+11
2018-08-03rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook1-12/+13
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-08-02rxrpc: Remove set but not used variable 'nowj'Wei Yongjun1-2/+1
2018-08-01rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing1-2/+2
2018-08-01rxrpc: Transmit more ACKs during data receptionDavid Howells2-0/+18