summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells1-8/+0
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells4-8/+91
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells6-1/+73
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells3-1/+39
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2-0/+28
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells5-1/+57
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells9-59/+274
2016-09-17rxrpc: Add some additional call tracingDavid Howells2-4/+17
2016-09-17rxrpc: Print the packet type name in the Rx packet traceDavid Howells2-5/+6
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells1-1/+1
2016-09-17rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells1-1/+1
2016-09-17rxrpc: Don't transmit an ACK if there's no reason setDavid Howells1-0/+5
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells1-8/+4
2016-09-17rxrpc: Fix the parsing of soft-ACKsDavid Howells1-1/+1
2016-09-17rxrpc: Fix unexposed client conn releaseDavid Howells1-1/+0
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells1-24/+12
2016-09-17rxrpc: Fix the putting of client connectionsDavid Howells1-15/+13
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells1-0/+10
2016-09-17rxrpc: Record calls that need to be acceptedDavid Howells1-0/+2
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells2-17/+36
2016-09-17rxrpc: Check the return value of rxrpc_locate_data()David Howells1-1/+4
2016-09-17rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells1-5/+4
2016-09-17rxrpc: Remove some whitespace.David Howells1-1/+1
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells8-2/+34
2016-09-16net-next: dsa: add new driver for qca8xxx familyJohn Crispin4-0/+1255
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin6-0/+148