aboutsummaryrefslogtreecommitdiff
path: root/net/rxrpc
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-12/+28
2020-07-30rxrpc: Fix race between recvmsg and sendmsg on immediate call failureGravatar David Howells 4-12/+28
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 3-11/+10
2020-07-20rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATAGravatar David Howells 2-2/+2
2020-07-13net: rxrpc: kerneldoc fixesGravatar Andrew Lunn 1-1/+1
2020-06-20rxrpc: Fix notification call on completion of discarded callsGravatar David Howells 1-0/+7
2020-06-17rxrpc: Fix afs large storage transmission performance dropGravatar David Howells 1-1/+1
2020-06-17rxrpc: Fix handling of rwind from an ACK packetGravatar David Howells 1-4/+3
2020-06-11rxrpc: Fix race between incoming ACK parser and retransmitterGravatar David Howells 1-18/+11
2020-06-08Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar David S. Miller 7-110/+111
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+6
2020-06-05rxrpc: Fix missing notificationGravatar David Howells 6-25/+21
2020-06-05rxrpc: Move the call completion handling out of lineGravatar David Howells 3-98/+103
2020-05-31rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDGravatar David Howells 1-3/+3
2020-05-31rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHGravatar David Howells 1-0/+3
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelGravatar Christoph Hellwig 1-0/+13
2020-05-28ipv6: add ip6_sock_set_recverrGravatar Christoph Hellwig 1-8/+2
2020-05-28ipv4: add ip_sock_set_mtu_discoverGravatar Christoph Hellwig 2-16/+6
2020-05-28ipv4: add ip_sock_set_recverrGravatar Christoph Hellwig 1-7/+1
2020-05-28net: add sock_enable_timestampsGravatar Christoph Hellwig 1-7/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 14-124/+283
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Gravatar Qiushi Wu 1-2/+1
2020-05-20rxrpc: Fix ack discardGravatar David Howells 1-4/+26
2020-05-20rxrpc: Trace discarded ACKsGravatar David Howells 1-2/+10
2020-05-11rxrpc: Fix the excessive initial retransmission timeoutGravatar David Howells 13-118/+248
2020-04-30docs: networking: convert rxrpc.txt to ReSTGravatar Mauro Carvalho Chehab 2-4/+4
2020-04-14rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketGravatar David Howells 2-41/+12
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreGravatar Waiman Long 1-18/+9
2020-03-13afs: Fix client call Rx-phase signal handlingGravatar David Howells 3-32/+3
2020-03-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingGravatar David Howells 1-2/+2
2020-03-13rxrpc: Fix call interruptibility handlingGravatar David Howells 5-17/+51
2020-03-13rxrpc: Abstract out the calculation of whether there's Tx spaceGravatar David Howells 1-9/+18
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksGravatar David Howells 1-3/+19
2020-02-07rxrpc: Fix service call disconnectionGravatar David Howells 1-2/+1
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectGravatar David Howells 5-24/+15
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectGravatar David Howells 5-40/+62
2020-01-30rxrpc: Fix insufficient receive notification generationGravatar David Howells 1-4/+2
2020-01-30rxrpc: Fix use-after-free in rxrpc_put_local()Gravatar David Howells 1-1/+4
2020-01-27rxrpc: Fix use-after-free in rxrpc_receive_data()Gravatar David Howells 1-5/+7
2019-12-24Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar David S. Miller 7-98/+85
2019-12-20rxrpc: Fix missing security check on incoming callsGravatar David Howells 6-60/+59
2019-12-20rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()Gravatar David Howells 1-17/+3
2019-12-20rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerGravatar David Howells 2-26/+28
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+2
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-5/+14
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionGravatar Eric Biggers 1-1/+1
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetGravatar David Howells 2-5/+14