index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmpressure.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-27
selftests/bpf: Cover verifier checks for mutating sockmap/sockhash
Jakub Sitnicki
2
-0
/
+189
2024-05-27
Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"
Jakub Sitnicki
1
-6
/
+0
2024-05-27
bpf: Allow delete from sockmap/sockhash only if update is allowed
Jakub Sitnicki
1
-3
/
+7
2024-05-27
net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM
Parthiban Veerasooran
1
-4
/
+7
2024-05-27
Octeontx2-pf: Free send queue buffers incase of leaf to inner
Hariprasad Kelam
1
-0
/
+4
2024-05-27
af_unix: Read sk->sk_hash under bindlock during bind().
Kuniyuki Iwashima
1
-3
/
+6
2024-05-27
af_unix: Annotate data-race around unix_sk(sk)->addr.
Kuniyuki Iwashima
1
-4
/
+6
2024-05-27
selftests: hsr: Fix "File exists" errors for hsr_ping
Geliang Tang
1
-0
/
+2
2024-05-27
enic: Validate length of nl attributes in enic_set_vf_port
Roded Zats
1
-0
/
+12
2024-05-25
selftests/bpf: Add netkit test for pkt_type
Daniel Borkmann
2
-1
/
+118
2024-05-25
selftests/bpf: Add netkit tests for mac address
Daniel Borkmann
1
-0
/
+10
2024-05-25
netkit: Fix pkt_type override upon netkit pass verdict
Daniel Borkmann
3
-4
/
+12
2024-05-25
netkit: Fix setting mac address in l2 mode
Daniel Borkmann
1
-5
/
+21
2024-05-25
ARC, bpf: Fix issues reported by the static analyzers
Shahab Vahedi
3
-16
/
+18
2024-05-25
selftests/bpf: extend multi-uprobe tests with USDTs
Andrii Nakryiko
2
-2
/
+56
2024-05-25
selftests/bpf: extend multi-uprobe tests with child thread case
Andrii Nakryiko
2
-9
/
+115
2024-05-25
libbpf: detect broken PID filtering logic for multi-uprobe
Andrii Nakryiko
1
-1
/
+30
2024-05-25
bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic
Andrii Nakryiko
1
-2
/
+0
2024-05-25
bpf: fix multi-uprobe PID filtering logic
Andrii Nakryiko
2
-5
/
+5
2024-05-24
bpf: Fix potential integer overflow in resolve_btfids
Friedrich Vock
1
-1
/
+1
2024-05-24
net/mlx5e: Fix UDP GSO for encapsulated packets
Gal Pressman
2
-2
/
+12
2024-05-24
net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...
Carolina Jubran
1
-1
/
+1
2024-05-24
net/mlx5e: Do not use ptp structure for tx ts stats when not initialized
Rahul Rameshbabu
1
-0
/
+4
2024-05-24
net/mlx5e: Fix IPsec tunnel mode offload feature check
Rahul Rameshbabu
1
-12
/
+5
2024-05-24
net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules
Rahul Rameshbabu
1
-2
/
+1
2024-05-24
net/mlx5: Fix MTMP register capability offset in MCAM register
Gal Pressman
1
-2
/
+2
2024-05-24
net/mlx5: Do not query MPIR on embedded CPU function
Tariq Toukan
1
-4
/
+8
2024-05-24
net/mlx5: Lag, do bond only if slaves agree on roce state
Maher Sanalla
1
-2
/
+10
2024-05-24
net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061
Mathieu Othacehe
1
-0
/
+1
2024-05-24
connector: Fix invalid conversion in cn_proc.h
Matt Jan
1
-2
/
+1
2024-05-23
tools/latency-collector: Fix -Wformat-security compile warns
Shuah Khan
1
-4
/
+4
2024-05-23
r8169: Fix possible ring buffer corruption on fragmented Tx packets.
Ken Milmore
1
-1
/
+2
2024-05-23
idpf: Interpret .set_channels() input differently
Larysa Zaremba
1
-15
/
+6
2024-05-23
ice: Interpret .set_channels() input differently
Larysa Zaremba
1
-17
/
+2
2024-05-23
nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()
Ryosuke Yasuoka
1
-2
/
+1
2024-05-23
net: relax socket state check at accept time.
Paolo Abeni
1
-1
/
+3
2024-05-23
tcp: remove 64 KByte limit for initial tp->rcv_wnd value
Jason Xing
1
-1
/
+1
2024-05-23
net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()
Romain Gantois
1
-2
/
+12
2024-05-23
tls: fix missing memory barrier in tls_init
Dae R. Jeong
1
-1
/
+9
2024-05-23
net: fec: avoid lock evasion when reading pps_enable
Wei Fang
1
-6
/
+8
2024-05-23
Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"
Jacob Keller
2
-56
/
+3
2024-05-23
testing: net-drv: use stats64 for testing
Joe Damato
1
-1
/
+1
2024-05-23
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
147
-808
/
+794
2024-05-22
mm: simplify and improve print_vma_addr() output
Linus Torvalds
1
-13
/
+6
2024-05-22
x86: improve bitop code generation with clang
Linus Torvalds
1
-5
/
+5
2024-05-22
x86: improve array_index_mask_nospec() code generation
Linus Torvalds
1
-14
/
+10
2024-05-22
clang: work around asm input constraint problems
Linus Torvalds
2
-0
/
+19
2024-05-22
vfs: Delete the associated dentry when deleting a file
Yafang Shao
1
-8
/
+7
2024-05-22
virtio-pci: Check if is_avq is NULL
Li Zhang
1
-1
/
+1
2024-05-22
virtio: delete vq in vp_find_vqs_msix() when request_irq() fails
Jiri Pirko
1
-1
/
+3
[next]