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
*
rxrpc Move enum rxrpc_command to sendmsg.c
David Howells
2016-09-04
2
-7
/
+7
*
rxrpc: Rearrange net/rxrpc/sendmsg.c
David Howells
2016-09-04
1
-281
/
+277
*
rxrpc: Split sendmsg from packet transmission code
David Howells
2016-09-04
5
-633
/
+657
*
rxrpc: Don't change the epoch
David Howells
2016-09-04
1
-24
/
+8
*
rxrpc: Randomise epoch and starting client conn ID values
David Howells
2016-09-04
1
-1
/
+8
*
rxrpc: The client call state must be changed before attachment to conn
David Howells
2016-09-04
2
-2
/
+4
*
rxrpc: Fix uninitialised variable warning
David Howells
2016-09-02
1
-3
/
+2
*
rxrpc: fix undefined behavior in rxrpc_mark_call_released
Arnd Bergmann
2016-09-02
1
-1
/
+1
*
rxrpc: Don't expose skbs to in-kernel users [ver #2]
David Howells
2016-09-01
9
-61
/
+214
*
rxrpc: Pass struct socket * to more rxrpc kernel interface functions
David Howells
2016-08-30
2
-11
/
+14
*
rxrpc: Use call->peer rather than going to the connection
David Howells
2016-08-30
1
-5
/
+5
*
rxrpc: Provide a way for AFS to ask for the peer address of a call
David Howells
2016-08-30
1
-0
/
+15
*
rxrpc: Trace rxrpc_call usage
David Howells
2016-08-30
11
-34
/
+104
*
rxrpc: Calls should only have one terminal state
David Howells
2016-08-30
12
-184
/
+226
*
rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_calls
David Howells
2016-08-30
1
-11
/
+15
*
rxrpc: Improve management and caching of client connection objects
David Howells
2016-08-24
8
-157
/
+933
*
rxrpc: Dup the main conn list for the proc interface
David Howells
2016-08-24
5
-4
/
+11
*
rxrpc: Make /proc/net/rxrpc_calls safer
David Howells
2016-08-24
4
-9
/
+26
*
rxrpc: Fix conn-based retransmit
David Howells
2016-08-24
2
-1
/
+2
*
rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor
David Howells
2016-08-23
4
-4
/
+157
*
rxrpc: Calculate serial skew on packet reception
David Howells
2016-08-23
5
-31
/
+43
*
rxrpc: Set connection expiry on idle, not put
David Howells
2016-08-23
2
-27
/
+26
*
rxrpc: Use a tracepoint for skb accounting debugging
David Howells
2016-08-23
9
-38
/
+79
*
rxrpc: Drop channel number field from rxrpc_call struct
David Howells
2016-08-23
5
-10
/
+8
*
rxrpc: When clearing a socket, clear the call sets in the right order
David Howells
2016-08-23
1
-6
/
+6
*
rxrpc: Tidy up the rxrpc_call struct a bit
David Howells
2016-08-23
5
-20
/
+21
*
rxrpc: Remove RXRPC_CALL_PROC_BUSY
David Howells
2016-08-23
2
-7
/
+0
*
rxrpc: Free packets discarded in data_ready
David Howells
2016-08-09
1
-0
/
+2
*
rxrpc: Fix a use-after-push in data_ready handler
David Howells
2016-08-09
1
-6
/
+11
*
rxrpc: Once packet posted in data_ready, don't retry posting
David Howells
2016-08-09
1
-5
/
+3
*
rxrpc: Don't access connection from call if pointer is NULL
David Howells
2016-08-09
1
-0
/
+4
*
rxrpc: Need to flag call as being released on connect failure
David Howells
2016-08-09
1
-0
/
+2
*
rxrpc: fix uninitialized pointer dereference in debug code
Arnd Bergmann
2016-08-09
1
-0
/
+1
*
rxrpc: Fix races between skb free, ACK generation and replying
David Howells
2016-08-06
7
-46
/
+45
*
rxrpc: checking for IS_ERR() instead of NULL
Dan Carpenter
2016-07-15
1
-1
/
+1
*
rxrpc: Fix error handling in af_rxrpc_init()
Wei Yongjun
2016-07-12
1
-2
/
+2
*
rxrpc: Kill off the call hash table
David Howells
2016-07-06
2
-184
/
+2
*
rxrpc: Use RCU to access a peer's service connection tree
David Howells
2016-07-06
6
-180
/
+224
*
rxrpc: Move data_ready peer lookup into rxrpc_find_connection()
David Howells
2016-07-06
4
-74
/
+59
*
rxrpc: Prune the contents of the rxrpc_conn_proto struct
David Howells
2016-07-06
4
-27
/
+8
*
rxrpc: Maintain an extra ref on a conn for the cache list
David Howells
2016-07-06
4
-58
/
+97
*
rxrpc: Move peer lookup from call-accept to new-incoming-conn
David Howells
2016-07-06
4
-26
/
+51
*
rxrpc: Split service connection code out into its own file
David Howells
2016-07-06
4
-135
/
+156
*
rxrpc: Split client connection code out into its own file
David Howells
2016-07-06
3
-250
/
+251
*
rxrpc: Call channels should have separate call number spaces
David Howells
2016-07-06
6
-117
/
+104
*
rxrpc: Access socket accept queue under right lock
David Howells
2016-07-06
1
-2
/
+2
*
rxrpc: Add RCU destruction for connections and calls
David Howells
2016-07-06
6
-36
/
+60
*
rxrpc: Release a call's connection ref on call disconnection
David Howells
2016-07-06
3
-22
/
+22
*
rxrpc: Fix handling of connection failure in client call creation
David Howells
2016-07-06
1
-1
/
+3
*
rxrpc: Move usage count getting into rxrpc_queue_conn()
David Howells
2016-07-06
4
-10
/
+9
[next]