index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2016-09-07
rxrpc: Add tracepoint for working out where aborts happen
David Howells
8
-90
/
+91
2016-09-07
rxrpc: Fix returns of call completion helpers
David Howells
1
-5
/
+8
2016-09-07
rxrpc: Calls shouldn't hold socket refs
David Howells
11
-279
/
+303
2016-09-07
rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()
David Howells
1
-2
/
+2
2016-09-07
rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()
David Howells
1
-3
/
+4
2016-09-07
rxrpc: Cache the security index in the rxrpc_call struct
David Howells
5
-2
/
+7
2016-09-07
rxrpc: Use call->peer rather than call->conn->params.peer
David Howells
1
-3
/
+5
2016-09-07
rxrpc: Improve the call tracking tracepoint
David Howells
9
-43
/
+76
2016-09-07
rxrpc: Delete unused rxrpc_kernel_free_skb()
David Howells
1
-13
/
+0
2016-09-07
rxrpc: Whitespace cleanup
David Howells
1
-2
/
+1
2016-09-04
rxrpc Move enum rxrpc_command to sendmsg.c
David Howells
2
-7
/
+7
2016-09-04
rxrpc: Rearrange net/rxrpc/sendmsg.c
David Howells
1
-281
/
+277
2016-09-04
rxrpc: Split sendmsg from packet transmission code
David Howells
5
-633
/
+657
2016-09-04
rxrpc: Don't change the epoch
David Howells
1
-24
/
+8
2016-09-04
rxrpc: Randomise epoch and starting client conn ID values
David Howells
1
-1
/
+8
2016-09-04
rxrpc: The client call state must be changed before attachment to conn
David Howells
2
-2
/
+4
2016-09-03
rxrpc: Fix uninitialised variable warning
David Howells
1
-3
/
+2
2016-09-03
rxrpc: fix undefined behavior in rxrpc_mark_call_released
Arnd Bergmann
1
-1
/
+1
2016-09-02
rxrpc: Don't expose skbs to in-kernel users [ver #2]
David Howells
9
-61
/
+214
2016-08-30
rxrpc: Pass struct socket * to more rxrpc kernel interface functions
David Howells
2
-11
/
+14
2016-08-30
rxrpc: Use call->peer rather than going to the connection
David Howells
1
-5
/
+5
2016-08-30
rxrpc: Provide a way for AFS to ask for the peer address of a call
David Howells
1
-0
/
+15
2016-08-30
rxrpc: Trace rxrpc_call usage
David Howells
11
-34
/
+104
2016-08-30
rxrpc: Calls should only have one terminal state
David Howells
12
-184
/
+226
2016-08-30
rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_calls
David Howells
1
-11
/
+15
2016-08-24
rxrpc: Improve management and caching of client connection objects
David Howells
8
-157
/
+933
2016-08-24
rxrpc: Dup the main conn list for the proc interface
David Howells
5
-4
/
+11
2016-08-24
rxrpc: Make /proc/net/rxrpc_calls safer
David Howells
4
-9
/
+26
2016-08-24
rxrpc: Fix conn-based retransmit
David Howells
2
-1
/
+2
2016-08-23
rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor
David Howells
4
-4
/
+157
2016-08-23
rxrpc: Calculate serial skew on packet reception
David Howells
5
-31
/
+43
2016-08-23
rxrpc: Set connection expiry on idle, not put
David Howells
2
-27
/
+26
2016-08-23
rxrpc: Use a tracepoint for skb accounting debugging
David Howells
9
-38
/
+79
2016-08-23
rxrpc: Drop channel number field from rxrpc_call struct
David Howells
5
-10
/
+8
2016-08-23
rxrpc: When clearing a socket, clear the call sets in the right order
David Howells
1
-6
/
+6
2016-08-23
rxrpc: Tidy up the rxrpc_call struct a bit
David Howells
5
-20
/
+21
2016-08-23
rxrpc: Remove RXRPC_CALL_PROC_BUSY
David Howells
2
-7
/
+0
2016-08-09
rxrpc: Free packets discarded in data_ready
David Howells
1
-0
/
+2
2016-08-09
rxrpc: Fix a use-after-push in data_ready handler
David Howells
1
-6
/
+11
2016-08-09
rxrpc: Once packet posted in data_ready, don't retry posting
David Howells
1
-5
/
+3
2016-08-09
rxrpc: Don't access connection from call if pointer is NULL
David Howells
1
-0
/
+4
2016-08-09
rxrpc: Need to flag call as being released on connect failure
David Howells
1
-0
/
+2
2016-08-09
rxrpc: fix uninitialized pointer dereference in debug code
Arnd Bergmann
1
-0
/
+1
2016-08-06
rxrpc: Fix races between skb free, ACK generation and replying
David Howells
7
-46
/
+45
2016-07-16
rxrpc: checking for IS_ERR() instead of NULL
Dan Carpenter
1
-1
/
+1
2016-07-12
rxrpc: Fix error handling in af_rxrpc_init()
Wei Yongjun
1
-2
/
+2
2016-07-06
rxrpc: Kill off the call hash table
David Howells
2
-184
/
+2
2016-07-06
rxrpc: Use RCU to access a peer's service connection tree
David Howells
6
-180
/
+224
2016-07-06
rxrpc: Move data_ready peer lookup into rxrpc_find_connection()
David Howells
4
-74
/
+59
2016-07-06
rxrpc: Prune the contents of the rxrpc_conn_proto struct
David Howells
4
-27
/
+8
[next]