index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
amd/pds_core: core: No need for Null pointer check before kfree
Bragatheswaran Manickavel
1
-5
/
+2
2023-10-25
net: hns3: add some link modes for hisilicon device
Hao Chen
2
-82
/
+92
2023-10-25
net: dsa: microchip: ksz9477: add Wake on LAN support
Oleksij Rempel
4
-0
/
+132
2023-10-25
net: dsa: microchip: use wakeup-source DT property to enable PME output
Oleksij Rempel
2
-0
/
+4
2023-10-25
net: dsa: microchip: Add missing MAC address register offset for ksz8863
Oleksij Rempel
1
-0
/
+1
2023-10-24
s390/qeth: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-24
s390/ctcm: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2023-10-24
net: ethernet: mtk_wed: remove wo pointer in wo_r32/wo_w32 signature
Lorenzo Bianconi
1
-6
/
+6
2023-10-24
net: ethernet: mtk_wed: fix firmware loading for MT7986 SoC
Lorenzo Bianconi
1
-23
/
+25
2023-10-24
net: ethernet: renesas: drop SoC names in Kconfig
Wolfram Sang
1
-8
/
+1
2023-10-24
net: ethernet: renesas: group entries in Makefile
Wolfram Sang
1
-3
/
+1
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
26
-166
/
+165
2023-10-24
tsnep: Fix tsnep_request_irq() format-overflow warning
Gerhard Engleder
2
-7
/
+7
2023-10-24
net: ethernet: davinci_emac: Use MAC Address from Device Tree
Adam Ford
1
-10
/
+12
2023-10-24
net: ti: icssg-prueth: Add phys_port_name support
Jan Kiszka
1
-0
/
+14
2023-10-24
net: microchip: lan743x: improve throughput with rx timestamp config
Vishvambar Panth S
4
-2
/
+63
2023-10-23
net: veth: use newly added page pool API for veth with xdp
Yunsheng Lin
1
-9
/
+16
2023-10-23
page_pool: remove PP_FLAG_PAGE_FRAG
Yunsheng Lin
6
-10
/
+4
2023-10-23
Merge tag 'for-net-next-2023-10-23' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
6
-7
/
+137
2023-10-23
idpf: cancel mailbox work in error path
Pavan Kumar Linga
1
-0
/
+1
2023-10-23
idpf: set scheduling mode for completion queue
Michal Kubiak
2
-3
/
+15
2023-10-23
Bluetooth: btmtksdio: enable bluetooth wakeup in system suspend
Zhengping Jiang
1
-6
/
+38
2023-10-23
Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE
Guan Wentao
1
-0
/
+2
2023-10-23
Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED
Janne Grunau
1
-0
/
+5
2023-10-23
Bluetooth: btusb: Add date->evt_skb is NULL check
youwan Wang
1
-0
/
+3
2023-10-23
Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device tables
Masum Reza
1
-0
/
+2
2023-10-23
Bluetooth: qca: add support for QCA2066
Tim Jiang
3
-1
/
+83
2023-10-23
Bluetooth: Add support for Intel Misty Peak - 8087:0038
Vijay Satija
1
-0
/
+1
2023-10-23
Bluetooth: Add support ITTIM PE50-M75C
Jingyang Wang
1
-0
/
+3
2023-10-23
net: mdio: xgene: Fix unused xgene_mdio_of_match warning for !CONFIG_OF
Rob Herring
1
-1
/
+1
2023-10-23
net: lan966x: remove useless code in lan966x_xtr_irq_handler
Su Hui
1
-1
/
+0
2023-10-23
chtls: fix tp->rcv_tstamp initialization
Eric Dumazet
1
-1
/
+1
2023-10-23
vxlan: use generic function for tunnel IPv6 route lookup
Beniamino Galvani
1
-106
/
+30
2023-10-23
geneve: use generic function for tunnel IPv6 route lookup
Beniamino Galvani
1
-65
/
+31
2023-10-23
ipv6: add new arguments to udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-3
/
+7
2023-10-23
ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-3
/
+2
2023-10-23
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
1
-5
/
+5
2023-10-22
bnxt_en: extend media types to supported and autoneg modes
Edwin Peer
1
-120
/
+153
2023-10-22
bnxt_en: convert to linkmode_set_bit() API
Edwin Peer
1
-24
/
+24
2023-10-22
bnxt_en: Refactor NRZ/PAM4 link speed related logic
Michael Chan
1
-31
/
+67
2023-10-22
bnxt_en: refactor speed independent ethtool modes
Edwin Peer
1
-38
/
+40
2023-10-22
bnxt_en: support lane configuration via ethtool
Edwin Peer
1
-7
/
+25
2023-10-22
bnxt_en: add infrastructure to lookup ethtool link mode
Edwin Peer
2
-20
/
+258
2023-10-22
bnxt_en: Fix invoking hwmon_notify_event
Kalesh AP
1
-5
/
+11
2023-10-22
bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI
Kalesh AP
4
-9
/
+18
2023-10-21
octeon_ep: assert hardware structure sizes
Shinas Rasheed
2
-0
/
+7
2023-10-21
net: dsa: mv88e6xxx: add an error code check in mv88e6352_tai_event_work
Su Hui
1
-0
/
+4
2023-10-20
net: wwan: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-20
pds_core: add an error code check in pdsc_dl_info_get
Su Hui
1
-0
/
+2
2023-10-20
ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()
Dan Carpenter
1
-9
/
+10
[next]