linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-13 20:21:09 to 2022-05-19 14:21:16 UTC [more...]

[PATCH wpan-next v2 00/11] ieee802154: Synchronous Tx support
 2022-05-19 14:20 UTC  (37+ messages)
` [PATCH wpan-next v2 01/11] net: mac802154: Rename the synchronous xmit worker
` [PATCH wpan-next v2 02/11] net: mac802154: Rename the main tx_work struct
` [PATCH wpan-next v2 03/11] net: mac802154: Enhance the error path in the main tx helper
` [PATCH wpan-next v2 04/11] net: mac802154: Follow the count of ongoing transmissions
` [PATCH wpan-next v2 05/11] net: mac802154: Bring the hability to hold the transmit queue
` [PATCH wpan-next v2 06/11] net: mac802154: Create a hot tx path
` [PATCH wpan-next v2 07/11] net: mac802154: Introduce a helper to disable the queue
` [PATCH wpan-next v2 08/11] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH wpan-next v2 09/11] net: mac802154: Introduce a synchronous API for MLME commands
` [PATCH wpan-next v2 10/11] net: mac802154: Add a warning in the hot path
` [PATCH wpan-next v2 11/11] net: mac802154: Add a warning in the slow path

[PATCH net-next v2] net: ifdefy the wireless pointers in struct net_device
 2022-05-19  6:53 UTC  (5+ messages)

[PATCH wpan-next v3 00/11] ieee802154: Synchronous Tx support
 2022-05-19  1:52 UTC  (27+ messages)
` [PATCH wpan-next v3 01/11] net: mac802154: Rename the synchronous xmit worker
` [PATCH wpan-next v3 02/11] net: mac802154: Rename the main tx_work struct
` [PATCH wpan-next v3 03/11] net: mac802154: Enhance the error path in the main tx helper
` [PATCH wpan-next v3 04/11] net: mac802154: Follow the count of ongoing transmissions
` [PATCH wpan-next v3 05/11] net: mac802154: Bring the ability to hold the transmit queue
` [PATCH wpan-next v3 06/11] net: mac802154: Create a hot tx path
` [PATCH wpan-next v3 07/11] net: mac802154: Introduce a helper to disable the queue
` [PATCH wpan-next v3 08/11] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH wpan-next v3 09/11] net: mac802154: Introduce a synchronous API for MLME commands
` [PATCH wpan-next v3 10/11] net: mac802154: Add a warning in the hot path
` [PATCH wpan-next v3 11/11] net: mac802154: Add a warning in the slow path

[PATCH net-next] net: ifdefy the wireless pointers in struct net_device
 2022-05-17 19:49 UTC  (14+ messages)

[PATCH wpan-next 00/11] ieee802154: Synchronous Tx support
 2022-05-17  9:13 UTC  (25+ messages)
` [PATCH wpan-next 01/11] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [PATCH wpan-next 02/11] net: mac802154: Change the wake/stop queue prototypes
` [PATCH wpan-next 03/11] net: mac802154: Rename the synchronous xmit worker
` [PATCH wpan-next 04/11] net: mac802154: Rename the main tx_work struct
` [PATCH wpan-next 05/11] net: mac802154: Follow the count of ongoing transmissions
` [PATCH wpan-next 06/11] net: mac802154: Hold the transmit queue when relevant
` [PATCH wpan-next 07/11] net: mac802154: Create a hot tx path
` [PATCH wpan-next 08/11] net: mac802154: Add a warning in the hot path
` [PATCH wpan-next 09/11] net: mac802154: Introduce a helper to disable the queue
` [PATCH wpan-next 10/11] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH wpan-next 11/11] net: mac802154: Introduce a synchronous API for MLME commands

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH bluetooth-next 0/3] net: 6lowpan: simplify lookup by nhc id
 2022-05-03  7:32 UTC  (10+ messages)
` [PATCH bluetooth-next 1/3] net: 6lowpan: remove const from scalars
` [PATCH bluetooth-next 2/3] net: 6lowpan: use array for find nhc id
` [PATCH bluetooth-next 3/3] net: 6lowpan: constify lowpan_nhc structures

[syzbot] KASAN: global-out-of-bounds Read in mac802154_header_create
 2022-05-03  7:06 UTC 

pull-request: ieee802154-next 2022-05-01
 2022-05-02 21:10 UTC  (2+ messages)

[PATCH wpan-next] net: mac802154: Fix symbol durations
 2022-04-30 18:37 UTC  (3+ messages)

[PATCH net-next v2] net: Add SO_RCVMARK socket option to provide SO_MARK with recvmsg()
 2022-04-30  8:00 UTC  (7+ messages)
` [PATCH net-next v3] net: SO_RCVMARK socket option for "

[PATCH wpan-next v3 0/4] ieee802154: Improve durations handling
 2022-04-28 16:08 UTC  (6+ messages)
` [PATCH wpan-next v3 3/4] net: mac802154: Set durations automatically

[PATCH v6 00/10] ieee802154: Better Tx error handling
 2022-04-25 19:25 UTC  (13+ messages)
` [PATCH v6 01/10] net: ieee802154: Enhance/fix the names of the MLME return codes
` [PATCH v6 02/10] net: ieee802154: Fill the list of "
` [PATCH v6 03/10] net: mac802154: Save a global error code on transmissions
` [PATCH v6 04/10] net: mac802154: Create an offloaded transmission error helper
` [PATCH v6 05/10] net: mac802154: Create an error helper for asynchronous offloading errors
` [PATCH v6 06/10] net: ieee802154: at86rf230: Call _xmit_hw_error() when failing to offload frames
` [PATCH v6 07/10] net: ieee802154: at86rf230: Forward Tx trac errors
` [PATCH v6 08/10] net: ieee802154: atusb: Call _xmit_hw_error() upon transmission error
` [PATCH v6 09/10] net: ieee802154: ca8210: Use core return codes instead of hardcoding them
` [PATCH v6 10/10] net: ieee802154: ca8210: Call _xmit_error() when a transmission fails

[PATCH v5 00/11] ieee802154: Better Tx error handling
 2022-04-25 13:43 UTC  (24+ messages)
` [PATCH v5 01/11] net: ieee802154: Enhance/fix the names of the MLME return codes
` [PATCH v5 02/11] net: ieee802154: Fill the list of "
` [PATCH v5 03/11] net: mac802154: Save a global error code on transmissions
` [PATCH v5 04/11] net: mac802154: Create a transmit error helper
` [PATCH v5 05/11] net: mac802154: Create a transmit bus "
` [PATCH v5 06/11] net: ieee802154: at86rf230: Rename the asynchronous "
` [PATCH v5 07/11] net: ieee802154: at86rf230: Call _xmit_bus_error() when a bus error occurs
` [PATCH v5 08/11] net: ieee802154: at86rf230: Drop debugfs support
` [PATCH v5 09/11] net: ieee802154: atusb: Call _xmit_error() when a transmission fails
` [PATCH v5 10/11] net: ieee802154: ca8210: Use core return codes instead of hardcoding them
` [PATCH v5 11/11] net: ieee802154: ca8210: Call _xmit_error() when a transmission fails

[PATCH wpan-next v4 00/11] ieee802154: Better Tx error handling
 2022-04-06  0:05 UTC  (18+ messages)
` [PATCH wpan-next v4 01/11] net: ieee802154: Enhance/fix the names of the MLME return codes
` [PATCH wpan-next v4 02/11] net: ieee802154: Fill the list of "
` [PATCH wpan-next v4 03/11] net: mac802154: Save a global error code on transmissions
` [PATCH wpan-next v4 04/11] net: mac802154: Create a transmit error helper
` [PATCH wpan-next v4 05/11] Revert "at86rf230: add debugfs support"
` [PATCH wpan-next v4 06/11] net: ieee802154: at86rf230: Error out upon failed offloaded transmissions
` [PATCH wpan-next v4 07/11] net: ieee802154: at86rf230: Provide meaningful error codes when possible
` [PATCH wpan-next v4 08/11] net: ieee802154: at86rf230: Call _xmit_error() when a transmission fails
` [PATCH wpan-next v4 09/11] net: ieee802154: atusb: "
` [PATCH wpan-next v4 10/11] net: ieee802154: ca8210: Use core return codes instead of hardcoding them
` [PATCH wpan-next v4 11/11] net: ieee802154: ca8210: Call _xmit_error() when a transmission fails

[PATCH wpan-next v2 00/14] ieee802154: Synchronous Tx API
 2022-03-29 16:29 UTC  (9+ messages)
` [PATCH wpan-next v2 13/14] net: mac802154: Introduce a tx queue flushing mechanism

[PATCH wpan-next v2 0/5] ieee802154: Improve durations handling
 2022-03-18  9:09 UTC  (12+ messages)
` [PATCH wpan-next v2 1/5] net: ieee802154: Improve the way supported channels are declared

[PATCH wpan-next v3 00/11] ieee802154: Better Tx error handling
 2022-03-18  7:57 UTC  (7+ messages)
` [PATCH wpan-next v3 07/11] net: ieee802154: at86rf230: Provide meaningful error codes when possible
` [PATCH wpan-next v3 09/11] net: ieee802154: atusb: Call _xmit_error() when a transmission fails


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).