summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-03ibmveth: Optimize poll rescheduling processNick Child1-13/+15
2024-08-03linkmode: Change return type of linkmode_andnot to boolSimon Horman1-2/+3
2024-08-03net: airoha: Link the gdm port to the selected qdma controllerLorenzo Bianconi1-18/+19
2024-08-03net: airoha: Start all qdma NAPIs in airoha_probe()Lorenzo Bianconi1-3/+4
2024-08-03net: airoha: Allow mapping IO region for multiple qdma controllersLorenzo Bianconi1-24/+32
2024-08-03net: airoha: Use qdma pointer as private structure in airoha_irq_handler routineLorenzo Bianconi1-4/+3
2024-08-03net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue stru...Lorenzo Bianconi1-43/+41
2024-08-03net: airoha: Move irq_mask in airoha_qdma structureLorenzo Bianconi1-42/+42
2024-08-03net: airoha: Move airoha_queues in airoha_qdmaLorenzo Bianconi1-61/+65
2024-08-03net: airoha: Introduce airoha_qdma structLorenzo Bianconi1-85/+112
2024-08-03eth: fbnic: select DEVLINK and PAGE_POOLSimon Horman1-0/+2
2024-08-03selftests: net: ksft: print more of the stack for checksJakub Kicinski1-2/+12
2024-08-03selftests: net: ksft: replace 95 with errno.EOPNOTSUPPStanislav Fomichev2-4/+5
2024-08-03selftests: net: ksft: support marking tests as disruptiveStanislav Fomichev3-2/+45
2024-08-03selftests: net-drv: exercise queue stats when the device is downStanislav Fomichev1-1/+24
2024-08-03net: remove IFF_* re-definitionJakub Kicinski1-32/+0
2024-08-02net: axienet: remove unnecessary parenthesesRadhey Shyam Pandey1-2/+1
2024-08-02net: axienet: remove unnecessary ftrace-like loggingRadhey Shyam Pandey1-4/+0
2024-08-02net: axienet: add missing blank line after declarationRadhey Shyam Pandey1-0/+2
2024-08-02net: axienet: Replace the occurrences of (1<<x) by BIT(x)Appana Durga Kedareswara Rao1-14/+14
2024-08-02test/vsock: add ioctl unsent bytes testLuigi Leonardi3-3/+91
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi5-2/+53
2024-08-02vsock: add support for SIOCOUTQ ioctlLuigi Leonardi2-3/+58
2024-08-02net: Use of_property_read_bool()Rob Herring (Arm)4-12/+12
2024-08-02net: mdio: Use of_property_count_u32_elems() to get property lengthRob Herring (Arm)1-3/+2
2024-08-02net: phy: qca807x: Drop unnecessary and broken DT validationRob Herring (Arm)1-10/+0
2024-08-02net: mctp: Consistent peer address handling in ioctl tag allocationJohn Wang1-0/+3
2024-08-01ethtool: Don't check for NULL info in prepare_data callbacksSimon Horman3-4/+3
2024-08-01RDS: IB: Remove unused declarationsYue Haibing1-4/+0
2024-08-01net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driverDaniel Golle1-14/+0
2024-08-01net/mlx5: Reclaim max 50K pages at onceAnand Khoje1-1/+15
2024-08-01mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-08-01mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-08-01ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-01net: skbuff: Skip early return in skb_unref when debuggingBreno Leitao1-1/+1
2024-08-01net: macb: Convert tasklet API to new bottom half workqueue mechanismAllen Pais2-6/+7
2024-08-01net: cnic: Convert tasklet API to new bottom half workqueue mechanismAllen Pais2-10/+11
2024-08-01net: xgbe: Convert tasklet API to new bottom half workqueue mechanismAllen Pais5-38/+38
2024-08-01net: alteon: Convert tasklet API to new bottom half workqueue mechanismAllen Pais2-17/+17
2024-08-01igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim1-16/+17
2024-08-01mlxsw: core_thermal: Fix -Wformat-truncation warningIdo Schimmel1-1/+1
2024-08-01mlxsw: core_thermal: Remove unnecessary assignmentsIdo Schimmel1-2/+0
2024-08-01mlxsw: core_thermal: Remove unnecessary checksIdo Schimmel1-5/+3
2024-08-01mlxsw: core_thermal: Simplify rollbackIdo Schimmel1-1/+1
2024-08-01mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetricIdo Schimmel1-7/+6
2024-08-01mlxsw: core_thermal: Remove unused argumentsIdo Schimmel1-3/+2
2024-08-01mlxsw: core_thermal: Fold two loops into oneIdo Schimmel1-3/+1
2024-08-01mlxsw: core_thermal: Remove another unnecessary checkIdo Schimmel1-2/+0
2024-08-01mlxsw: core_thermal: Remove unnecessary checkIdo Schimmel1-3/+0
2024-08-01mlxsw: core_thermal: Call thermal_zone_device_unregister() unconditionallyIdo Schimmel1-8/+2