summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
AgeCommit message (Expand)Author
2020-09-09rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells
2020-09-09rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells
2020-09-09rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells
2020-07-20rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-06-20rxrpc: Fix notification call on completion of discarded callsDavid Howells
2020-06-17rxrpc: Fix afs large storage transmission performance dropDavid Howells
2020-06-17rxrpc: Fix handling of rwind from an ACK packetDavid Howells
2020-06-11rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells
2020-06-08Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-05rxrpc: Fix missing notificationDavid Howells
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells
2020-05-31rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells
2020-05-31rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHDavid Howells
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig
2020-05-28ipv6: add ip6_sock_set_recverrChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig
2020-05-28net: add sock_enable_timestampsChristoph Hellwig
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu
2020-05-20rxrpc: Fix ack discardDavid Howells
2020-05-20rxrpc: Trace discarded ACKsDavid Howells
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutDavid Howells
2020-04-30docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab
2020-04-14rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells
2020-03-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells
2020-03-13rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells
2020-02-07rxrpc: Fix service call disconnectionDavid Howells
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2020-01-30rxrpc: Fix insufficient receive notification generationDavid Howells
2020-01-30rxrpc: Fix use-after-free in rxrpc_put_local()David Howells
2020-01-27rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells
2019-12-24Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells
2019-12-20rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells
2019-12-20rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller