summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-081-2/+2
* rxrpc: Fix client call connect/disconnect raceDavid Howells2019-03-081-5/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+2
|\
| * rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet2019-02-061-1/+2
* | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-1/+1
|/
* Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-155-191/+24
* rxrpc: Fix life checkDavid Howells2018-11-151-4/+23
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-023-8/+46
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-252-23/+23
|\
| * rxrpc: Remove VLA usage of skcipherKees Cook2018-09-282-23/+23
* | Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-194-3/+5
|\ \
| * | 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: Add /proc/net/rxrpc/peers to display peer listDavid Howells2018-10-153-0/+130
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-129-173/+233
|\| |
| * | 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: Allow the reply time to be obtained on a client callDavid Howells2018-10-041-0/+14
* | | rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-041-0/+43
* | | rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()David Howells2018-10-046-9/+6
* | | rxrpc: Use IPv4 addresses throught the IPv6David Howells2018-10-044-22/+17
* | | rxrpc: Emit the data Tx trace line before transmittingDavid Howells2018-10-041-4/+4
* | | rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() David Howells2018-10-043-17/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-0311-202/+188
|\| |
| * | 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
| |/
* / net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
|/
* 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