index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
19
-95
/
+19
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-24
9
-46
/
+9
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
rxrpc: Allow the kernel to mark a call as being non-interruptible
David Howells
2019-05-16
5
-3
/
+16
*
rxrpc: Provide kernel interface to set max lifespan on a call
David Howells
2019-05-16
1
-0
/
+25
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-02
1
-16
/
+16
|
\
|
*
rxrpc: Fix net namespace cleanup
David Howells
2019-04-30
1
-16
/
+16
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-25
2
-5
/
+10
|
\
|
|
*
rxrpc: fix race condition in rxrpc_input_packet()
Eric Dumazet
2019-04-24
2
-5
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-17
6
-25
/
+48
|
\
|
|
*
rxrpc: Fix detection of out of order acks
Jeffrey Altman
2019-04-12
2
-6
/
+13
|
*
rxrpc: Trace received connection aborts
David Howells
2019-04-12
1
-4
/
+7
|
*
rxrpc: Allow errors to be returned from rxrpc_queue_packet()
Marc Dionne
2019-04-12
1
-9
/
+12
|
*
rxrpc: Make rxrpc_kernel_check_life() indicate if call completed
Marc Dionne
2019-04-12
1
-5
/
+9
|
*
rxrpc: Clear socket error
Marc Dionne
2019-04-12
1
-0
/
+5
|
*
rxrpc: Check address length before reading srx_service field
Tetsuo Handa
2019-04-12
1
-1
/
+2
*
|
rxrpc: Mark expected switch fall-through
Gustavo A. R. Silva
2019-04-03
1
-1
/
+1
|
/
*
rxrpc: avoid clang -Wuninitialized warning
Arnd Bergmann
2019-03-23
1
-6
/
+5
*
rxrpc: Fix client call queueing, waiting for channel
David Howells
2019-03-08
1
-2
/
+2
*
rxrpc: Fix client call connect/disconnect race
David Howells
2019-03-08
1
-5
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-1
/
+2
|
\
|
*
rxrpc: bad unlock balance in rxrpc_recvmsg
Eric Dumazet
2019-02-06
1
-1
/
+2
*
|
sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
Deepa Dinamani
2019-02-03
1
-1
/
+1
|
/
*
Revert "rxrpc: Allow failed client calls to be retried"
David Howells
2019-01-15
5
-191
/
+24
*
rxrpc: Fix life check
David Howells
2018-11-15
1
-4
/
+23
*
rxrpc: Fix lockup due to no error backoff after ack transmit error
David Howells
2018-11-02
3
-8
/
+46
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-10-25
2
-23
/
+23
|
\
|
*
rxrpc: Remove VLA usage of skcipher
Kees Cook
2018-09-28
2
-23
/
+23
*
|
Revert "net: simplify sock_poll_wait"
Karsten Graul
2018-10-23
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-19
4
-3
/
+5
|
\
\
|
*
|
rxrpc: Fix a missing rxrpc_put_peer() in the error_report handler
David Howells
2018-10-15
1
-0
/
+1
|
*
|
rxrpc: Fix incorrect conditional on IPV6
David Howells
2018-10-15
1
-1
/
+1
|
*
|
rxrpc: use correct kvec num when sending BUSY response packet
YueHaibing
2018-10-15
1
-1
/
+2
|
*
|
rxrpc: Fix an uninitialised variable
David Howells
2018-10-15
1
-1
/
+1
*
|
|
rxrpc: Add /proc/net/rxrpc/peers to display peer list
David Howells
2018-10-15
3
-0
/
+130
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-12
9
-173
/
+233
|
\
|
|
|
*
|
rxrpc: Fix the packet reception routine
David Howells
2018-10-08
6
-50
/
+105
|
*
|
rxrpc: Fix connection-level abort handling
David Howells
2018-10-08
3
-15
/
+19
|
*
|
rxrpc: Only take the rwind and mtu values from latest ACK
David Howells
2018-10-08
1
-9
/
+10
|
*
|
rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()
David Howells
2018-10-08
1
-6
/
+8
|
*
|
rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()
David Howells
2018-10-08
1
-16
/
+19
|
*
|
rxrpc: Don't need to take the RCU read lock in the packet receiver
David Howells
2018-10-08
1
-28
/
+13
|
*
|
rxrpc: Use the UDP encap_rcv hook
David Howells
2018-10-08
3
-44
/
+35
|
*
|
rxrpc: Fix the data_ready handler
David Howells
2018-10-05
2
-35
/
+44
|
*
|
rxrpc: Fix some missed refs to init_net
David Howells
2018-10-05
6
-24
/
+34
*
|
|
rxrpc: Allow the reply time to be obtained on a client call
David Howells
2018-10-04
1
-0
/
+14
*
|
|
rxrpc: Allow the reply time to be obtained on a client call
David Howells
2018-10-04
1
-0
/
+43
*
|
|
rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb()
David Howells
2018-10-04
6
-9
/
+6
*
|
|
rxrpc: Use IPv4 addresses throught the IPv6
David Howells
2018-10-04
4
-22
/
+17
*
|
|
rxrpc: Emit the data Tx trace line before transmitting
David Howells
2018-10-04
1
-4
/
+4
[next]