index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-01
e1000e: change usleep_range to udelay in PHY mdic access
Vitaly Lifshits
1
-4
/
+4
2024-05-01
net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341
Marek Behún
1
-2
/
+2
2024-05-01
inet: introduce dst_rtable() helper
Eric Dumazet
23
-70
/
+64
2024-05-01
cxgb4: Properly lock TX queue for the selftest.
Sebastian Andrzej Siewior
1
-3
/
+3
2024-05-01
rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()
Yunsheng Lin
3
-7
/
+7
2024-04-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-4
/
+53
2024-04-30
Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2
-4
/
+53
2024-04-30
i40e: Add and use helper to reconfigure TC for given VSI
Ivan Vecera
1
-8
/
+24
2024-04-30
i40e: Add helper to access main VEB
Ivan Vecera
3
-16
/
+31
2024-04-30
i40e: Consolidate checks whether given VSI is main
Ivan Vecera
3
-17
/
+16
2024-04-30
i40e: Add helper to access main VSI
Ivan Vecera
9
-83
/
+116
2024-04-30
i40e: Refactor argument of i40e_detect_recover_hung()
Ivan Vecera
3
-6
/
+8
2024-04-30
i40e: Refactor argument of several client notification functions
Ivan Vecera
3
-19
/
+17
2024-04-30
i40e: Remove flags field from i40e_veb
Ivan Vecera
3
-11
/
+7
2024-04-30
Merge tag 'for-v6.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
2
-1
/
+3
2024-04-30
Merge tag 'platform-drivers-x86-v6.9-4' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+1
2024-04-30
Merge tag 'pinctrl-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
9
-96
/
+100
2024-04-30
Merge branch 'selftests-net-page_poll-allocation-error-injection'
Jakub Kicinski
10
-7
/
+214
2024-04-30
selftests: drv-net-hw: add test for memory allocation failures with page pool
Jakub Kicinski
3
-0
/
+134
2024-04-30
selftests: drv-net: support generating iperf3 load
Jakub Kicinski
2
-0
/
+42
2024-04-30
selftests: net: py: avoid all ports < 10k
Jakub Kicinski
1
-1
/
+1
2024-04-30
selftests: net: py: extract tool logic
Jakub Kicinski
1
-3
/
+9
2024-04-30
selftests: drv-net-hw: support using Python from net hw tests
Jakub Kicinski
4
-3
/
+26
2024-04-30
net: page_pool: support error injection
Jakub Kicinski
1
-0
/
+2
2024-04-30
selftests: netfilter: avoid test timeouts on debug kernels
Florian Westphal
4
-3
/
+10
2024-04-30
net: sfp-bus: constify link_modes to sfp_select_interface()
Russell King (Oracle)
2
-3
/
+3
2024-04-30
net: sfp: allow use 2500base-X for 2500base-T modules
Russell King (Oracle)
1
-1
/
+2
2024-04-30
net: phylink: add debug print for empty posssible_interfaces
Russell King (Oracle)
1
-0
/
+3
2024-04-30
net: dsa: realtek: provide own phylink MAC operations
Russell King (Oracle)
4
-18
/
+46
2024-04-30
net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being used
Arınç ÜNAL
1
-1
/
+2
2024-04-30
Merge branch 'net-smc-smc-intra-os-shortcut-with-loopback-ism'
Paolo Abeni
12
-28
/
+721
2024-04-30
net/smc: implement DMB-merged operations of loopback-ism
Wen Gu
2
-15
/
+108
2024-04-30
net/smc: adapt cursor update when sndbuf and peer DMB are merged
Wen Gu
1
-2
/
+34
2024-04-30
net/smc: {at|de}tach sndbuf to peer DMB if supported
Wen Gu
3
-1
/
+77
2024-04-30
net/smc: add operations to merge sndbuf with peer DMB
Wen Gu
3
-0
/
+47
2024-04-30
net/smc: register loopback-ism into SMC-D device list
Wen Gu
3
-16
/
+35
2024-04-30
net/smc: ignore loopback-ism when dumping SMC-D devices
Wen Gu
2
-0
/
+7
2024-04-30
net/smc: mark optional smcd_ops and check for support when called
Wen Gu
2
-7
/
+16
2024-04-30
net/smc: implement DMB-related operations of loopback-ism
Wen Gu
2
-3
/
+139
2024-04-30
net/smc: implement ID-related operations of loopback-ism
Wen Gu
2
-5
/
+60
2024-04-30
net/smc: introduce loopback-ism for SMC intra-OS shortcut
Wen Gu
5
-1
/
+223
2024-04-30
net/smc: decouple ism_client from SMC-D DMB registration
Wen Gu
3
-8
/
+5
2024-04-30
sctp: prefer struct_size over open coded arithmetic
Erick Archer
1
-3
/
+4
2024-04-30
Merge branch 'virtio-net-support-device-stats'
Paolo Abeni
7
-61
/
+1284
2024-04-30
virtio-net: support queue stat
Xuan Zhuo
1
-21
/
+371
2024-04-30
netdev: add queue stats
Xuan Zhuo
5
-2
/
+190
2024-04-30
virtio_net: add the total stats field
Xuan Zhuo
1
-12
/
+69
2024-04-30
virtio_net: device stats helpers support driver stats
Xuan Zhuo
1
-75
/
+82
2024-04-30
virtio_net: support device stats
Xuan Zhuo
1
-4
/
+472
2024-04-30
virtio_net: remove "_queue" from ethtool -S
Xuan Zhuo
1
-2
/
+2
[prev]
[next]