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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-17
net: atlantic: Fix crash when XDP is enabled but no program is loaded
Toke Høiland-Jørgensen
1
-7
/
+21
2023-03-17
net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pull
Szymon Heidrich
1
-2
/
+8
2023-03-17
sh_eth: avoid PHY being resumed when interface is not up
Wolfram Sang
1
-2
/
+10
2023-03-17
ravb: avoid PHY being resumed when interface is not up
Wolfram Sang
1
-2
/
+10
2023-03-17
clk: sprd: set max_register according to mapping range
Chunyan Zhang
1
-3
/
+6
2023-03-16
i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()
Wei Chen
1
-0
/
+3
2023-03-16
i2c: hisi: Only use the completion interrupt to finish the transfer
Yicong Yang
1
-1
/
+5
2023-03-16
i2c: hisi: Avoid redundant interrupts
Yicong Yang
1
-0
/
+7
2023-03-16
i2c: mxs: ensure that DMA buffers are safe for DMA
Matthias Schiffer
1
-5
/
+13
2023-03-16
i2c: imx-lpi2c: check only for enabled interrupt flags
Alexander Stein
1
-0
/
+4
2023-03-16
i2c: imx-lpi2c: clean rx/tx buffers upon new message
Alexander Stein
1
-0
/
+2
2023-03-16
virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
Xuan Zhuo
1
-1
/
+4
2023-03-16
virtio_net: fix page_to_skb() miss headroom
Xuan Zhuo
1
-5
/
+6
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
17
-46
/
+34
2023-03-16
net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290
Vladimir Oltean
1
-4
/
+12
2023-03-16
dm stats: check for and propagate alloc_percpu failure
Jiasheng Jiang
3
-3
/
+10
2023-03-16
ice: xsk: disable txq irq before flushing hw
Maciej Fijalkowski
1
-3
/
+2
2023-03-16
ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()
Harshit Mogalapalli
1
-2
/
+1
2023-03-16
igc: fix the validation logic for taprio's gate list
AKASHI Takahiro
1
-10
/
+10
2023-03-16
igbvf: Regard vf reset nack as success
Akihiko Odaki
1
-3
/
+10
2023-03-16
intel/igbvf: free irq on the error path in igbvf_request_msix()
Gaosheng Cui
1
-2
/
+6
2023-03-16
igb: Enable SR-IOV after reinit
Akihiko Odaki
1
-77
/
+58
2023-03-16
igb: revert rtnl_lock() that causes deadlock
Lin Ma
1
-2
/
+0
2023-03-16
iavf: do not track VLAN 0 filters
Ahmed Zaki
2
-2
/
+8
2023-03-16
iavf: fix non-tunneled IPv6 UDP packet type and hashing
Alexander Lobakin
1
-1
/
+1
2023-03-16
iavf: fix inverted Rx hash condition leading to disabled hash
Alexander Lobakin
1
-1
/
+1
2023-03-16
fbdev: Use of_property_present() for testing DT property presence
Rob Herring
4
-4
/
+4
2023-03-16
fbdev: au1200fb: Fix potential divide by zero
Wei Chen
1
-0
/
+3
2023-03-16
fbdev: lxfb: Fix potential divide by zero
Wei Chen
1
-0
/
+3
2023-03-16
fbdev: intelfb: Fix potential divide by zero
Wei Chen
1
-0
/
+3
2023-03-16
fbdev: nvidia: Fix potential divide by zero
Wei Chen
1
-0
/
+2
2023-03-16
fbdev: stifb: Provide valid pixelclock and add fb_check_var() checks
Helge Deller
1
-0
/
+27
2023-03-16
Merge tag 'nvme-6.3-2022-03-16' of git://git.infradead.org/nvme into block-6.3
Jens Axboe
4
-16
/
+54
2023-03-16
usb: gadget: Use correct endianness of the wLength field for WebUSB
Andy Shevchenko
1
-4
/
+3
2023-03-16
uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2
Yaroslav Furman
1
-0
/
+7
2023-03-16
usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver
Pawel Laszczak
1
-16
/
+11
2023-03-16
usb: cdns3: Fix issue with using incorrect PCI device function
Pawel Laszczak
1
-0
/
+5
2023-03-16
usb: cdnsp: Fixes issue with redundant Status Stage
Pawel Laszczak
1
-18
/
+1
2023-03-16
xen: remove unnecessary (void*) conversions
Yu Zhe
1
-5
/
+5
2023-03-16
Merge tag 'icc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...
Greg Kroah-Hartman
14
-320
/
+146
2023-03-16
ata: pata_parport: fix memory leaks
Ondrej Zary
1
-11
/
+14
2023-03-16
net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()
Vladimir Oltean
1
-16
/
+8
2023-03-16
veth: Fix use after free in XDP_REDIRECT
Shawn Bohrer
1
-4
/
+2
2023-03-16
hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip
Lars-Peter Clausen
1
-0
/
+1
2023-03-16
hwmon: (adm1266) Set `can_sleep` flag for GPIO chip
Lars-Peter Clausen
1
-0
/
+1
2023-03-16
net/mlx5e: TC, Remove error message log print
Oz Shlomo
1
-1
/
+0
2023-03-16
net/mlx5e: TC, fix cloned flow attribute
Oz Shlomo
1
-1
/
+1
2023-03-16
net/mlx5e: TC, fix missing error code
Oz Shlomo
1
-2
/
+6
2023-03-16
net/sched: TC, fix raw counter initialization
Oz Shlomo
1
-0
/
+5
2023-03-16
net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites
Adham Faris
1
-3
/
+7
[prev]
[next]