index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireguard
/
netlink.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-19
wireguard: netlink: check for dangling peer via is_dead instead of empty list
Jason A. Donenfeld
1
-3
/
+3
2024-03-19
wireguard: device: remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-19
wireguard: device: leverage core stats allocator
Breno Leitao
1
-8
/
+2
2024-03-19
wireguard: receive: annotate data-race around receiving_counter.counter
Nikita Zhandarovich
1
-3
/
+3
2024-03-19
net: move dev->state into net_device_read_txrx group
Eric Dumazet
3
-3
/
+4
2024-03-19
virtio_net: rename free_old_xmit_skbs to free_old_xmit
Xuan Zhuo
1
-5
/
+5
2024-03-19
virtio_net: unify the code for recycling the xmit ptr
Xuan Zhuo
1
-43
/
+39
2024-03-19
virtio-net: add cond_resched() to the command waiting loop
Jason Wang
1
-1
/
+3
2024-03-19
virtio-net: convert rx mode setting to use workqueue
Jason Wang
1
-3
/
+52
2024-03-19
virtio: packed: fix unmap leak for indirect desc table
Xuan Zhuo
1
-3
/
+3
2024-03-19
vDPA: report virtio-blk flush info to user space
Zhu Lingshan
2
-0
/
+15
2024-03-19
vDPA: report virtio-block read-only info to user space
Zhu Lingshan
2
-0
/
+15
2024-03-19
vDPA: report virtio-block write zeroes configuration to user space
Zhu Lingshan
2
-0
/
+25
2024-03-19
vDPA: report virtio-block discarding configuration to user space
Zhu Lingshan
2
-0
/
+29
2024-03-19
vDPA: report virtio-block topology info to user space
Zhu Lingshan
2
-0
/
+36
2024-03-19
vDPA: report virtio-block MQ info to user space
Zhu Lingshan
2
-0
/
+17
2024-03-19
vDPA: report virtio-block max segments in a request to user space
Zhu Lingshan
2
-0
/
+18
2024-03-19
vDPA: report virtio-block block-size to user space
Zhu Lingshan
2
-0
/
+19
2024-03-19
vDPA: report virtio-block max segment size to user space
Zhu Lingshan
2
-0
/
+18
2024-03-19
vDPA: report virtio-block capacity to user space
Zhu Lingshan
3
-0
/
+38
2024-03-19
virtio: make virtio_bus const
Ricardo B. Marliere
1
-1
/
+1
2024-03-19
vdpa: make vdpa_bus const
Ricardo B. Marliere
1
-1
/
+1
2024-03-19
vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_min
Zhu Lingshan
2
-0
/
+7
2024-03-19
vDPA/ifcvf: get_max_vq_size to return max size
Zhu Lingshan
1
-5
/
+1
2024-03-19
virtio_vdpa: create vqs with the actual size
Zhu Lingshan
1
-1
/
+4
2024-03-19
vduse: implement vdpa_config_ops.get_vq_size for vduse
Zhu Lingshan
1
-0
/
+12
2024-03-19
vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulator
Zhu Lingshan
1
-0
/
+12
2024-03-19
eni_vdpa: implement vdpa_config_ops.get_vq_size
Zhu Lingshan
1
-0
/
+8
2024-03-19
vp_vdpa: implement vdpa_config_ops.get_vq_size
Zhu Lingshan
1
-0
/
+8
2024-03-19
vDPA/ifcvf: implement vdpa_config_ops.get_vq_size
Zhu Lingshan
3
-1
/
+14
2024-03-19
vDPA: introduce get_vq_size to vdpa_config_ops
Zhu Lingshan
2
-0
/
+13
2024-03-19
vhost-vdpa: uapi to support reporting per vq size
Zhu Lingshan
1
-0
/
+7
2024-03-19
vdpa/pds: fixes for VF vdpa flr-aer handling
Shannon Nelson
3
-4
/
+19
2024-03-19
vduse: implement DMA sync callbacks
Maxime Coquelin
3
-3
/
+54
2024-03-19
vdpa/mlx5: Allow CVQ size changes
Jonah Palmer
1
-4
/
+9
2024-03-19
vdpa: skip suspend/resume ops if not DRIVER_OK
Steve Sistare
1
-0
/
+6
2024-03-19
virtio: reenable config if freezing device failed
David Hildenbrand
1
-1
/
+3
2024-03-19
vdpa_sim: reset must not run
Steve Sistare
1
-1
/
+2
2024-03-19
virtio: uapi: Drop __packed attribute in linux/virtio_pci.h
Suzuki K Poulose
1
-5
/
+5
2024-03-19
vhost: Added pad cleanup if vnet_hdr is not present.
Andrew Melnychenko
1
-0
/
+3
2024-03-19
bcachefs: Fix lost wakeup on journal shutdown
Kent Overstreet
1
-6
/
+6
2024-03-19
bcachefs; Fix deadlock in bch2_btree_update_start()
Kent Overstreet
1
-4
/
+9
2024-03-19
ksmbd: remove module version
Namjae Jeon
2
-3
/
+0
2024-03-19
ksmbd: fix potencial out-of-bounds when buffer offset is invalid
Namjae Jeon
2
-29
/
+42
2024-03-18
x86/hyperv: Use Hyper-V entropy to seed guest random number generator
Michael Kelley
4
-0
/
+74
2024-03-18
x86/hyperv: Cosmetic changes for hv_spinlock.c
Purna Pavan Chandra Aekkaladevi
1
-1
/
+2
2024-03-18
btrfs: do not skip re-registration for the mounted device
Anand Jain
1
-11
/
+47
2024-03-18
kbuild: rpm-pkg: add dtb files in kernel rpm
Jose Ignacio Tornos Martinez
1
-0
/
+13
2024-03-18
kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()
Masahiro Yamada
1
-4
/
+1
2024-03-18
kconfig: check prompt for choice while parsing
Masahiro Yamada
2
-3
/
+6
[prev]
[next]