summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2018-08-012-4/+0
| * | | 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-087-89/+109
| |_|/ |/| |
* | | rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-011-2/+2
| |/ |/|
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+7
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-064-4/+18
|\
| * rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells2018-06-061-1/+1
| * rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-043-3/+17
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-7/+3
|\ \
| * | net/rxrpc: convert to ->poll_maskChristoph Hellwig2018-05-261-7/+3
OpenPOWER on IntegriCloud