Show patches with: State = Action Required       |   23138 patches
« 1 2 3 4231 232 »
Patch Series S/W/F Date Submitter Delegate State
w90p910_ether: include linux/interrupt.h w90p910_ether: include linux/interrupt.h --- 2017-09-12 Arnd Bergmann New
vxlan: hide unused local variable --- 2016-11-07 Arnd Bergmann New
vxlan: avoid double unlikely() notation when using IS_ERR() vxlan: avoid double unlikely() notation when using IS_ERR() --- 2020-12-10 Antonio Quartulli New
vxge: remove unnecessary cast in kfree() vxge: remove unnecessary cast in kfree() --- 2020-10-23 Xu Wang New
vsock/vmci: remove the repeated word "be" vsock/vmci: remove the repeated word "be" --- 2021-06-10 gushengxian New
vsock/vmci: Remove redundant assignment to err vsock/vmci: Remove redundant assignment to err --- 2021-04-30 Yang Li New
vsock/virtio: set vsock frontend ready in virtio_vsock_probe() vsock/virtio: set vsock frontend ready in virtio_vsock_probe() --- 2021-07-20 Xianting Tian New
vsock/virtio: avoid potential deadlock when vsock device remove vsock/virtio: avoid potential deadlock when vsock device remove --- 2021-08-12 Longpeng(Mike) New
vsock: use ns_capable_noaudit() on socket create vsock: use ns_capable_noaudit() on socket create --- 2020-10-23 Jeff Vander Stoep New
vsock: ratelimit unknown ioctl error message vsock: ratelimit unknown ioctl error message --- 2020-10-23 Colin King New
vsock fix backport to 5.4 stable vsock fix backport to 5.4 stable --- 2020-09-30 Vishnu Rangayyan New
vringh: fix vringh_iov_push_*() documentation vringh: fix vringh_iov_push_*() documentation --- 2020-11-16 Stefano Garzarella New
vrf: Reset skb conntrack connection on VRF rcv vrf: Reset skb conntrack connection on VRF rcv --- 2021-08-15 Lahav Schlesinger New
VRF NS for lladdr sent on the wrong interface VRF NS for lladdr sent on the wrong interface --- 2020-11-24 Stephen Suryaputra New
vmxnet3: switch from 'pci_' to 'dma_' API vmxnet3: switch from 'pci_' to 'dma_' API --- 2021-08-22 Christophe JAILLET New
vmxnet3: mark vmxnet3_rq_destroy_all_rxdataring() static --- 2016-09-06 Baoyou Xie New
VLAN filtering with DSA VLAN filtering with DSA --- 2020-09-10 Vladimir Oltean New
vlan: Avoid crashing the kernel vlan: Avoid crashing the kernel --- 2021-06-07 gushengxian New
virt_wifi: Return micros for BSS TSF values virt_wifi: Return micros for BSS TSF values --- 2021-03-18 A. Cody Schuffelen New
virt_wifi: fix error on connect virt_wifi: fix error on connect --- 2021-07-06 Matteo Croce New
virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM --- 2020-06-24 Michael S. Tsirkin New
virtio/test: fix up after IOTLB changes virtio/test: fix up after IOTLB changes --- 2020-04-01 Michael S. Tsirkin New
virtio_net: use LE accessors for speed/duplex virtio_net: use LE accessors for speed/duplex --- 2020-08-05 Michael S. Tsirkin New
virtio-net: support XDP_TX when not more queues virtio-net: support XDP_TX when not more queues --- 2021-01-13 Xuan Zhuo New
virtio_net: replace if (cond) BUG() with BUG_ON() virtio_net: replace if (cond) BUG() with BUG_ON() --- 2021-03-17 Jiapeng Chong New
virtio_net: Remove BUG() to aviod machine dead virtio_net: Remove BUG() to aviod machine dead --- 2021-05-18 Xianting Tian New
virtio-net: fix the kzalloc/kfree mismatch problem virtio-net: fix the kzalloc/kfree mismatch problem --- 2021-05-22 Guodeqing (A) New
virtio_net: fix lockdep warning on 32 bit virtio_net: fix lockdep warning on 32 bit --- 2020-05-06 Michael S. Tsirkin New
virtio-net: enable SRIOV virtio-net: enable SRIOV --- 2021-04-26 Arkadiusz Kudan New
virtio-net: Add validation for used length virtio-net: Add validation for used length --- 2021-05-25 Yongji Xie New
virtio: Introduce a new kick interface virtqueue_kick_try() virtio: Introduce a new kick interface virtqueue_kick_try() --- 2021-05-19 Xuan Zhuo New
virtchnl: Add missing padding to virtchnl_proto_hdrs virtchnl: Add missing padding to virtchnl_proto_hdrs --- 2021-05-19 Geert Uytterhoeven New
virtchnl: Add missing explicit padding to structures virtchnl: Add missing explicit padding to structures --- 2020-04-16 Geert Uytterhoeven New
via-velocity: remove h from printk format specifier via-velocity: remove h from printk format specifier --- 2020-12-23 Tom Rix New
vhost_vdpa: remove unnecessary spin_lock in vhost_vring_call vhost_vdpa: remove unnecessary spin_lock in vhost_vring_call --- 2020-09-09 Zhu Lingshan New
vhost: vdpa: remove unnecessary null check vhost: vdpa: remove unnecessary null check --- 2020-03-30 Gustavo A. R. Silva New
vhost-vdpa: protect concurrent access to vhost device iotlb vhost-vdpa: protect concurrent access to vhost device iotlb --- 2021-04-12 Yongji Xie New
vhost-vdpa: log warning message if vhost_vdpa_remove gets blocked vhost-vdpa: log warning message if vhost_vdpa_remove gets blocked --- 2021-06-06 Gautam Dawar New
vhost-vdpa: honor CAP_IPC_LOCK vhost-vdpa: honor CAP_IPC_LOCK --- 2021-03-02 Jason Wang New
vhost-vdpa: fix vm_flags for virtqueue doorbell mapping vhost-vdpa: fix vm_flags for virtqueue doorbell mapping --- 2021-04-13 Jason Wang New
vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation --- 2021-02-24 Gautam Dawar New
vhost-vdpa: fix page pinning leakage in error path vhost-vdpa: fix page pinning leakage in error path --- 2020-10-01 Si-Wei Liu New
vhost_vdpa: Fix duplicate included kernel.h vhost_vdpa: Fix duplicate included kernel.h --- 2020-09-15 Tian Tao New
vhost-vdpa: fix backend feature ioctls vhost-vdpa: fix backend feature ioctls --- 2020-09-07 Jason Wang New
vhost: Use mutex to protect vq_irq setup vhost: Use mutex to protect vq_irq setup --- 2020-10-28 Eli Cohen New
vhost/test: fix up after API change vhost/test: fix up after API change --- 2020-06-08 Michael S. Tsirkin New
vhost scsi: fix error return code in vhost_scsi_set_endpoint() vhost scsi: fix error return code in vhost_scsi_set_endpoint() --- 2020-12-04 Zhang Changzhong New
vhost: reduce stack usage in log_used vhost: reduce stack usage in log_used --- 2020-09-14 Li Wang New
vhost: new vhost_vdpa SET/GET_BACKEND_FEATURES handlers vhost: new vhost_vdpa SET/GET_BACKEND_FEATURES handlers --- 2020-09-09 Zhu Lingshan New
vhost_net: fix OoB on sendmsg() failure. vhost_net: fix OoB on sendmsg() failure. --- 2021-09-08 Paolo Abeni New
vhost_net: Convert from atomic_t to refcount_t on vhost_net_ubuf_ref->refcount vhost_net: Convert from atomic_t to refcount_t on vhost_net_ubuf_ref->refcount --- 2021-07-17 Xiyu Yang New
vhost: missing __user tags vhost: missing __user tags --- 2020-05-15 Michael S. Tsirkin New
vhost: force spec specified alignment on types vhost: force spec specified alignment on types --- 2020-04-06 Michael S. Tsirkin New
vhost: Fix vhost_vq_reset() vhost: Fix vhost_vq_reset() --- 2021-03-12 Laurent Vivier New
vhost: Fix documentation vhost: Fix documentation --- 2020-06-30 Eli Cohen New
vhost: drop vring dependency on iotlb vhost: drop vring dependency on iotlb --- 2020-04-02 Michael S. Tsirkin New
vhost: Don't call vq_access_ok() when using IOTLB vhost: Don't call vq_access_ok() when using IOTLB --- 2020-09-28 Greg Kurz New
vhost: do not enable VHOST_MENU by default vhost: do not enable VHOST_MENU by default --- 2020-04-14 Jason Wang New
vhost: add support for mandatory barriers vhost: add support for mandatory barriers --- 2021-08-23 Vincent Whitchurch New
vhost: add mutex_lock/unlock for vhost_vq_reset vhost: add mutex_lock/unlock for vhost_vq_reset --- 2020-04-30 Justin He New
veth.4: Add a more direct example veth.4: Add a more direct example --- 2020-05-18 Devin J. Pohly New
vdpa/mlx5: should keep avail_index despite device status vdpa/mlx5: should keep avail_index despite device status --- 2020-10-01 Si-Wei Liu New
vdpa/mlx5: set_features should allow reset to zero vdpa/mlx5: set_features should allow reset to zero --- 2021-02-19 Si-Wei Liu New
vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails --- 2021-04-11 Eli Cohen New
vdpa/mlx5: Restore the hardware used index after change map vdpa/mlx5: Restore the hardware used index after change map --- 2021-02-02 Eli Cohen New
vdpa/mlx5: Fix dependency on MLX5_CORE vdpa/mlx5: Fix dependency on MLX5_CORE --- 2020-10-07 Eli Cohen New
vdpa/mlx5: Extract correct pointer from driver data vdpa/mlx5: Extract correct pointer from driver data --- 2021-02-16 Eli Cohen New
vdpa/mlx5: Enable user to add/delete vdpa device vdpa/mlx5: Enable user to add/delete vdpa device --- 2021-04-08 Eli Cohen New
vdpa: handle irq bypass register failure case vdpa: handle irq bypass register failure case --- 2020-10-23 Zhu Lingshan New
vDPA: dont change vq irq after DRIVER_OK vDPA: dont change vq irq after DRIVER_OK --- 2020-08-04 Zhu Lingshan New
vdpa: bypass waking up vhost_woker for vdpa vq kick vdpa: bypass waking up vhost_woker for vdpa vq kick --- 2020-05-26 Zhu Lingshan New
[v9] virtio: force spec specified alignment on types [v9] virtio: force spec specified alignment on types --- 2020-04-17 Michael S. Tsirkin New
[v9,net-next,5/5] net: ethernet: ti: cpsw: add XDP support Untitled series #21752 --- 2019-07-08 Ivan Khoronzhuk New
[v9,net-next,2/5] net: ethernet: ti: davinci_cpdma: add dma mapped submit Untitled series #21696 --- 2019-07-05 Ivan Khoronzhuk New
[v9,net-next,11/12] crypto: octeontx2: add support to process the crypto request [v9,net-next,01/12] octeontx2-pf: move lmt flush to include/linux/soc --- 2020-11-09 Srujana Challa New
[v9,net-next,09/12] crypto: octeontx2: add support to get engine capabilities [v9,net-next,01/12] octeontx2-pf: move lmt flush to include/linux/soc --- 2020-11-09 Srujana Challa New
[v9,net-next,07/12] crypto: octeontx2: load microcode and create engine groups [v9,net-next,01/12] octeontx2-pf: move lmt flush to include/linux/soc --- 2020-11-09 Srujana Challa New
[v9,net-next,05/12] crypto: octeontx2: add mailbox communication with AF [v9,net-next,01/12] octeontx2-pf: move lmt flush to include/linux/soc --- 2020-11-09 Srujana Challa New
[v9] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces [v9] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces --- 2021-01-09 Vincent MAILHOL New
[v9,bpf-next,1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS bpf: sharing bpf runtime stats with --- 2020-04-30 Song Liu New
[v9,bpf-next,12/14] bpf: introduce multibuff support to bpf_prog_test_run_xdp() [v9,bpf-next,01/14] net: skbuff: add data_len field to skb_shared_info --- 2021-06-14 Lorenzo Bianconi New
[v9,bpf-next,09/14] bpf: introduce bpf_xdp_get_buff_len helper [v9,bpf-next,01/14] net: skbuff: add data_len field to skb_shared_info --- 2021-06-14 Lorenzo Bianconi New
[v9,bpf-next,07/14] net: xdp: add multi-buff support to xdp_build_skb_from_frame [v9,bpf-next,01/14] net: skbuff: add data_len field to skb_shared_info --- 2021-06-14 Lorenzo Bianconi New
[v9,bpf-next,03/14] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer [v9,bpf-next,01/14] net: skbuff: add data_len field to skb_shared_info --- 2021-06-14 Lorenzo Bianconi New
[v9,bpf-next,01/14] net: skbuff: add data_len field to skb_shared_info [v9,bpf-next,01/14] net: skbuff: add data_len field to skb_shared_info --- 2021-06-14 Lorenzo Bianconi New
[V9,7/7] MAINTAINERS: add maintainer for Samsung sxgbe driver --- 2014-03-20 Byungho An New
[V9,6/7] net: sxgbe: add ethtool related functions support Samsung sxgbe --- 2014-03-20 Byungho An New
[V9,5/7] net: sxgbe: add Checksum offload support for Samsung sxgbe --- 2014-03-20 Byungho An New
[V9,4/7] net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe --- 2014-03-20 Byungho An New
[v9,4/5] Bluetooth: Support the quality report events Untitled series #152532 --- 2021-08-15 Joseph Hwang New
[V9,3/7] net: sxgbe: add TSO support for Samsung sxgbe --- 2014-03-20 Byungho An New
[v9,3/4] docs: Add documentation for userspace client interface userspace MHI client interface driver --- 2020-10-23 Hemant Kumar New
[V9,2/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver --- 2014-03-20 Byungho An New
[v9,2/4] tools feature: add support for detecting libpfm4 Untitled series #42342 --- 2020-04-14 Ian Rogers New
[V9,1/9] vhost: refine vhost and vringh kconfig vDPA support --- 2020-03-26 Jason Wang New
[V9,1/7] sxgbe: Add device-tree binding support document --- 2014-03-20 Byungho An New
[v9,17/17] Documentation: Add documentation for VDUSE Introduce VDUSE - vDPA Device in Userspace --- 2021-07-13 Yongji Xie New
[v9,16/17] vduse: Introduce VDUSE - vDPA Device in Userspace Introduce VDUSE - vDPA Device in Userspace --- 2021-07-13 Yongji Xie New
[v9,1/4] perf doc: allow ASCIIDOC_EXTRA to be an argument perf tools: add support for libpfm4 --- 2020-04-16 Ian Rogers New
[v9,14/17] vdpa: Support transferring virtual addressing during DMA mapping Introduce VDUSE - vDPA Device in Userspace --- 2021-07-13 Yongji Xie New
« 1 2 3 4231 232 »