LinuxLists
Users
About
Esben Haabendal (
[email protected]
)
Number of posts: 173 (0.09 per day)
First post: 2019-04-26 07:41:26
Last post: 2024-06-07 13:41:09
Previous Page
/
Next Page
Date
List
Subject
2020-02-19 10:55:23
linux-kernel
[PATCH net 1/4] net: ll_temac: Fix race condition causing TX hang
2020-02-19 10:55:00
linux-kernel
[PATCH net 4/4] net: ll_temac: Handle DMA halt condition caused by buffer underrun
2020-02-19 10:54:48
linux-kernel
[PATCH net 3/4] net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure
2020-02-19 10:54:09
linux-kernel
[PATCH net 0/4] net: ll_temac: Bugfixes
2020-02-19 10:53:24
linux-kernel
Re: [PATCH 0/8] net: ll_temac: Bugfixes and ethtool support
2020-02-18 14:28:45
linux-kernel
Re: [PATCH 8/8] net: ll_temac: Add ethtool support for coalesce parameters
2020-02-18 08:29:05
linux-kernel
[PATCH 6/8] net: ll_temac: Remove unused start_p variable
2020-02-18 08:28:32
linux-kernel
[PATCH 8/8] net: ll_temac: Add ethtool support for coalesce parameters
2020-02-18 08:28:14
linux-kernel
[PATCH 7/8] net: ll_temac: Make RX/TX ring sizes configurable
2020-02-18 08:27:41
linux-kernel
[PATCH 5/8] net: ll_temac: Remove unused tx_bd_next struct field
2020-02-18 08:27:35
linux-kernel
[PATCH 4/8] net: ll_temac: Handle DMA halt condition caused by buffer underrun
2020-02-18 08:27:22
linux-kernel
[PATCH 3/8] net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure
2020-02-18 08:27:09
linux-kernel
[PATCH 2/8] net: ll_temac: Add more error handling of dma_map_single() calls
2020-02-18 08:26:54
linux-kernel
[PATCH 1/8] net: ll_temac: Fix race condition causing TX hang
2020-02-18 08:26:30
linux-kernel
[PATCH 0/8] net: ll_temac: Bugfixes and ethtool support
2020-01-17 20:17:01
linux-kernel
Re: [PATCH 6/6] mtd: rawnand: gpmi: set the pinctrl state for suspend/reusme
2019-11-11 12:35:03
linux-kernel
Re: [PATCH] net: ll_temac: Remove set but not used variable 'start_p'
2019-05-24 05:28:15
linux-kernel
[PATCH] net: ll_temac: Fix compile error
2019-05-23 12:06:18
linux-kernel
[PATCH 4/4] net: ll_temac: Enable multicast support
2019-05-23 12:06:07
linux-kernel
[PATCH 2/4] net: ll_temac: Prepare indirect register access for multicast support
2019-05-23 12:05:09
linux-kernel
[PATCH 3/4] net: ll_temac: Cleanup multicast filter on change
2019-05-23 12:04:49
linux-kernel
[PATCH 1/4] net: ll_temac: Do not make promiscuous mode sticky on multicast
2019-05-23 12:04:37
linux-kernel
[PATCH 0/4] net: ll_temac: Fix and enable multicast support
2019-05-21 11:35:57
linux-kernel
[PATCH resend] serial: 8250: Add support for using platform_device resources
2019-05-07 06:44:12
linux-kernel
[PATCH] net: ll_temac: Improve error message on error IRQ
2019-04-30 14:06:53
linux-kernel
[PATCH] serial: 8250: Add support for using platform_device resources
2019-04-30 07:22:02
linux-kernel
[PATCH v3 09/12] net: ll_temac: Fix bug causing buffer descriptor overrun
2019-04-30 07:21:48
linux-kernel
[PATCH v3 07/12] net: ll_temac: Support indirect_mutex share within TEMAC IP
2019-04-30 07:21:41
linux-kernel
[PATCH v3 11/12] net: ll_temac: Allow configuration of IRQ coalescing
2019-04-30 07:21:14
linux-kernel
[PATCH v3 02/12] net: ll_temac: Extend support to non-device-tree platforms
2019-04-30 07:21:06
linux-kernel
[PATCH v3 06/12] net: ll_temac: Allow use on x86 platforms
2019-04-30 07:20:40
linux-kernel
[PATCH v3 10/12] net: ll_temac: Replace bad usage of msleep() with usleep_range()
2019-04-30 07:20:30
linux-kernel
[PATCH v3 12/12] net: ll_temac: Enable DMA when ready, not before
2019-04-30 07:20:18
linux-kernel
[PATCH v3 08/12] net: ll_temac: Fix iommu/swiotlb leak
2019-04-30 07:20:04
linux-kernel
[PATCH v3 05/12] net: ll_temac: Fix support for little-endian platforms
2019-04-30 07:19:53
linux-kernel
[PATCH v3 04/12] net: ll_temac: Add support for non-native register endianness
2019-04-30 07:19:44
linux-kernel
[PATCH v3 03/12] net: ll_temac: Fix support for 64-bit platforms
2019-04-30 07:19:26
linux-kernel
[PATCH v3 01/12] net: ll_temac: Fix and simplify error handling by using devres functions
2019-04-30 07:19:14
linux-kernel
[PATCH v3 00/12] net: ll_temac: x86_64 support
2019-04-30 06:55:33
linux-kernel
Re: [PATCH 07/12] net: ll_temac: Support indirect_mutex share within TEMAC IP
2019-04-29 08:39:00
linux-kernel
[PATCH 02/12] net: ll_temac: Extend support to non-device-tree platforms
2019-04-29 08:38:08
linux-kernel
[PATCH 04/12] net: ll_temac: Add support for non-native register endianness
2019-04-29 08:38:03
linux-kernel
[PATCH 07/12] net: ll_temac: Support indirect_mutex share within TEMAC IP
2019-04-29 08:37:51
linux-kernel
[PATCH 08/12] net: ll_temac: Fix iommu/swiotlb leak
2019-04-29 08:37:37
linux-kernel
[PATCH 09/12] net: ll_temac: Fix bug causing buffer descriptor overrun
2019-04-29 08:37:35
linux-kernel
[PATCH 05/12] net: ll_temac: Fix support for little-endian platforms
2019-04-29 08:36:48
linux-kernel
[PATCH 11/12] net: ll_temac: Allow configuration of IRQ coalescing
2019-04-29 08:36:41
linux-kernel
[PATCH 12/12] net: ll_temac: Enable DMA when ready, not before
2019-04-29 08:36:35
linux-kernel
[PATCH 10/12] net: ll_temac: Replace bad usage of msleep() with usleep_range()
2019-04-29 08:36:22
linux-kernel
[PATCH 06/12] net: ll_temac: Allow use on x86 platforms
2019-04-29 08:36:19
linux-kernel
[PATCH 03/12] net: ll_temac: Fix support for 64-bit platforms