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

Date List Subject
2021-12-23 01:16:47 linux-wireless [PATCH v2 24/50] wilc1000: protect tx_q_limit with a mutex instead of a spinlock
2021-12-23 01:16:46 linux-wireless [PATCH v2 19/50] wilc1000: don't tell the chip to go to sleep while copying tx packets
2021-12-23 01:16:44 linux-wireless [PATCH v2 29/50] wilc1000: factor header length calculation into a new function
2021-12-23 01:16:41 linux-kernel [PATCH v2 45/50] wilc1000: move struct wilc_spi declaration
2021-12-23 01:16:41 linux-wireless [PATCH v2 16/50] wilc1000: switch tx queue to normal sk_buff entries
2021-12-23 01:16:40 linux-wireless [PATCH v2 50/50] wilc1000: add module parameter "disable_zero_copy_tx" to SPI driver
2021-12-23 01:16:38 linux-kernel [PATCH v2 33/50] wilc1000: move ac_desired_ratio calculation to where its needed
2021-12-23 01:16:37 linux-kernel [PATCH v2 02/50] wilc1000: switch txq_event from completion to waitqueue
2021-12-23 01:16:37 linux-wireless [PATCH v2 11/50] wilc1000: convert tqx_entries from "int" to "atomic_t"
2021-12-23 01:16:37 linux-wireless [PATCH v2 01/50] wilc1000: don't hold txq_spinlock while initializing AC queue limits
2021-12-23 01:16:35 linux-kernel [PATCH v2 37/50] wilc1000: introduce set_header() function
2021-12-23 01:16:31 linux-kernel [PATCH v2 36/50] wilc1000: introduce transmit path chip queue
2021-12-23 01:16:29 linux-kernel [PATCH v2 49/50] wilc1000: implement zero-copy transmit support for SPI
2021-12-23 01:16:27 linux-kernel [PATCH v2 47/50] wilc1000: factor SPI DMA command initialization code into a function
2021-12-23 01:16:25 linux-kernel [PATCH v2 39/50] wilc1000: eliminate txq_add_to_head_cs mutex
2021-12-23 01:16:20 linux-kernel [PATCH v2 40/50] wilc1000: introduce schedule_packets() function
2021-12-23 01:16:19 linux-wireless [PATCH v2 42/50] wilc1000: simplify code by adding header/padding to skb
2021-12-23 01:16:19 linux-wireless [PATCH v2 41/50] wilc1000: use more descriptive variable name
2021-12-23 01:16:18 linux-kernel [PATCH v2 05/50] wilc1000: add wilc_wlan_tx_packet_done() function
2021-12-23 01:16:18 linux-wireless [PATCH v2 33/50] wilc1000: move ac_desired_ratio calculation to where its needed
2021-12-23 01:16:13 linux-kernel [PATCH v2 48/50] wilc1000: introduce function to find and check DMA response
2021-12-23 01:16:10 linux-kernel [PATCH v2 50/50] wilc1000: add module parameter "disable_zero_copy_tx" to SPI driver
2021-12-23 01:16:06 linux-kernel [PATCH v2 28/50] wilc1000: improve send_packets() a bit
2021-12-23 01:16:05 linux-kernel [PATCH v2 41/50] wilc1000: use more descriptive variable name
2021-12-23 01:16:05 linux-wireless [PATCH v2 48/50] wilc1000: introduce function to find and check DMA response
2021-12-23 01:16:04 linux-wireless [PATCH v2 39/50] wilc1000: eliminate txq_add_to_head_cs mutex
2021-12-23 01:16:03 linux-kernel [PATCH v2 43/50] wilc1000: add support for zero-copy transmit of tx packets
2021-12-23 01:16:03 linux-wireless [PATCH v2 37/50] wilc1000: introduce set_header() function
2021-12-23 01:16:01 linux-wireless [PATCH v2 40/50] wilc1000: introduce schedule_packets() function
2021-12-23 01:15:59 linux-kernel [PATCH v2 44/50] wilc1000: don't allocate tx_buffer when zero-copy is available
2021-12-23 01:15:57 linux-wireless [PATCH v2 36/50] wilc1000: introduce transmit path chip queue
2021-12-23 01:15:55 linux-kernel [PATCH v2 35/50] wilc1000: introduce copy_and_send_packets() helper function
2021-12-23 01:15:52 linux-kernel [PATCH v2 26/50] wilc1000: reduce amount of time ack_filter_lock is held
2021-12-23 01:15:48 linux-wireless [PATCH v2 05/50] wilc1000: add wilc_wlan_tx_packet_done() function
2021-12-23 01:15:48 linux-kernel [PATCH v2 30/50] wilc1000: use more descriptive variable names
2021-12-23 01:15:46 linux-wireless [PATCH v2 47/50] wilc1000: factor SPI DMA command initialization code into a function
2021-12-23 01:15:45 linux-kernel [PATCH v2 19/50] wilc1000: don't tell the chip to go to sleep while copying tx packets
2021-12-23 01:15:44 linux-wireless [PATCH v2 49/50] wilc1000: implement zero-copy transmit support for SPI
2021-12-23 01:15:41 linux-wireless [PATCH v2 46/50] wilc1000: remove duplicate CRC calculation code
2021-12-23 01:15:39 linux-kernel [PATCH v2 23/50] wilc1000: introduce symbolic names for two tx-related control bits
2021-12-23 01:15:34 linux-kernel [PATCH v2 24/50] wilc1000: protect tx_q_limit with a mutex instead of a spinlock
2021-12-23 01:15:30 linux-kernel [PATCH v2 22/50] wilc1000: minor syntax cleanup
2021-12-23 01:15:28 linux-kernel [PATCH v2 07/50] wilc1000: increment tx_dropped stat counter on tx packet drop
2021-12-23 01:15:27 linux-wireless [PATCH v2 45/50] wilc1000: move struct wilc_spi declaration
2021-12-23 01:15:27 linux-kernel [PATCH v2 06/50] wilc1000: move tx packet drop code into its own function
2021-12-23 01:15:26 linux-wireless [PATCH v2 28/50] wilc1000: improve send_packets() a bit
2021-12-23 01:15:24 linux-wireless [PATCH v2 38/50] wilc1000: take advantage of chip queue
2021-12-23 01:15:24 linux-wireless [PATCH v2 44/50] wilc1000: don't allocate tx_buffer when zero-copy is available
2021-12-23 01:15:21 linux-wireless [PATCH v2 43/50] wilc1000: add support for zero-copy transmit of tx packets
2021-12-23 01:15:21 linux-kernel [PATCH v2 14/50] wilc1000: if there is no tx packet, don't increment packets-sent counter
2021-12-23 01:15:18 linux-wireless [PATCH v2 26/50] wilc1000: reduce amount of time ack_filter_lock is held