aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-07virtio_net: Add a lock for per queue RX coalesceDaniel Jurgens1-12/+41
2024-05-07virtio_net: Do DIM update for specified queue onlyDaniel Jurgens1-25/+15
2024-05-07virtio_net: Add a lock for the command VQ.Daniel Jurgens1-1/+10
2024-05-07virtio_net: Remove command data from control_bufDaniel Jurgens1-39/+85
2024-05-07virtio_net: Store RSS setting in virtnet_infoDaniel Jurgens1-20/+20
2024-05-07net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL1-1/+2
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2-2/+2
2024-05-07net: qede: use return from qede_flow_parse_ports()Asbjørn Sloth Tønnesen1-4/+9
2024-05-07net: qede: use return from qede_flow_spec_validate_unused()Asbjørn Sloth Tønnesen1-3/+4
2024-05-07net: qede: use return from qede_parse_actions() for flow_specAsbjørn Sloth Tønnesen1-2/+5
2024-05-07Merge tag 'riscv-config-for-v6.10' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann5-9/+9
2024-05-07HID: i2c-hid: Remove unused label in i2c_hid_set_powerKenny Levinsen1-2/+0
2024-05-07gpio: nuvoton: Fix sgpio irq handle errorJim Liu1-6/+4
2024-05-07Merge tag 'intel-gpio-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski10-47/+465
2024-05-06rpmsg: qcom_glink_ssr: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-06octeontx2-pf: Treat truncation of IRQ name as an errorSimon Horman1-2/+10
2024-05-06Merge patch series "Update lpfc to revision 14.4.0.2"Martin K. Petersen15-413/+432
2024-05-06scsi: lpfc: Copyright updates for 14.4.0.2 patchesJustin Tee1-1/+1
2024-05-06scsi: lpfc: Update lpfc version to 14.4.0.2Justin Tee1-1/+1
2024-05-06scsi: lpfc: Add support for 32 byte CDBsJustin Tee5-38/+80
2024-05-06scsi: lpfc: Change lpfc_hba hba_flag member into a bitmaskJustin Tee12-331/+279
2024-05-06scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_listJustin Tee5-8/+22
2024-05-06scsi: lpfc: Clear deferred RSCN processing flag when driver is unloadingJustin Tee2-30/+45
2024-05-06scsi: lpfc: Update logging of protection type for T10 DIF I/OJustin Tee1-1/+1
2024-05-06scsi: lpfc: Change default logging level for unsolicited CT MIB commandsJustin Tee1-8/+8
2024-05-06Merge branch '6.9/s/lpfc2' into 6.10/s/lpfcMartin K. Petersen16-185/+177
2024-05-06scsi: target: Remove unused list 'device_list'Dr. David Alan Gilbert1-1/+0
2024-05-06scsi: iscsi: Remove unused list 'connlist_err'Dr. David Alan Gilbert1-1/+0
2024-05-06Merge patch series "ufs-exynos support for Tensor GS101"Martin K. Petersen2-15/+205
2024-05-06scsi: ufs: exynos: Add support for Tensor gs101 SoCPeter Griffin2-0/+160
2024-05-06scsi: ufs: exynos: Add some pa_dbg_ register offsets into drvdataPeter Griffin2-13/+31
2024-05-06scsi: ufs: exynos: Allow max frequencies up to 267MhzPeter Griffin1-1/+1
2024-05-06scsi: ufs: exynos: Add EXYNOS_UFS_OPT_TIMER_TICK_SELECT optionPeter Griffin2-0/+10
2024-05-06scsi: ufs: exynos: Add EXYNOS_UFS_OPT_UFSPR_SECURE optionPeter Griffin2-1/+5
2024-05-07staging: iio: impedance-analyzer: ad5933: Use devm_regulator_get_enable_read_...David Lechner1-24/+2
2024-05-07iio: frequency: admv1013: Use devm_regulator_get_enable_read_voltage()David Lechner1-30/+10
2024-05-07iio: addac: ad74115: Use devm_regulator_get_enable_read_voltage()David Lechner1-25/+15
2024-05-07hwmon: (adc128d818) simplify final return in probeDavid Lechner1-3/+1
2024-05-07regulator: devres: fix devm_regulator_get_enable_read_voltage() returnDavid Lechner1-1/+1
2024-05-06scsi: qla2xxx: Fix debugfs output for fw_resource_countHimanshu Madhani1-1/+1
2024-05-06atm/fore200e: Delete unused 'fore200e_boards'Dr. David Alan Gilbert2-4/+0
2024-05-06gve: Implement queue apiShailend Chand5-24/+189
2024-05-06scsi: qedf: Ensure the copied buf is NUL terminatedBui Quang Minh1-1/+1
2024-05-06scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh1-2/+2
2024-05-07gtp: identify tunnel via GTP device + GTP version + TEID + familyPablo Neira Ayuso1-22/+63
2024-05-07gtp: support for IPv4-in-IPv6-GTP and IPv6-in-IPv4-GTPPablo Neira Ayuso1-28/+101
2024-05-07gtp: add helper function to build GTP packets from an IPv6 packetPablo Neira Ayuso1-47/+62
2024-05-07gtp: add helper function to build GTP packets from an IPv4 packetPablo Neira Ayuso1-27/+42
2024-05-07gtp: remove IPv4 and IPv6 header from context objectPablo Neira Ayuso1-12/+11
2024-05-07gtp: move debugging to skbuff build helper functionPablo Neira Ayuso1-4/+6