[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
- Documentation/networking/rxrpc.txt 663 additions, 0 deletionsDocumentation/networking/rxrpc.txt
- include/keys/rxrpc-type.h 22 additions, 0 deletionsinclude/keys/rxrpc-type.h
- include/linux/net.h 1 addition, 1 deletioninclude/linux/net.h
- include/linux/rxrpc.h 62 additions, 0 deletionsinclude/linux/rxrpc.h
- include/linux/socket.h 4 additions, 1 deletioninclude/linux/socket.h
- include/net/af_rxrpc.h 17 additions, 0 deletionsinclude/net/af_rxrpc.h
- include/rxrpc/packet.h 83 additions, 2 deletionsinclude/rxrpc/packet.h
- net/Kconfig 1 addition, 0 deletionsnet/Kconfig
- net/Makefile 1 addition, 0 deletionsnet/Makefile
- net/core/sock.c 4 additions, 2 deletionsnet/core/sock.c
- net/rxrpc/Kconfig 37 additions, 0 deletionsnet/rxrpc/Kconfig
- net/rxrpc/Makefile 30 additions, 1 deletionnet/rxrpc/Makefile
- net/rxrpc/af_rxrpc.c 754 additions, 0 deletionsnet/rxrpc/af_rxrpc.c
- net/rxrpc/ar-accept.c 399 additions, 0 deletionsnet/rxrpc/ar-accept.c
- net/rxrpc/ar-ack.c 1250 additions, 0 deletionsnet/rxrpc/ar-ack.c
- net/rxrpc/ar-call.c 787 additions, 0 deletionsnet/rxrpc/ar-call.c
- net/rxrpc/ar-connection.c 895 additions, 0 deletionsnet/rxrpc/ar-connection.c
- net/rxrpc/ar-connevent.c 387 additions, 0 deletionsnet/rxrpc/ar-connevent.c
- net/rxrpc/ar-error.c 253 additions, 0 deletionsnet/rxrpc/ar-error.c
- net/rxrpc/ar-input.c 791 additions, 0 deletionsnet/rxrpc/ar-input.c
Please register or sign in to comment