index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
rxrpc: Add connection tracepoint and client conn state tracepoint
David Howells
2016-09-17
8
-59
/
+214
*
rxrpc: Add some additional call tracing
David Howells
2016-09-17
2
-4
/
+17
*
rxrpc: Print the packet type name in the Rx packet trace
David Howells
2016-09-17
1
-3
/
+3
*
rxrpc: Fix the basic transmit DATA packet content size at 1412 bytes
David Howells
2016-09-17
1
-1
/
+1
*
rxrpc: Be consistent about switch value in rxrpc_send_call_packet()
David Howells
2016-09-17
1
-1
/
+1
*
rxrpc: Don't transmit an ACK if there's no reason set
David Howells
2016-09-17
1
-0
/
+5
*
rxrpc: Fix retransmission algorithm
David Howells
2016-09-17
1
-8
/
+4
*
rxrpc: Fix the parsing of soft-ACKs
David Howells
2016-09-17
1
-1
/
+1
*
rxrpc: Fix unexposed client conn release
David Howells
2016-09-17
1
-1
/
+0
*
rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()
David Howells
2016-09-17
1
-24
/
+12
*
rxrpc: Fix the putting of client connections
David Howells
2016-09-17
1
-15
/
+13
*
rxrpc: Purge the to_be_accepted queue on socket release
David Howells
2016-09-17
1
-0
/
+10
*
rxrpc: Record calls that need to be accepted
David Howells
2016-09-17
1
-0
/
+2
*
rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()
David Howells
2016-09-17
2
-17
/
+36
*
rxrpc: Check the return value of rxrpc_locate_data()
David Howells
2016-09-17
1
-1
/
+4
*
rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to caller
David Howells
2016-09-17
1
-5
/
+4
*
rxrpc: Remove some whitespace.
David Howells
2016-09-17
1
-1
/
+1
*
rxrpc: Make IPv6 support conditional on CONFIG_IPV6
David Howells
2016-09-17
8
-2
/
+34
*
rxrpc: Add IPv6 support
David Howells
2016-09-13
7
-83
/
+154
*
rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually
David Howells
2016-09-13
2
-34
/
+11
*
rxrpc: Don't specify protocol to when creating transport socket
David Howells
2016-09-13
1
-2
/
+2
*
rxrpc: Create an address for sendmsg() to bind unbound socket with
David Howells
2016-09-13
1
-0
/
+12
*
rxrpc: Correctly initialise, limit and transmit call->rx_winsize
David Howells
2016-09-13
6
-13
/
+26
*
rxrpc: Fix prealloc refcounting
David Howells
2016-09-13
3
-4
/
+9
*
rxrpc: Adjust the call ref tracepoint to show kernel API refs
David Howells
2016-09-13
4
-2
/
+7
*
rxrpc: Allow tx_winsize to grow in response to an ACK
David Howells
2016-09-13
1
-3
/
+5
*
rxrpc: Use skb->len not skb->data_len
David Howells
2016-09-13
1
-4
/
+4
*
rxrpc: Add missing unlock in rxrpc_call_accept()
David Howells
2016-09-13
1
-3
/
+5
*
rxrpc: Requeue call for recvmsg if more data
David Howells
2016-09-13
1
-0
/
+4
*
rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delay
David Howells
2016-09-13
1
-1
/
+1
*
rxrpc: Add missing wakeup on Tx window rotation
David Howells
2016-09-13
1
-0
/
+2
*
rxrpc: Make sure we initialise the peer hash key
David Howells
2016-09-13
1
-1
/
+1
*
rxrpc: Rewrite the data and ack handling code
David Howells
2016-09-08
21
-3286
/
+1983
*
rxrpc: Preallocate peers, conns and calls for incoming service requests
David Howells
2016-09-08
8
-10
/
+315
*
rxrpc: Add tracepoints to record received packets and end of data_ready
David Howells
2016-09-08
1
-2
/
+6
*
rxrpc: Remove skb_count from struct rxrpc_call
David Howells
2016-09-08
2
-23
/
+12
*
rxrpc: Convert rxrpc_local::services to an hlist
David Howells
2016-09-08
5
-11
/
+11
*
rxrpc: Fix ASSERTCMP and ASSERTIFCMP to handle signed values
David Howells
2016-09-08
1
-11
/
+13
*
rxrpc: Add tracepoint for working out where aborts happen
David Howells
2016-09-07
8
-90
/
+91
*
rxrpc: Fix returns of call completion helpers
David Howells
2016-09-07
1
-5
/
+8
*
rxrpc: Calls shouldn't hold socket refs
David Howells
2016-09-07
11
-279
/
+303
*
rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()
David Howells
2016-09-07
1
-2
/
+2
*
rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()
David Howells
2016-09-07
1
-3
/
+4
*
rxrpc: Cache the security index in the rxrpc_call struct
David Howells
2016-09-07
5
-2
/
+7
*
rxrpc: Use call->peer rather than call->conn->params.peer
David Howells
2016-09-07
1
-3
/
+5
*
rxrpc: Improve the call tracking tracepoint
David Howells
2016-09-07
9
-43
/
+76
*
rxrpc: Delete unused rxrpc_kernel_free_skb()
David Howells
2016-09-07
1
-13
/
+0
*
rxrpc: Whitespace cleanup
David Howells
2016-09-07
1
-2
/
+1
*
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
[next]