summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2022-04-27rxrpc: Restore removed timer deletionDavid Howells1-0/+2
2022-04-13rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet1-1/+1
2022-04-08rxrpc: Fix call timer start racing with call destructionDavid Howells3-14/+43
2022-04-08rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang1-2/+5
2022-02-01rxrpc: Adjust retransmission backoffDavid Howells2-6/+4
2021-12-08rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata1-5/+9
2021-12-08rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata1-5/+9
2021-11-18rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang1-1/+1
2021-08-18net: RxRPC: make dependent Kconfig symbols be shown indentedRandy Dunlap1-3/+4
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2021-06-05rxrpc: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-06-03rxrpc: Fix a typoZheng Yongjun1-1/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+0
2021-04-28rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong1-2/+0
2021-04-23afs: Don't truncate iter during data fetchDavid Howells1-4/+5
2021-02-13rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko1-0/+2
2021-02-11rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells1-0/+1
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2021-02-09rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long1-45/+24
2021-02-05rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long1-5/+2
2021-02-05rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells1-2/+0
2021-01-30rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2021-01-29rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa1-0/+1
2021-01-13rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers1-1/+1
2021-01-13rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells1-2/+4
2020-12-10net: rxrpc: convert comma to semicolonZheng Yongjun1-1/+1
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells5-40/+82
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells1-3/+1
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells2-23/+28
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells4-27/+14
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells5-23/+15
2020-11-23rxrpc: Fix example key name in a commentDavid Howells1-1/+1
2020-11-23rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells1-10/+21
2020-11-23rxrpc: Make the parsing of xdr payloads more coherentDavid Howells1-10/+11
2020-11-23rxrpc: Allow security classes to give more info on server keysDavid Howells2-0/+7
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells1-2/+6
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells4-30/+86
2020-11-23rxrpc: Split the server key type (rxrpc_s) into its own fileDavid Howells4-127/+149
2020-11-23rxrpc: Don't retain the server key in the connectionDavid Howells7-67/+100
2020-11-23rxrpc: Support keys with multiple authentication tokensDavid Howells5-13/+17
2020-11-23rxrpc: List the held token types in the key description in /proc/keysDavid Howells1-1/+28
2020-11-23rxrpc: Remove the rxk5 security class as it's now defunctDavid Howells1-468/+0
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells3-3/+7
2020-10-15rxrpc: Fix bundle counting for exclusive connectionsDavid Howells1-2/+3
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-289/+65
2020-10-05rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-05rxrpc: The server keyring isn't network-namespacedDavid Howells1-1/+1
2020-10-05rxrpc: Fix accept on a connection that need securingDavid Howells6-280/+48
2020-10-05rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-05rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2