index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-04
rxrpc: Fix undefined packet handling
David Howells
2
-0
/
+12
2018-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
20
-97
/
+464
2018-03-30
rxrpc: Fix leak of rxrpc_peer objects
David Howells
5
-0
/
+26
2018-03-30
rxrpc: Add a tracepoint to track rxrpc_peer refcounting
David Howells
3
-22
/
+68
2018-03-30
rxrpc: Fix apparent leak of rxrpc_local objects
David Howells
6
-0
/
+14
2018-03-30
rxrpc: Add a tracepoint to track rxrpc_local refcounting
David Howells
3
-27
/
+68
2018-03-30
rxrpc: Fix potential call vs socket/net destruction race
David Howells
4
-3
/
+17
2018-03-30
rxrpc: Fix checker warnings and errors
David Howells
6
-3
/
+13
2018-03-30
rxrpc: remove unused static variables
Sebastian Andrzej Siewior
1
-3
/
+0
2018-03-30
rxrpc: Fix resend event time calculation
Marc Dionne
1
-1
/
+1
2018-03-30
rxrpc: Don't treat call aborts as conn aborts
David Howells
1
-6
/
+9
2018-03-30
rxrpc: Fix Tx ring annotation after initial Tx failure
David Howells
1
-1
/
+3
2018-03-30
rxrpc: Fix a bit of time confusion
David Howells
1
-1
/
+1
2018-03-30
rxrpc: Fix firewall route keepalive
David Howells
9
-4
/
+204
2018-03-28
rxrpc: Trace call completion
David Howells
1
-0
/
+1
2018-03-28
rxrpc, afs: Use debug_ids rather than pointers in traces
David Howells
7
-24
/
+36
2018-03-28
rxrpc: Trace resend
David Howells
1
-0
/
+1
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-03-23
net: Convert rxrpc_net_ops
Kirill Tkhai
1
-0
/
+1
2018-03-16
rxrpc: remove redundant initialization of variable 'len'
Colin Ian King
1
-1
/
+1
2018-02-22
rxrpc: Fix send in rxrpc_send_data_packet()
David Howells
1
-1
/
+1
2018-02-17
rxrpc: Work around usercopy check
David Howells
1
-2
/
+3
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-02-08
rxrpc: Don't put crypto buffers on the stack
David Howells
2
-41
/
+52
2018-02-08
rxrpc: Fix received abort handling
David Howells
2
-5
/
+14
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+0
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-16
net: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-2
/
+0
2017-12-03
rxrpc: Use correct netns source in rxrpc_release_sock()
David Howells
1
-2
/
+3
2017-11-30
Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
5
-27
/
+35
2017-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
15
-302
/
+688
2017-11-29
rxrpc: Fix variable overwrite
Gustavo A. R. Silva
2
-2
/
+2
2017-11-29
rxrpc: Fix ACK generation from the connection event processor
David Howells
1
-21
/
+29
2017-11-29
rxrpc: Clean up whitespace
David Howells
3
-4
/
+4
2017-11-28
net: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-24
rxrpc: Fix conn expiry timers
David Howells
5
-28
/
+68
2017-11-24
rxrpc: Fix service endpoint expiry
David Howells
5
-18
/
+45
2017-11-24
rxrpc: Add keepalive for a call
David Howells
3
-0
/
+34
2017-11-24
rxrpc: Add a timeout for detecting lost ACKs/lost DATA
David Howells
7
-10
/
+89
2017-11-24
rxrpc: Express protocol timeouts in terms of RTT
David Howells
2
-4
/
+25
2017-11-24
rxrpc: Don't transmit DELAY ACKs immediately on proposal
David Howells
1
-2
/
+2
2017-11-24
rxrpc: Fix call timeouts
David Howells
9
-179
/
+242
2017-11-24
rxrpc: Split the call params from the operation params
David Howells
4
-45
/
+60
2017-11-24
rxrpc: Delay terminal ACK transmission on a client call
David Howells
5
-13
/
+108
2017-11-24
rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls
David Howells
3
-6
/
+17
2017-11-24
rxrpc: Don't set upgrade by default in sendmsg()
David Howells
1
-1
/
+1
2017-11-24
rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing
David Howells
1
-2
/
+3
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-14
Merge tag 'rxrpc-next-20171111' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
7
-7
/
+36
[next]