aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
2022-01-22rxrpc: Adjust retransmission backoffDavid Howells
2021-11-29rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata
2021-11-29rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata
2021-09-24rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang
2021-08-18net: RxRPC: make dependent Kconfig symbols be shown indentedRandy Dunlap
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-04rxrpc: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-06-02rxrpc: Fix a typoZheng Yongjun
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-27rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong
2021-04-23afs: Don't truncate iter during data fetchDavid Howells
2021-02-12rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko
2021-02-10rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-08rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long
2021-02-04rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long
2021-02-04rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells
2021-01-29rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2021-01-28rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa
2021-01-13rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers
2021-01-13rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells
2020-12-09net: rxrpc: convert comma to semicolonZheng Yongjun
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells
2020-11-23rxrpc: Fix example key name in a commentDavid Howells
2020-11-23rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells
2020-11-23rxrpc: Make the parsing of xdr payloads more coherentDavid Howells
2020-11-23rxrpc: Allow security classes to give more info on server keysDavid Howells
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells
2020-11-23rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells
2020-11-23rxrpc: List the held token types in the key description in /proc/keysDavid Howells
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells
2020-10-15rxrpc: Fix bundle counting for exclusive connectionsDavid Howells
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-05rxrpc: Fix server keyring leakDavid Howells
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells
2020-10-05rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells
2020-10-05rxrpc: Fix rxkad token xdr encodingMarc Dionne
2020-09-14rxrpc: Fix an overget of the conn bundle when setting up a client connDavid Howells
2020-09-14rxrpc: Fix conn bundle leak in net-namespace exitDavid Howells
2020-09-14rxrpc: Fix rxrpc_bundle::alloc_error to be signedDavid Howells