summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-10-15minmax: don't use max() in situations that want a C constant expressionLinus Torvalds4-4/+4
2025-10-15media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probeDuoming Zhou1-2/+2
2025-10-15media: tuner: xc5000: Fix use-after-free in xc5000_releaseDuoming Zhou1-1/+1
2025-10-15media: tunner: xc5000: Refactor firmware loadRicardo Ribalda1-22/+17
2025-10-15media: rc: fix races with imon_disconnect()Larshin Sergey1-7/+20
2025-10-15media: b2c2: Fix use-after-free causing by irq_check_work in flexcop_pci_removeDuoming Zhou1-1/+1
2025-10-15scsi: target: target_core_configfs: Add length check to avoid buffer overflowWang Haoran1-1/+1
2025-10-02drm/i915/backlight: Return immediately when scale() finds invalid parametersGuenter Roeck1-2/+3
2025-10-02minmax: add a few more MIN_T/MAX_T usersLinus Torvalds4-5/+5
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds15-33/+41
2025-10-02i40e: add validation for ring_len paramLukasz Czapnik1-0/+14
2025-10-02i40e: increase max descriptors for XL710Justin Bronder2-6/+20
2025-10-02i40e: fix idx validation in config queues msgLukasz Czapnik1-2/+2
2025-10-02i40e: fix validation of VF state in get resourcesLukasz Czapnik2-2/+8
2025-10-02drm/ast: Use msleep instead of mdelay for edid readNirmoy Das1-1/+1
2025-10-02minmax: add in_range() macroMatthew Wilcox (Oracle)5-30/+24
2025-10-02fbcon: Fix OOB access in font allocationThomas Zimmermann1-3/+3
2025-10-02fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda1-2/+9
2025-10-02i40e: improve VF MAC filters accountingLukasz Czapnik3-44/+50
2025-10-02i40e: add mask to apply valid bits for itr_idxLukasz Czapnik1-1/+1
2025-10-02i40e: add max boundary check for VF filtersLukasz Czapnik1-0/+10
2025-10-02i40e: fix input validation logic for action_metaLukasz Czapnik1-1/+1
2025-10-02i40e: fix idx validation in i40e_validate_queue_mapLukasz Czapnik1-2/+4
2025-10-02drm/gma500: Fix null dereference in hdmi teardownZabelin Nikita1-1/+1
2025-10-02octeontx2-pf: Fix potential use after free in otx2_tc_add_flow()Dan Carpenter1-1/+1
2025-10-02net: dsa: lantiq_gswip: suppress -EINVAL errors for bridge FDB entries added ...Vladimir Oltean1-1/+2
2025-10-02net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()Vladimir Oltean1-4/+14
2025-10-02net: dsa: lantiq_gswip: do also enable or disable cpu portMartin Schiller1-16/+8
2025-10-02bnxt_en: correct offset handling for IPv6 destination addressAlok Tiwari1-1/+1
2025-10-02ethernet: rvu-af: Remove slash from the driver namePetr Malat1-2/+1
2025-10-02can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1
2025-10-02can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-10-02can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-1/+2
2025-10-02can: etas_es58x: sort the includes by alphabetic orderVincent Mailhol4-11/+11
2025-10-02can: rcar_can: rcar_can_resume(): fix s2ram with PSCIGeert Uytterhoeven1-7/+1
2025-10-02cpufreq: Initialize cpufreq-based invariance before subsysChristian Loehle1-9/+11
2025-10-02IB/mlx5: Fix obj_type mismatch for SRQ event subscriptionsOr Har-Toov1-0/+1
2025-10-02usb: core: Add 0x prefix to quirks debug outputJiayi Li1-1/+1
2025-09-25xhci: dbc: Fix full DbC transfer ring after several reconnectsMathias Nyman1-2/+21
2025-09-25xhci: dbc: decouple endpoint allocation from initializationMathias Nyman1-25/+46
2025-09-25phy: ti: omap-usb2: fix device leak at unbindJohan Hovold1-0/+13
2025-09-25phy: Use device_get_match_data()Rob Herring8-55/+26
2025-09-25phy: broadcom: ns-usb3: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2025-09-25drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error pathQi Xi1-2/+4
2025-09-25drm: bridge: anx7625: Fix NULL pointer dereference with early IRQLoic Poulain1-2/+4
2025-09-25mmc: mvsdio: Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-09-25iommu/vt-d: Fix __domain_mapping()'s usage of switch_to_super_page()Eugene Koira1-1/+6
2025-09-25power: supply: bq27xxx: restrict no-battery detection to bq27000H. Nikolaus Schaller1-2/+2