index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
scripts
/
lib
/
kdoc
/
kdoc_parser.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-14
xen: Remove some deadcode (x)
Dr. David Alan Gilbert
5
-35
/
+0
2025-07-14
xen-pciback: Replace scnprintf() with sysfs_emit_at()
Ryan Chung
1
-6
/
+6
2025-07-14
xen/xenbus: fix W=1 build warning in xenbus_va_dev_error function
Peng Jiang
1
-0
/
+2
2025-07-13
Linux 6.16-rc6
Linus Torvalds
1
-1
/
+1
2025-07-11
Revert "eventpoll: Fix priority inversion problem"
Linus Torvalds
1
-134
/
+324
2025-07-12
erofs: fix large fragment handling
Gao Xiang
3
-7
/
+8
2025-07-11
netlink: make sure we allow at least one dump skb
Jakub Kicinski
1
-2
/
+3
2025-07-11
netlink: Fix rmem check in netlink_broadcast_deliver().
Kuniyuki Iwashima
1
-1
/
+1
2025-07-11
bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT
Somnath Kotur
1
-1
/
+1
2025-07-11
bnxt_en: Flush FW trace before copying to the coredump
Shruti Parab
1
-7
/
+11
2025-07-11
bnxt_en: Fix DCB ETS validation
Shravya KN
1
-0
/
+2
2025-07-11
net: ll_temac: Fix missing tx_pending check in ethtools_set_ringparam()
Alok Tiwari
1
-1
/
+1
2025-07-11
net/mlx5e: Add new prio for promiscuous mode
Jianbo Liu
3
-7
/
+17
2025-07-11
net/mlx5e: Fix race between DIM disable and net_dim()
Carolina Jubran
1
-2
/
+2
2025-07-11
net/mlx5: Reset bw_share field when changing a node's parent
Carolina Jubran
1
-0
/
+1
2025-07-11
MAINTAINERS: Update Kirill Shutemov's email address for TDX
Kirill A. Shutemov
2
-1
/
+2
2025-07-11
can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx message to debug level
Sean Nyekjaer
1
-1
/
+1
2025-07-11
MAINTAINERS: remove bouncing address for Nandor Han
Bartosz Golaszewski
1
-7
/
+0
2025-07-10
drm/xe/guc: Default log level to non-verbose
Lucas De Marchi
1
-1
/
+1
2025-07-10
drm/xe/bmg: Don't use WA 16023588340 and 22019338487 on VF
Michal Wajdeczko
1
-2
/
+2
2025-07-10
drm/xe/guc: Recommend GuC v70.46.2 for BMG, LNL, DG2
Julia Filipchuk
1
-3
/
+3
2025-07-10
drm/xe/pm: Correct comment of xe_pm_set_vram_threshold()
Shuicheng Lin
1
-3
/
+5
2025-07-10
drm/xe: Release runtime pm for error path of xe_devcoredump_read()
Shuicheng Lin
1
-10
/
+28
2025-07-10
drm/xe/pm: Restore display pm if there is error after display suspend
Shuicheng Lin
1
-2
/
+1
2025-07-10
selftests: net: lib: fix shift count out of range
Hangbin Liu
1
-1
/
+1
2025-07-10
selftests: Add IPv6 multicast route generation tests for GRE devices.
Guillaume Nault
1
-10
/
+17
2025-07-10
gre: Fix IPv6 multicast route creation.
Guillaume Nault
1
-7
/
+2
2025-07-10
net: phy: microchip: limit 100M workaround to link-down events on LAN88xx
Oleksij Rempel
1
-1
/
+1
2025-07-10
net: phy: microchip: Use genphy_soft_reset() to purge stale LPA bits
Oleksij Rempel
1
-0
/
+1
2025-07-10
ibmvnic: Fix hardcoded NUM_RX_STATS/NUM_TX_STATS with dynamic sizeof
Mingming Cao
1
-2
/
+6
2025-07-10
net: appletalk: Fix device refcount leak in atrtr_create()
Kito Xu
1
-0
/
+1
2025-07-10
netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()
Eric Dumazet
1
-1
/
+1
2025-07-10
irqchip/irq-msi-lib: Fix build with PCI disabled
Arnd Bergmann
1
-0
/
+1
2025-07-10
PCI/MSI: Prevent recursive locking in pci_msix_write_tph_tag()
Himanshu Madhani
1
-1
/
+3
2025-07-10
drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too
Hans de Goede
1
-4
/
+4
2025-07-10
wifi: mac80211: add the virtual monitor after reconfig complete
Miri Korenblit
1
-5
/
+4
2025-07-10
wifi: mac80211: always initialize sdata::key_list
Miri Korenblit
1
-2
/
+2
2025-07-10
net/sched: sch_qfq: Fix null-deref in agg_dequeue
Xiang Mei
4
-28
/
+25
2025-07-10
erofs: allow readdir() to be interrupted
Chao Yu
1
-0
/
+6
2025-07-10
erofs: address D-cache aliasing
Gao Xiang
5
-19
/
+21
2025-07-10
erofs: use memcpy_to_folio() to replace copy_to_iter()
Gao Xiang
1
-9
/
+1
2025-07-10
erofs: fix to add missing tracepoint in erofs_read_folio()
Chao Yu
1
-0
/
+2
2025-07-10
erofs: fix to add missing tracepoint in erofs_readahead()
Chao Yu
1
-0
/
+3
2025-07-09
Revert "sched/numa: add statistics of numa balance task"
Chen Yu
7
-27
/
+2
2025-07-09
mm: fix the inaccurate memory statistics issue for users
Baolin Wang
2
-7
/
+12
2025-07-09
mm/damon: fix divide by zero in damon_get_intervals_score()
Honggyu Kim
1
-0
/
+1
2025-07-09
samples/damon: fix damon sample mtier for start failure
Honggyu Kim
1
-2
/
+6
2025-07-09
samples/damon: fix damon sample wsse for start failure
Honggyu Kim
1
-2
/
+6
2025-07-09
samples/damon: fix damon sample prcl for start failure
Honggyu Kim
1
-2
/
+6
2025-07-09
kasan: remove kasan_find_vm_area() to prevent possible deadlock
Yeoreum Yun
1
-43
/
+2
[next]