summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells2022-12-311-1/+1
* rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells2022-12-311-1/+1
* rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells2022-12-022-15/+24
* rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-12-0212-121/+118
* rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells2022-12-024-22/+94
* rxrpc: Fix calc of resend ageDavid Howells2022-09-231-1/+1
* rxrpc: Fix local destruction being repeatedDavid Howells2022-09-231-0/+3
* rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells2022-09-151-1/+1
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-153-37/+258
* rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2022-08-312-39/+57
* rxrpc: Fix locking issueDavid Howells2022-07-125-22/+16
* rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-06-094-16/+25
* rxrpc: Don't let ack.previousPacket regressDavid Howells2022-06-093-4/+6
* rxrpc: Fix overlapping ACK accountingDavid Howells2022-06-092-11/+12
* rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-06-091-1/+2
* rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-06-091-2/+2
* afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-06-091-0/+27
* rxrpc, afs: Fix selection of abort codesDavid Howells2022-06-092-3/+3
* rxrpc: Return an error to sendmsg if call failedDavid Howells2022-06-091-0/+6
* rxrpc: Enable IPv6 checksums on transport socketDavid Howells2022-05-121-0/+3
* rxrpc: Restore removed timer deletionDavid Howells2022-04-271-0/+2
* rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet2022-04-131-1/+1
* rxrpc: Fix call timer start racing with call destructionDavid Howells2022-04-083-14/+43
* rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang2022-04-081-2/+5
* rxrpc: Adjust retransmission backoffDavid Howells2022-02-012-6/+4
* rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata2021-12-081-5/+9
* rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata2021-12-081-5/+9
* rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()Jiasheng Jiang2021-11-181-1/+1
* 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