[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both
Provide AF_RXRPC sockets that can be used to talk to AFS servers, or serve answers to AFS clients. KerberosIV security is fully supported. The patches and some example test programs can be found in: http://people.redhat.com/~dhowells/rxrpc/ This will eventually replace the old implementation of kernel-only RxRPC currently resident in net/rxrpc/. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing
This diff is collapsed.
include/keys/rxrpc-type.h
0 → 100644
include/linux/rxrpc.h
0 → 100644
include/net/af_rxrpc.h
0 → 100644
net/rxrpc/Kconfig
0 → 100644
net/rxrpc/af_rxrpc.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-accept.c
0 → 100644
net/rxrpc/ar-ack.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-call.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-connection.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-connevent.c
0 → 100644
net/rxrpc/ar-error.c
0 → 100644
net/rxrpc/ar-input.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-internal.h
0 → 100644
This diff is collapsed.
net/rxrpc/ar-key.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-local.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-output.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-peer.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-proc.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-recvmsg.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-security.c
0 → 100644
This diff is collapsed.
net/rxrpc/ar-skbuff.c
0 → 100644
net/rxrpc/ar-transport.c
0 → 100644
This diff is collapsed.
net/rxrpc/rxkad.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment