index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-25
vdpa/mlx5: Keep notifiers during suspend but ignore
Dragos Tatulea
1
-2
/
+4
2024-09-25
vdpa/mlx5: Parallelize device resume
Dragos Tatulea
1
-26
/
+14
2024-09-25
vdpa/mlx5: Parallelize device suspend
Dragos Tatulea
1
-27
/
+29
2024-09-25
vdpa/mlx5: Use async API for vq modify commands
Dragos Tatulea
1
-48
/
+106
2024-09-25
vdpa/mlx5: Use async API for vq query command
Dragos Tatulea
2
-25
/
+78
2024-09-25
vdpa/mlx5: Introduce async fw command wrapper
Dragos Tatulea
2
-0
/
+88
2024-09-25
vdpa/mlx5: Introduce error logging function
Dragos Tatulea
2
-12
/
+17
2024-09-25
net/mlx5: Support throttled commands from async API
Dragos Tatulea
1
-5
/
+16
2024-09-10
vdpa/mlx5: Add the support of set mac address
Cindy Lu
1
-0
/
+28
2024-09-10
vdpa_sim_net: Add the support of set mac address
Cindy Lu
1
-1
/
+20
2024-09-10
vdpa: support set mac address from vdpa tool
Cindy Lu
3
-0
/
+89
2024-09-10
tools/virtio:Fix the wrong format specifier
Zhu Jun
1
-1
/
+1
2024-09-10
virtio_balloon: introduce memory scan/reclaim info
zhenwei pi
2
-2
/
+19
2024-09-10
virtio_balloon: introduce memory allocation stall counter
zhenwei pi
2
-2
/
+12
2024-09-10
virtio_balloon: introduce oom-kill invocations
zhenwei pi
2
-2
/
+5
2024-09-10
virtio_pmem: Check device status before requesting flush
Philip Chen
1
-0
/
+9
2024-09-10
vhost_vdpa: assign irq bypass producer token correctly
Jason Wang
1
-3
/
+13
2024-09-10
vdpa/mlx5: Fix invalid mr resource destroy
Dragos Tatulea
1
-0
/
+3
2024-09-01
Linux 6.11-rc6
v6.11-rc6
Linus Torvalds
1
-1
/
+1
2024-09-01
bcachefs: Mark more errors as autofix
Kent Overstreet
1
-5
/
+5
2024-09-01
bcachefs: Revert lockless buffered IO path
Kent Overstreet
2
-110
/
+40
2024-08-31
power: sequencing: qcom-wcn: set the wlan-enable GPIO to output
Bartosz Golaszewski
1
-0
/
+7
2024-08-30
MAINTAINERS: PCI: Add NXP PCI controller mailing list imx@lists.linux.dev
Frank Li
1
-0
/
+2
2024-08-30
io_uring/kbuf: return correct iovec count from classic buffer peek
Jens Axboe
1
-1
/
+1
2024-08-30
nfsd: fix nfsd4_deleg_getattr_conflict in presence of third party lease
NeilBrown
1
-2
/
+9
2024-08-30
io_uring/rsrc: ensure compat iovecs are copied correctly
Jens Axboe
1
-4
/
+15
2024-08-30
dcache: keep dentry_hashtable or d_hash_shift even when not used
Stephen Brennan
1
-2
/
+7
2024-08-29
Input: cypress_ps2 - fix waiting for command response
Dmitry Torokhov
1
-45
/
+13
2024-08-29
drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16
Karthik Poosa
1
-1
/
+1
2024-08-29
nfc: pn533: Add poll mod list filling check
Aleksandr Mishin
1
-0
/
+5
2024-08-29
mailmap: update entry for Sriram Yagnaraman
Sriram Yagnaraman
1
-0
/
+1
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 signal
Matthieu Baerts (NGI0)
1
-11
/
+21
2024-08-29
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
3
-1
/
+14
2024-08-29
selftests: mptcp: join: validate event numbers
Matthieu Baerts (NGI0)
2
-3
/
+75
2024-08-29
mptcp: avoid duplicated SUB_CLOSED events
Matthieu Baerts (NGI0)
2
-1
/
+8
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 endp
Matthieu Baerts (NGI0)
1
-12
/
+15
2024-08-29
mptcp: pm: fix ID 0 endp usage after multiple re-creations
Matthieu Baerts (NGI0)
1
-2
/
+5
2024-08-29
mptcp: pm: do not remove already closed subflows
Matthieu Baerts (NGI0)
1
-0
/
+2
2024-08-29
selftests: mptcp: join: no extra msg if no counter
Matthieu Baerts (NGI0)
1
-8
/
+8
2024-08-29
selftests: mptcp: join: check re-adding init endp with != id
Matthieu Baerts (NGI0)
1
-5
/
+16
2024-08-29
mptcp: pm: reset MPC endp ID when re-added
Matthieu Baerts (NGI0)
1
-2
/
+11
2024-08-29
mptcp: pm: skip connecting to already established sf
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-08-29
mptcp: pm: send ACK on an active subflow
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-08-29
selftests: mptcp: join: check removing ID 0 endpoint
Matthieu Baerts (NGI0)
1
-7
/
+18
2024-08-29
mptcp: pm: fix RM_ADDR ID for the initial subflow
Matthieu Baerts (NGI0)
1
-13
/
+15
2024-08-29
mptcp: pm: reuse ID 0 after delete and re-add
Matthieu Baerts (NGI0)
1
-0
/
+10
2024-08-29
net: busy-poll: use ktime_get_ns() instead of local_clock()
Eric Dumazet
1
-1
/
+1
2024-08-29
selinux,smack: don't bypass permissions check in inode_setsecctx hook
Scott Mayhew
2
-4
/
+4
2024-08-28
cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target region
David Howells
1
-2
/
+14
2024-08-28
block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroes
Darrick J. Wong
1
-1
/
+1
[next]