summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix afs large storage transmission performance dropDavid Howells2020-07-091-1/+1
* rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells2020-07-091-18/+11
* rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-301-4/+3
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-301-0/+7
* rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells2020-06-241-3/+3
* rxrpc: Fix ack discardDavid Howells2020-05-271-4/+26
* rxrpc: Trace discarded ACKsDavid Howells2020-05-271-2/+10
* rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu2020-05-271-2/+1
* rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-2713-118/+248
* rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2020-05-022-41/+12
* KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-04-231-18/+9
* rxrpc: Fix call interruptibility handlingDavid Howells2020-04-175-17/+51
* rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells2020-04-171-9/+18
* rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells2020-04-081-2/+2
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-04-013-32/+3
* rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells2020-02-281-3/+19
* rxrpc: Fix service call disconnectionDavid Howells2020-02-111-2/+1
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-115-24/+15
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-02-115-40/+62
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-02-111-4/+2
* rxrpc: Fix use-after-free in rxrpc_put_local()David Howells2020-02-111-1/+4
* rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells2020-02-011-5/+7
* rxrpc: Fix missing security check on incoming callsDavid Howells2020-01-176-60/+59
* rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2020-01-171-17/+3
* rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2020-01-172-26/+28
* rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells2019-10-312-5/+14
* rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet2019-10-161-4/+8
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2019-10-111-0/+3
* rxrpc: Fix call crypto state cleanupDavid Howells2019-10-076-7/+12
* rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells2019-10-071-2/+3
* rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2019-10-072-12/+18
* rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-074-10/+13
* rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-10-071-4/+7
* rxrpc: Fix call ref leakDavid Howells2019-10-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+1
|\
| * rxrpc: Fix misplaced tracelineDavid Howells2019-09-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-0217-242/+341
|\|
| * rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells2019-08-305-5/+50
| * rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells2019-08-274-28/+48
| * rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-2711-47/+47
| * rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells2019-08-272-1/+3
| * rxrpc: Abstract out rxtx ring cleanupDavid Howells2019-08-271-16/+17
| * rxrpc: Pass the input handler's data skb reference to the Rx ringDavid Howells2019-08-271-5/+15
| * rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells2019-08-273-136/+139
| * rxrpc: Improve jumbo packet countingDavid Howells2019-08-273-12/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-197-90/+110
|\|
| * rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-141-9/+10
| * rxrpc: Fix local endpoint replacementDavid Howells2019-08-141-1/+1
| * rxrpc: Fix local refcountingDavid Howells2019-08-111-5/+7
| * rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-096-44/+28