summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix undefined packet handlingDavid Howells2018-04-042-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-0320-97/+464
|\
| * rxrpc: Fix leak of rxrpc_peer objectsDavid Howells2018-03-305-0/+26
| * rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells2018-03-303-22/+68
| * rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells2018-03-306-0/+14
| * rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells2018-03-303-27/+68
| * rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-304-3/+17
| * rxrpc: Fix checker warnings and errorsDavid Howells2018-03-306-3/+13
| * rxrpc: remove unused static variablesSebastian Andrzej Siewior2018-03-301-3/+0
| * rxrpc: Fix resend event time calculationMarc Dionne2018-03-301-1/+1
| * rxrpc: Don't treat call aborts as conn abortsDavid Howells2018-03-301-6/+9
| * rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells2018-03-301-1/+3
| * rxrpc: Fix a bit of time confusionDavid Howells2018-03-301-1/+1
| * rxrpc: Fix firewall route keepaliveDavid Howells2018-03-309-4/+204
| * rxrpc: Trace call completionDavid Howells2018-03-271-0/+1
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-277-24/+36
| * rxrpc: Trace resendDavid Howells2018-03-271-0/+1
| * net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
| * net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
| * net: Convert rxrpc_net_opsKirill Tkhai2018-03-231-0/+1
| * rxrpc: remove redundant initialization of variable 'len'Colin Ian King2018-03-161-1/+1
|/
* rxrpc: Fix send in rxrpc_send_data_packet()David Howells2018-02-221-1/+1
* rxrpc: Work around usercopy checkDavid Howells2018-02-161-2/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* rxrpc: Don't put crypto buffers on the stackDavid Howells2018-02-082-41/+52
* rxrpc: Fix received abort handlingDavid Howells2018-02-072-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-2/+0
|\
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\ \ | |/ |/|
| * net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | rxrpc: Use correct netns source in rxrpc_release_sock()David Howells2017-12-031-2/+3
* | Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2017-11-305-27/+35
|\ \
| * | rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-292-2/+2
| * | rxrpc: Fix ACK generation from the connection event processorDavid Howells2017-11-291-21/+29
| * | rxrpc: Clean up whitespaceDavid Howells2017-11-293-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2915-302/+688
|\| | | |/ |/|
| * rxrpc: Fix conn expiry timersDavid Howells2017-11-245-28/+68
| * rxrpc: Fix service endpoint expiryDavid Howells2017-11-245-18/+45
| * rxrpc: Add keepalive for a callDavid Howells2017-11-243-0/+34
| * rxrpc: Add a timeout for detecting lost ACKs/lost DATADavid Howells2017-11-247-10/+89
| * rxrpc: Express protocol timeouts in terms of RTTDavid Howells2017-11-242-4/+25
| * rxrpc: Don't transmit DELAY ACKs immediately on proposalDavid Howells2017-11-241-2/+2
| * rxrpc: Fix call timeoutsDavid Howells2017-11-249-179/+242
| * rxrpc: Split the call params from the operation paramsDavid Howells2017-11-244-45/+60
| * rxrpc: Delay terminal ACK transmission on a client callDavid Howells2017-11-245-13/+108
| * rxrpc: Provide a different lockdep key for call->user_mutex for kernel callsDavid Howells2017-11-243-6/+17
| * rxrpc: Don't set upgrade by default in sendmsg()David Howells2017-11-241-1/+1
| * rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasingDavid Howells2017-11-241-2/+3
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
|/
* Merge tag 'rxrpc-next-20171111' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2017-11-147-7/+36
|\