summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
| * | | 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