-
- Downloads
Merge tag 'rxrpc-next-20170829' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
David Howells says:
====================
rxrpc: Miscellany
Here are a number of patches that make some changes/fixes and add a couple
of extensions to AF_RXRPC for kernel services to use. The changes and
fixes are:
(1) Use time64_t rather than u32 outside of protocol or
UAPI-representative structures.
(2) Use the correct time stamp when loading a key from an XDR-encoded
Kerberos 5 key.
(3) Fix IPv6 support.
(4) Fix some places where the error code is being incorrectly made
positive before returning.
(5) Remove some white space.
And the extensions:
(6) Add an end-of-Tx phase notification, thereby allowing kAFS to
transition the state on its own call record at the correct point,
rather than having to do it in advance and risk non-completion of the
call in the wrong state.
(7) Allow a kernel client call to be retried if it fails on a network
error, thereby making it possible for kAFS to iterate over a number of
IP addresses without having to reload the Tx queue and re-encrypt data
each time.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- Documentation/networking/rxrpc.txt 56 additions, 1 deletionDocumentation/networking/rxrpc.txt
- fs/afs/rxrpc.c 35 additions, 11 deletionsfs/afs/rxrpc.c
- include/keys/rxrpc-type.h 23 additions, 0 deletionsinclude/keys/rxrpc-type.h
- include/net/af_rxrpc.h 20 additions, 1 deletioninclude/net/af_rxrpc.h
- net/rxrpc/af_rxrpc.c 72 additions, 3 deletionsnet/rxrpc/af_rxrpc.c
- net/rxrpc/ar-internal.h 10 additions, 15 deletionsnet/rxrpc/ar-internal.h
- net/rxrpc/call_accept.c 1 addition, 1 deletionnet/rxrpc/call_accept.c
- net/rxrpc/call_object.c 97 additions, 5 deletionsnet/rxrpc/call_object.c
- net/rxrpc/conn_client.c 14 additions, 3 deletionsnet/rxrpc/conn_client.c
- net/rxrpc/conn_object.c 1 addition, 1 deletionnet/rxrpc/conn_object.c
- net/rxrpc/key.c 14 additions, 8 deletionsnet/rxrpc/key.c
- net/rxrpc/local_event.c 1 addition, 1 deletionnet/rxrpc/local_event.c
- net/rxrpc/output.c 1 addition, 1 deletionnet/rxrpc/output.c
- net/rxrpc/peer_event.c 4 additions, 2 deletionsnet/rxrpc/peer_event.c
- net/rxrpc/rxkad.c 11 additions, 11 deletionsnet/rxrpc/rxkad.c
- net/rxrpc/sendmsg.c 42 additions, 20 deletionsnet/rxrpc/sendmsg.c
- net/rxrpc/utils.c 17 additions, 6 deletionsnet/rxrpc/utils.c
Loading
Please register or sign in to comment