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