summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+18
2018-06-06rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-7/+3
2018-06-04rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells-3/+17
2018-05-26net/rxrpc: convert to ->poll_maskChristoph Hellwig-7/+3
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-33/+9
2018-05-10rxrpc: Trace UDP transmission failureDavid Howells-8/+35
2018-05-10rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells-23/+23
2018-05-10rxrpc: Fix the min security level for kernel callsDavid Howells-1/+1
2018-05-10rxrpc: Fix error reception on AF_INET6 socketsDavid Howells-15/+42
2018-05-10rxrpc: Fix missing start of call timeoutDavid Howells-1/+23
2018-04-04rxrpc: Fix undefined packet handlingDavid Howells-0/+12
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-97/+464
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells-0/+26
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells-22/+68
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells-0/+14
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells-27/+68
2018-03-30rxrpc: Fix potential call vs socket/net destruction raceDavid Howells-3/+17
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells-3/+13
2018-03-30rxrpc: remove unused static variablesSebastian Andrzej Siewior-3/+0
2018-03-30rxrpc: Fix resend event time calculationMarc Dionne-1/+1
2018-03-30rxrpc: Don't treat call aborts as conn abortsDavid Howells-6/+9
2018-03-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells-1/+3
2018-03-30rxrpc: Fix a bit of time confusionDavid Howells-1/+1
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells-4/+204
2018-03-27rxrpc: Trace call completionDavid Howells-0/+1
2018-03-27rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells-24/+36
2018-03-27rxrpc: Trace resendDavid Howells-0/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches-1/+1
2018-03-23net: Convert rxrpc_net_opsKirill Tkhai-0/+1
2018-03-16rxrpc: remove redundant initialization of variable 'len'Colin Ian King-1/+1
2018-02-22rxrpc: Fix send in rxrpc_send_data_packet()David Howells-1/+1
2018-02-16rxrpc: Work around usercopy checkDavid Howells-2/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2018-02-08rxrpc: Don't put crypto buffers on the stackDavid Howells-41/+52
2018-02-07rxrpc: Fix received abort handlingDavid Howells-5/+14
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-2/+0
2017-12-03rxrpc: Use correct netns source in rxrpc_release_sock()David Howells-2/+3
2017-11-30Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller-27/+35
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-302/+688
2017-11-29rxrpc: Fix variable overwriteGustavo A. R. Silva-2/+2
2017-11-29rxrpc: Fix ACK generation from the connection event processorDavid Howells-21/+29
2017-11-29rxrpc: Clean up whitespaceDavid Howells-4/+4
2017-11-27net: annotate ->poll() instancesAl Viro-2/+2
2017-11-24rxrpc: Fix conn expiry timersDavid Howells-28/+68
2017-11-24rxrpc: Fix service endpoint expiryDavid Howells-18/+45