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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-18
nvmet: Use enum definitions instead of hardcoded values
Damien Le Moal
1
-7
/
+7
2025-02-18
nvme: Cleanup the definition of the controller config register fields
Damien Le Moal
1
-7
/
+33
2025-02-18
nvme/ioctl: add missing space in err message
Caleb Sander Mateos
1
-2
/
+1
2025-02-18
nvme-tcp: fix connect failure on receiving partial ICResp PDU
Caleb Sander Mateos
1
-1
/
+4
2025-02-18
nvme: tcp: Fix compilation warning with W=1
Damien Le Moal
1
-1
/
+1
2025-02-18
nvmet: pci-epf: Avoid RCU stalls under heavy workload
Damien Le Moal
1
-0
/
+11
2025-02-18
nvmet: pci-epf: Do not uselessly write the CSTS register
Damien Le Moal
1
-2
/
+6
2025-02-18
nvmet: pci-epf: Correctly initialize CSTS when enabling the controller
Damien Le Moal
1
-8
/
+12
2025-02-18
nvmet-rdma: recheck queue state is LIVE in state lock in recv done
Ruozhu Li
1
-10
/
+23
2025-02-18
nvmet: Fix crash when a namespace is disabled
Hannes Reinecke
1
-21
/
+19
2025-02-18
nvme-tcp: add basic support for the C2HTermReq PDU
Maurizio Lombardi
2
-0
/
+45
2025-02-18
nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
Christopher Lentocha
1
-0
/
+2
2025-02-17
block: fix NULL pointer dereferenced within __blk_rq_map_sg
Ming Lei
1
-1
/
+4
2025-02-14
block/merge: remove unnecessary min() with UINT_MAX
Caleb Sander Mateos
1
-1
/
+1
2025-02-14
partitions: mac: fix handling of bogus partition table
Jann Horn
1
-3
/
+15
2025-02-13
block: cleanup and fix batch completion adding conditions
Jens Axboe
1
-4
/
+14
2025-02-02
drivers/block/sunvdc.c: update the correct AIP call
Stephen Rothwell
1
-2
/
+2
2025-01-31
md: Fix linear_set_limits()
Bart Van Assche
1
-3
/
+1
2025-01-31
nvme-fc: use ctrl state getter
Daniel Wagner
1
-3
/
+6
2025-01-31
nvme: make nvme_tls_attrs_group static
Keith Busch
1
-1
/
+1
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
26
-84
/
+136
2025-01-29
block: fix nr_hw_queue update racing with disk addition/removal
Nilay Shroff
1
-8
/
+9
2025-01-29
block: get rid of request queue ->sysfs_dir_lock
Nilay Shroff
5
-31
/
+5
2025-01-28
nvmet: add a missing endianess conversion in nvmet_execute_admin_connect
Christoph Hellwig
1
-1
/
+1
2025-01-28
nvmet: the result field in nvmet_alloc_ctrl_args is little endian
Christoph Hellwig
1
-1
/
+1
2025-01-27
loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}
Christoph Hellwig
1
-2
/
+1
2025-01-24
md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
Yu Kuai
2
-1
/
+9
2025-01-24
nvmet: fix a memory leak in controller identify
Sagi Grimberg
1
-0
/
+1
2025-01-23
nvme-fc: do not ignore connectivity loss during connecting
Daniel Wagner
1
-5
/
+18
2025-01-23
nvme: handle connectivity loss in nvme_set_queue_count
Daniel Wagner
1
-1
/
+7
2025-01-23
nvme-fc: go straight to connecting state when initializing
Daniel Wagner
1
-2
/
+1
2025-01-23
blk-mq: create correct map for fallback case
Daniel Wagner
1
-2
/
+1
2025-01-23
block: don't revert iter for -EIOCBQUEUED
Jens Axboe
1
-2
/
+3
2025-01-21
cachestat: fix page cache statistics permission checking
Linus Torvalds
1
-0
/
+17
2025-01-21
MAINTAINERS: ipmi: update my email address
Corey Minyard
1
-1
/
+1
2025-01-21
rseq: Fix rseq unregistration regression
Mathieu Desnoyers
1
-1
/
+1
2025-01-20
Input: synaptics - fix crash when enabling pass-through port
Dmitry Torokhov
2
-14
/
+43
2025-01-20
Input: atkbd - map F23 key to support default copilot shortcut
Mark Pearson
1
-1
/
+1
2025-01-20
net/rose: prevent integer overflows in rose_setsockopt()
Nikita Zhandarovich
1
-8
/
+8
2025-01-20
net: phylink: fix regression when binding a PHY
Russell King (Oracle)
1
-1
/
+5
2025-01-20
net: ethernet: ti: am65-cpsw: streamline TX queue creation and cleanup
Roger Quadros
1
-46
/
+77
2025-01-20
net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanup
Roger Quadros
1
-124
/
+119
2025-01-20
net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error path
Roger Quadros
1
-23
/
+44
2025-01-20
ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.
Kuniyuki Iwashima
1
-4
/
+8
2025-01-20
ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.
Kuniyuki Iwashima
1
-8
/
+17
2025-01-20
ipv6: Move lifetime validation to inet6_rtm_newaddr().
Kuniyuki Iwashima
1
-58
/
+35
2025-01-20
ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().
Kuniyuki Iwashima
1
-7
/
+7
2025-01-20
ipv6: Pass dev to inet6_addr_add().
Kuniyuki Iwashima
1
-10
/
+10
2025-01-20
ipv6: Convert inet6_ioctl() to per-netns RTNL.
Kuniyuki Iwashima
1
-6
/
+6
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().
Kuniyuki Iwashima
1
-5
/
+5
[next]