| Commit message (Expand) | Author | Age | Files | Lines |
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 2023-06-25 | 1 | -3/+0 |
* | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend | 2023-05-23 | 1 | -4/+1 |
* | vsock: avoid to close connected socket after the timeout | Zhuang Shengen | 2023-05-12 | 1 | -1/+1 |
* | vsock/loopback: don't disable irqs for queue access | Arseniy Krasnov | 2023-04-14 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-04-06 | 2 | -1/+17 |
|\ |
|
| * | vsock/vmci: convert VMCI error code to -ENOMEM on send | Arseniy Krasnov | 2023-03-31 | 1 | -1/+7 |
| * | virtio/vsock: fix leaks due to missing skb owner | Bobby Eshleman | 2023-03-31 | 1 | -0/+10 |
* | | vsock: return errors other than -ENOMEM to socket | Arseniy Krasnov | 2023-04-04 | 1 | -2/+2 |
* | | vsock/vmci: convert VMCI error code to -ENOMEM on receive | Arseniy Krasnov | 2023-04-04 | 1 | -2/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-03-30 | 2 | -9/+10 |
|\| |
|
| * | virtio/vsock: WARN_ONCE() for invalid state of socket | Arseniy Krasnov | 2023-03-30 | 1 | -0/+7 |
| * | virtio/vsock: fix header length on skb merging | Arseniy Krasnov | 2023-03-30 | 1 | -1/+1 |
| * | vsock/loopback: use only sk_buff_head.lock to protect the packet queue | Stefano Garzarella | 2023-03-27 | 1 | -8/+2 |
* | | vsock: support sockmap | Bobby Eshleman | 2023-03-29 | 6 | -6/+262 |
* | | virtio/vsock: check argument to avoid no effect call | Arseniy Krasnov | 2023-03-28 | 1 | -0/+6 |
* | | virtio/vsock: allocate multiple skbuffs on tx | Arseniy Krasnov | 2023-03-28 | 1 | -14/+43 |
* | | virtio/vsock: check transport before skb allocation | Arseniy Krasnov | 2023-03-22 | 1 | -5/+3 |
|/ |
|
* | virtio/vsock: don't drop skbuff on copy failure | Arseniy Krasnov | 2023-03-16 | 1 | -3/+2 |
* | virtio/vsock: remove redundant 'skb_pull()' call | Arseniy Krasnov | 2023-03-16 | 1 | -1/+0 |
* | virtio/vsock: don't use skbuff state to account credit | Arseniy Krasnov | 2023-03-16 | 1 | -12/+11 |
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-02-22 | 4 | -323/+302 |
|\ |
|
| * | virtio/vsock: replace virtio_vsock_pkt with sk_buff | Bobby Eshleman | 2023-01-16 | 3 | -322/+300 |
| * | vsock: return errors other than -ENOMEM to socket | Bobby Eshleman | 2023-01-12 | 1 | -1/+2 |
* | | Drivers: hv: Make remove callback of hyperv driver void returned | Dawei Li | 2023-01-17 | 1 | -3/+1 |
|/ |
|
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-12-14 | 1 | -1/+5 |
|\ |
|
| * | net: vmw_vsock: vmci: Check memcpy_from_msg() | Artem Chernyshev | 2022-12-09 | 1 | -1/+5 |
* | | treewide: use get_random_u32_{above,below}() instead of manual loop | Jason A. Donenfeld | 2022-11-18 | 1 | -2/+1 |
* | | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -1/+1 |
|/ |
|
* | vsock: fix possible infinite sleep in vsock_connectible_wait_data() | Dexuan Cui | 2022-11-03 | 1 | -1/+4 |
* | vsock: remove the unused 'wait' in vsock_connectible_recvmsg() | Dexuan Cui | 2022-11-03 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-10-04 | 1 | -1/+1 |
|\ |
|
| * | vhost/vsock: Use kvmalloc/kvfree for larger packets. | Junichi Uekawa | 2022-09-30 | 1 | -1/+1 |
* | | vsock/vmci: fix repeated words in comments | Jilin Yuan | 2022-09-16 | 1 | -1/+1 |
* | | vmci/vsock: check SO_RCVLOWAT before wake up reader | Arseniy Krasnov | 2022-08-23 | 2 | -3/+3 |
* | | virtio/vsock: check SO_RCVLOWAT before wake up reader | Arseniy Krasnov | 2022-08-23 | 1 | -1/+1 |
* | | vsock: add API call for data ready | Arseniy Krasnov | 2022-08-23 | 1 | -0/+10 |
* | | vsock: pass sock_rcvlowat to notify_poll_in as target | Arseniy Krasnov | 2022-08-23 | 1 | -1/+2 |
* | | vmci/vsock: use 'target' in notify_poll_in callback | Arseniy Krasnov | 2022-08-23 | 2 | -8/+8 |
* | | virtio/vsock: use 'target' in notify_poll_in callback | Arseniy Krasnov | 2022-08-23 | 1 | -4/+1 |
* | | hv_sock: disable SO_RCVLOWAT support | Arseniy Krasnov | 2022-08-23 | 1 | -0/+7 |
* | | vsock: SO_RCVLOWAT transport set callback | Arseniy Krasnov | 2022-08-23 | 1 | -0/+20 |
|/ |
|
* | vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout() | Peilin Ye | 2022-08-10 | 1 | -0/+1 |
* | vsock: Fix memory leak in vsock_connect() | Peilin Ye | 2022-08-10 | 1 | -1/+8 |
* | Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2022-05-28 | 1 | -4/+17 |
|\ |
|
| * | hv_sock: Add validation for untrusted Hyper-V values | Andrea Parri (Microsoft) | 2022-04-28 | 1 | -2/+8 |
| * | hv_sock: Copy packets sent by Hyper-V out of the ring buffer | Andrea Parri (Microsoft) | 2022-04-28 | 1 | -2/+7 |
| * | hv_sock: Check hv_pkt_iter_first_raw()'s return value | Andrea Parri (Microsoft) | 2022-04-28 | 1 | -0/+2 |
* | | vsock/virtio: add support for device suspend/resume | Stefano Garzarella | 2022-05-03 | 1 | -0/+47 |
* | | vsock/virtio: factor our the code to initialize and delete VQs | Stefano Garzarella | 2022-05-03 | 1 | -66/+84 |
* | | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 2022-04-06 | 1 | -4/+1 |
|/ |
|