summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells2020-02-071-3/+19
* rxrpc: Fix service call disconnectionDavid Howells2020-02-071-2/+1
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-035-24/+15
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-01-305-40/+62
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-01-301-4/+2
* rxrpc: Fix use-after-free in rxrpc_put_local()David Howells2020-01-301-1/+4
* rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells2020-01-271-5/+7
* Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-12-247-98/+85
|\
| * rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-206-60/+59
| * rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2019-12-201-17/+3
| * rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-202-26/+28
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-0/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-5/+14
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2010-38/+64
| |\ \
| * | | rxrpc: Add missing "new peer" traceDavid Howells2019-10-041-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
| |/ /
* | | 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
| * rxrpc: Fix local endpoint refcountingDavid Howells2019-08-094-39/+72
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-064-1/+21
|\ \ | |/
| * rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells2019-07-301-0/+1
| * rxrpc: Fix potential deadlockDavid Howells2019-07-303-1/+20
* | rxrpc: Fix -Wframe-larger-than= warnings from on-stack cryptoDavid Howells2019-07-304-20/+96
|/
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-112-2/+5
|\
OpenPOWER on IntegriCloud