summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* net: RxRPC: make dependent Kconfig symbols be shown indentedRandy Dunlap2021-08-181-3/+4
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-1/+1
|\
| * rxrpc: Fix a typoZheng Yongjun2021-06-021-1/+1
* | rxrpc: Fix fall-through warnings for ClangGustavo A. R. Silva2021-06-041-0/+1
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-2/+0
|\
| * rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong2021-04-271-2/+0
* | afs: Don't truncate iter during data fetchDavid Howells2021-04-231-4/+5
|/
* rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko2021-02-121-0/+2
* rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells2021-02-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-2/+0
|\
| * rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells2021-02-041-2/+0
* | rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long2021-02-081-45/+24
* | rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long2021-02-041-5/+2
|/
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-01-291-3/+3
* rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-01-281-0/+1
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers2021-01-131-1/+1
* rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-131-2/+4
* net: rxrpc: convert comma to semicolonZheng Yongjun2020-12-091-1/+1
* rxrpc: Ask the security class how much space to allow in a packetDavid Howells2020-11-235-40/+82
* rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells2020-11-231-3/+1
* rxrpc: Organise connection security to use a unionDavid Howells2020-11-232-23/+28
* rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells2020-11-234-27/+14
* rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells2020-11-235-23/+15
* rxrpc: Fix example key name in a commentDavid Howells2020-11-231-1/+1
* rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells2020-11-231-10/+21
* rxrpc: Make the parsing of xdr payloads more coherentDavid Howells2020-11-231-10/+11
* rxrpc: Allow security classes to give more info on server keysDavid Howells2020-11-232-0/+7
* rxrpc: Don't leak the service-side session key to userspaceDavid Howells2020-11-231-2/+6
* rxrpc: Hand server key parsing off to the security classDavid Howells2020-11-234-30/+86
* rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells2020-11-234-127/+149
* rxrpc: Don't retain the server key in the connectionDavid Howells2020-11-237-67/+100
* rxrpc: Support keys with multiple authentication tokensDavid Howells2020-11-235-13/+17
* rxrpc: List the held token types in the key description in /proc/keysDavid Howells2020-11-231-1/+28
* rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells2020-11-231-468/+0
* rxrpc: Fix loss of final ack on shutdownDavid Howells2020-10-153-3/+7
* rxrpc: Fix bundle counting for exclusive connectionsDavid Howells2020-10-151-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-087-289/+65
|\
| * rxrpc: Fix server keyring leakDavid Howells2020-10-051-1/+1
| * rxrpc: The server keyring isn't network-namespacedDavid Howells2020-10-051-1/+1
| * rxrpc: Fix accept on a connection that need securingDavid Howells2020-10-056-280/+48
| * rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells2020-10-051-3/+3
| * rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells2020-10-051-2/+2
| * rxrpc: Fix rxkad token xdr encodingMarc Dionne2020-10-051-2/+10
* | rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells2020-09-141-1/+0
* | rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells2020-09-141-0/+1
* | rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells2020-09-141-1/+1
* | rxrpc: Fix an error goto in rxrpc_connect_call()David Howells2020-09-141-2/+3
* | rxrpc: Allow multiple client connections to the same peerDavid Howells2020-09-081-0/+6
* | rxrpc: Rewrite the client connection managerDavid Howells2020-09-0811-662/+555
* | rxrpc: Impose a maximum number of client callsDavid Howells2020-09-083-3/+49