aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-01rxrpc: Propose, but don't immediately transmit, the final ACK for a callDavid Howells1-4/+2
2018-08-01rxrpc: Increase the size of a call's Rx windowDavid Howells1-1/+1
2018-08-01rxrpc: Trace socket notificationDavid Howells1-1/+3
2018-08-01rxrpc: Trace packet transmissionDavid Howells7-15/+55
2018-08-01rxrpc: Fix the trace for terminal ACK (re)transmissionDavid Howells1-2/+4
2018-08-01rxrpc: Show some more information through /proc filesDavid Howells1-4/+9
2018-08-01rxrpc: Display call expect-receive-by timeout in procDavid Howells1-3/+11
2018-08-01rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2-4/+0
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar1-3/+7
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-3/+7
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland4-5/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-4/+18
2018-06-06rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells1-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+3
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells3-3/+17
2018-05-26net/rxrpc: convert to ->poll_maskChristoph Hellwig1-7/+3
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig3-33/+9
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells4-8/+35
2018-05-10rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells1-23/+23
2018-05-10rxrpc: Fix the min security level for kernel callsDavid Howells1-1/+1
2018-05-10rxrpc: Fix error reception on AF_INET6 socketsDavid Howells1-15/+42
2018-05-10rxrpc: Fix missing start of call timeoutDavid Howells4-1/+23
2018-04-04rxrpc: Fix undefined packet handlingDavid Howells2-0/+12
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds20-97/+464
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells5-0/+26
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells3-22/+68
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells6-0/+14
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells3-27/+68
2018-03-30rxrpc: Fix potential call vs socket/net destruction raceDavid Howells4-3/+17
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells6-3/+13
2018-03-30rxrpc: remove unused static variablesSebastian Andrzej Siewior1-3/+0
2018-03-30rxrpc: Fix resend event time calculationMarc Dionne1-1/+1
2018-03-30rxrpc: Don't treat call aborts as conn abortsDavid Howells1-6/+9
2018-03-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells1-1/+3
2018-03-30rxrpc: Fix a bit of time confusionDavid Howells1-1/+1
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells9-4/+204
2018-03-27rxrpc: Trace call completionDavid Howells1-0/+1