summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)AuthorLines
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-33/+46
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells-16/+25
2022-05-22rxrpc: Don't let ack.previousPacket regressDavid Howells-4/+6
2022-05-22rxrpc: Fix overlapping ACK accountingDavid Howells-11/+12
2022-05-22rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells-1/+2
2022-05-22rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells-2/+2
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells-0/+27
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells-3/+3
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells-0/+6
2022-05-22rxrpc: Fix locking issueDavid Howells-22/+16
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells-121/+118
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells-22/+94
2022-04-30rxrpc: Enable IPv6 checksums on transport socketDavid Howells-0/+3
2022-04-15rxrpc: Restore removed timer deletionDavid Howells-0/+2
2022-04-06rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet-1/+1
2022-03-31rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang-2/+5
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells-14/+43
2022-01-22rxrpc: Adjust retransmission backoffDavid Howells-6/+4
2021-11-29rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata-5/+9
2021-11-29rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata-5/+9
2021-09-24rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang-1/+1
2021-08-18net: RxRPC: make dependent Kconfig symbols be shown indentedRandy Dunlap-3/+4
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2021-06-04rxrpc: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2021-06-02rxrpc: Fix a typoZheng Yongjun-1/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+0
2021-04-27rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong-2/+0
2021-04-23afs: Don't truncate iter during data fetchDavid Howells-4/+5
2021-02-12rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko-0/+2
2021-02-10rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells-0/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+0
2021-02-08rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long-45/+24
2021-02-04rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long-5/+2
2021-02-04rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells-2/+0
2021-01-29rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells-3/+3
2021-01-28rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa-0/+1
2021-01-13rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers-1/+1
2021-01-13rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells-2/+4
2020-12-09net: rxrpc: convert comma to semicolonZheng Yongjun-1/+1
2020-11-23rxrpc: Ask the security class how much space to allow in a packetDavid Howells-40/+82
2020-11-23rxrpc: rxkad: Don't use pskb_pull() to advance through the response packetDavid Howells-3/+1
2020-11-23rxrpc: Organise connection security to use a unionDavid Howells-23/+28
2020-11-23rxrpc: Don't reserve security header in Tx DATA skbuffDavid Howells-27/+14
2020-11-23rxrpc: Merge prime_packet_security into init_connection_securityDavid Howells-23/+15
2020-11-23rxrpc: Fix example key name in a commentDavid Howells-1/+1
2020-11-23rxrpc: Ignore unknown tokens in key payload unless no known tokensDavid Howells-10/+21
2020-11-23rxrpc: Make the parsing of xdr payloads more coherentDavid Howells-10/+11
2020-11-23rxrpc: Allow security classes to give more info on server keysDavid Howells-0/+7
2020-11-23rxrpc: Don't leak the service-side session key to userspaceDavid Howells-2/+6
2020-11-23rxrpc: Hand server key parsing off to the security classDavid Howells-30/+86