Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)Author
2022-09-01rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells
2022-09-01rxrpc: Fix calc of resend ageDavid Howells
2022-09-01rxrpc: Fix local destruction being repeatedDavid Howells
2022-09-01rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells
2022-08-25rxrpc: Fix locking in rxrpc's sendmsgDavid Howells
2022-07-26net: delete extra space and tab in blank lineWilliam Dean
2022-07-09net: rxrpc: fix clang -Wformat warningJustin Stitt
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-22rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells
2022-05-22rxrpc: Don't let ack.previousPacket regressDavid Howells
2022-05-22rxrpc: Fix overlapping ACK accountingDavid Howells
2022-05-22rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells
2022-05-22rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells
2022-05-22rxrpc: Fix locking issueDavid Howells
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells
2022-04-30rxrpc: Enable IPv6 checksums on transport socketDavid Howells
2022-04-15rxrpc: Restore removed timer deletionDavid Howells
2022-04-06rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet
2022-03-31rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells
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-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-05rxrpc: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-06-03rxrpc: 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-28rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong
2021-04-23afs: Don't truncate iter during data fetchDavid Howells
2021-02-13rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko
2021-02-11rxrpc: Fix missing dependency on NET_UDP_TUNNELDavid Howells
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-09rxrpc: use udp tunnel APIs instead of open code in rxrpc_open_socketXin Long
2021-02-05rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socketXin Long
2021-02-05rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells
2021-01-30rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells
2021-01-29rxrpc: 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-10net: 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