index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rxrpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rxrpc: Add config to inject packet loss
David Howells
2016-09-17
3
-0
/
+24
*
rxrpc: Improve skb tracing
David Howells
2016-09-17
13
-55
/
+127
*
rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit var
David Howells
2016-09-17
1
-8
/
+0
*
rxrpc: Add a tracepoint to follow what recvmsg does
David Howells
2016-09-17
3
-8
/
+57
*
rxrpc: Add a tracepoint to follow packets in the Rx buffer
David Howells
2016-09-17
5
-1
/
+40
*
rxrpc: Add a tracepoint to log ACK transmission
David Howells
2016-09-17
2
-1
/
+9
*
rxrpc: Add a tracepoint to log received ACK packets
David Howells
2016-09-17
1
-0
/
+2
*
rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer
David Howells
2016-09-17
4
-1
/
+31
*
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-14
7
-83
/
+154
*
rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually
David Howells
2016-09-14
2
-34
/
+11
*
rxrpc: Don't specify protocol to when creating transport socket
David Howells
2016-09-14
1
-2
/
+2
*
rxrpc: Create an address for sendmsg() to bind unbound socket with
David Howells
2016-09-14
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
[next]