Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-04 | rxrpc Move enum rxrpc_command to sendmsg.c | David Howells | |
Move enum rxrpc_command to sendmsg.c as it's now only used in that file. Signed-off-by: David Howells <dhowells@redhat.com> | |||
2016-09-04 | rxrpc: Rearrange net/rxrpc/sendmsg.c | David Howells | |
Rearrange net/rxrpc/sendmsg.c to be in a more logical order. This makes it easier to follow and eliminates forward declarations. Signed-off-by: David Howells <dhowells@redhat.com> | |||
2016-09-04 | rxrpc: Split sendmsg from packet transmission code | David Howells | |
Split the sendmsg code from the packet transmission code (mostly to be found in output.c). Signed-off-by: David Howells <dhowells@redhat.com> |