aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells1-3/+19
2020-02-07rxrpc: Fix service call disconnectionDavid Howells1-2/+1
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-24/+15
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+62
2020-01-30rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-01-30rxrpc: Fix use-after-free in rxrpc_put_local()David Howells1-1/+4
2020-01-27rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells1-5/+7
2019-12-24Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller7-98/+85
2019-12-20rxrpc: Fix missing security check on incoming callsDavid Howells6-60/+59
2019-12-20rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells1-17/+3
2019-12-20rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2-26/+28
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+14
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1
2019-10-31rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells2-5/+14
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-38/+64
2019-10-16rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet1-4/+8
2019-10-11rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2019-10-07rxrpc: Fix call crypto state cleanupDavid Howells6-7/+12
2019-10-07rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells1-2/+3
2019-10-07rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2-12/+18
2019-10-07rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells4-10/+13
2019-10-07rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells1-4/+7
2019-10-07rxrpc: Fix call ref leakDavid Howells1-0/+1
2019-10-04rxrpc: Add missing "new peer" traceDavid Howells1-0/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-05rxrpc: Fix misplaced tracelineDavid Howells1-1/+1
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller17-242/+341
2019-08-30rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells5-5/+50
2019-08-27rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells4-28/+48
2019-08-27rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells11-47/+47
2019-08-27rxrpc: Add a private skb flag to indicate transmission-phase skbsDavid Howells2-1/+3
2019-08-27rxrpc: Abstract out rxtx ring cleanupDavid Howells1-16/+17
2019-08-27rxrpc: Pass the input handler's data skb reference to the Rx ringDavid Howells1-5/+15
2019-08-27rxrpc: Use info in skbuff instead of reparsing a jumbo packetDavid Howells3-136/+139
2019-08-27rxrpc: Improve jumbo packet countingDavid Howells3-12/+30
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-90/+110
2019-08-14rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells1-9/+10
2019-08-14rxrpc: Fix local endpoint replacementDavid Howells1-1/+1
2019-08-11rxrpc: Fix local refcountingDavid Howells1-5/+7
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells6-44/+28
2019-08-09rxrpc: Fix local endpoint refcountingDavid Howells4-39/+72
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-1/+21
2019-07-30rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells4-20/+96
2019-07-30rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells1-0/+1
2019-07-30rxrpc: Fix potential deadlockDavid Howells3-1/+20
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-5/+4
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-2/+5