LinuxLists
Users
About
David Mosberger-Tang (
[email protected]
)
Number of posts: 326 (0.09 per day)
First post: 2014-06-19 19:49:31
Last post: 2024-02-13 16:42:21
Previous Page
/
Next Page
Date
List
Subject
2021-12-23 01:15:18
linux-wireless
[PATCH v2 35/50] wilc1000: introduce copy_and_send_packets() helper function
2021-12-23 01:15:18
linux-kernel
[PATCH v2 13/50] wilc1000: sanitize config packet sequence number management a bit
2021-12-23 01:15:17
linux-wireless
[PATCH v2 34/50] wilc1000: restructure wilc-wlan_handle_txq() for clarity
2021-12-23 01:15:16
linux-wireless
[PATCH v2 09/50] wilc1000: prepare wilc_wlan_tx_packet_done() for sk_buff changes
2021-12-23 01:15:15
linux-kernel
[PATCH v2 00/50] wilc1000: rework tx path to use sk_buffs throughout
2021-12-23 01:15:14
linux-wireless
[PATCH v2 06/50] wilc1000: move tx packet drop code into its own function
2021-12-23 01:15:13
linux-wireless
[PATCH v2 13/50] wilc1000: sanitize config packet sequence number management a bit
2021-12-23 01:15:12
linux-wireless
[PATCH v2 07/50] wilc1000: increment tx_dropped stat counter on tx packet drop
2021-12-23 01:15:08
linux-wireless
[PATCH v2 10/50] wilc1000: factor initialization of tx queue-specific packet fields
2021-12-23 01:15:07
linux-wireless
[PATCH v2 25/50] wilc1000: replace txq_spinlock with ack_filter_lock mutex
2021-12-23 01:15:05
linux-wireless
[PATCH v2 17/50] wilc1000: remove no longer used "vif" argument from init_txq_entry()
2021-12-23 01:15:03
linux-wireless
[PATCH v2 23/50] wilc1000: introduce symbolic names for two tx-related control bits
2021-12-23 01:15:01
linux-wireless
[PATCH v2 21/50] wilc1000: declare read-only ac_preserve_ratio as static and const
2021-12-23 01:14:58
linux-wireless
[PATCH v2 31/50] wilc1000: eliminate another magic constant
2021-12-23 01:14:57
linux-wireless
[PATCH v2 03/50] wilc1000: move receive-queue stats from txq to wilc structure
2021-12-23 01:14:57
linux-kernel
[PATCH v2 15/50] wilc1000: add struct wilc_skb_tx_cb as an alias of struct txq_entry_t
2021-12-23 01:14:33
linux-wireless
[PATCH v2 30/50] wilc1000: use more descriptive variable names
2021-12-23 01:14:30
linux-kernel
[PATCH v2 18/50] wilc1000: split huge tx handler into subfunctions
2021-12-23 01:14:28
linux-kernel
[PATCH v2 12/50] wilc1000: refactor wilc_wlan_cfg_commit() a bit
2021-12-23 01:14:26
linux-kernel
[PATCH v2 25/50] wilc1000: replace txq_spinlock with ack_filter_lock mutex
2021-12-23 01:14:24
linux-kernel
[PATCH v2 20/50] wilc1000: eliminate "max_size_over" variable in fill_vmm_table
2021-12-23 01:14:23
linux-wireless
[PATCH v2 20/50] wilc1000: eliminate "max_size_over" variable in fill_vmm_table
2021-12-23 01:14:22
linux-kernel
[PATCH v2 17/50] wilc1000: remove no longer used "vif" argument from init_txq_entry()
2021-12-23 01:14:19
linux-wireless
[PATCH v2 15/50] wilc1000: add struct wilc_skb_tx_cb as an alias of struct txq_entry_t
2021-12-23 01:14:19
linux-kernel
[PATCH v2 10/50] wilc1000: factor initialization of tx queue-specific packet fields
2021-12-23 01:14:17
linux-wireless
[PATCH v2 22/50] wilc1000: minor syntax cleanup
2021-12-23 01:14:17
linux-kernel
[PATCH v2 11/50] wilc1000: convert tqx_entries from "int" to "atomic_t"
2021-12-23 01:14:14
linux-kernel
[PATCH v2 03/50] wilc1000: move receive-queue stats from txq to wilc structure
2021-12-23 01:14:13
linux-wireless
[PATCH v2 14/50] wilc1000: if there is no tx packet, don't increment packets-sent counter
2021-12-23 01:14:10
linux-wireless
[PATCH v2 02/50] wilc1000: switch txq_event from completion to waitqueue
2021-12-23 01:14:10
linux-wireless
[PATCH v2 00/50] wilc1000: rework tx path to use sk_buffs throughout
2021-12-23 01:14:10
linux-kernel
[PATCH v2 04/50] wilc1000: factor common code in wilc_wlan_cfg_set() and wilc_wlan_cfg_get()
2021-12-23 01:14:09
linux-kernel
[PATCH v2 01/50] wilc1000: don't hold txq_spinlock while initializing AC queue limits
2021-12-23 01:14:08
linux-wireless
[PATCH v2 04/50] wilc1000: factor common code in wilc_wlan_cfg_set() and wilc_wlan_cfg_get()
2021-12-21 21:25:44
linux-wireless
[PATCH v7 2/2] wilc1000: Document enable-gpios and reset-gpios properties
2021-12-21 21:25:42
linux-kernel
[PATCH v7 1/2] wilc1000: Add reset/enable GPIO support to SPI driver
2021-12-21 21:25:42
linux-kernel
[PATCH v7 2/2] wilc1000: Document enable-gpios and reset-gpios properties
2021-12-21 21:25:38
linux-kernel
[PATCH v7 0/2] wilc1000: Add reset/enable GPIO support to SPI driver
2021-12-21 21:25:37
linux-wireless
[PATCH v7 1/2] wilc1000: Add reset/enable GPIO support to SPI driver
2021-12-21 21:25:37
linux-wireless
[PATCH v7 0/2] wilc1000: Add reset/enable GPIO support to SPI driver
2021-12-21 21:05:53
linux-kernel
[PATCH v2] wilc1000: Convert static "chipid" variable to device-local variable
2021-12-21 21:05:51
linux-wireless
[PATCH v2] wilc1000: Convert static "chipid" variable to device-local variable
2021-12-21 16:06:57
linux-kernel
Re: [PATCH v6 2/2] wilc1000: Document enable-gpios and reset-gpios properties
2021-12-21 16:06:57
linux-wireless
Re: [PATCH v6 2/2] wilc1000: Document enable-gpios and reset-gpios properties
2021-12-20 18:03:55
linux-kernel
[PATCH v6 1/2] wilc1000: Add reset/enable GPIO support to SPI driver
2021-12-20 18:03:52
linux-kernel
[PATCH v6 2/2] wilc1000: Document enable-gpios and reset-gpios properties
2021-12-20 18:03:51
linux-wireless
[PATCH v6 1/2] wilc1000: Add reset/enable GPIO support to SPI driver
2021-12-20 18:03:51
linux-kernel
[PATCH v6 0/2] wilc1000: Add reset/enable GPIO support to SPI driver
2021-12-20 18:03:44
linux-wireless
[PATCH v6 2/2] wilc1000: Document enable-gpios and reset-gpios properties
2021-12-20 18:03:43
linux-wireless
[PATCH v6 0/2] wilc1000: Add reset/enable GPIO support to SPI driver
2021-12-18 23:55:36
linux-kernel
[PATCH 07/23] wilc1000: increment tx_dropped stat counter on tx packet drop