linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-16 22:51:01 to 2022-01-31 13:46:24 UTC [more...]

[PATCH wpan-next v2 0/2] ieee802154: Internal moves
 2022-01-31 13:46 UTC  (8+ messages)
` [PATCH wpan-next v2 1/2] net: ieee802154: Move the IEEE 802.15.4 Kconfig main entries
` [PATCH wpan-next v2 2/2] net: ieee802154: Move the address structure earlier and provide a kdoc

[PATCH wpan-next v2 0/5] ieee802154: Improve durations handling
 2022-01-30 21:35 UTC  (9+ messages)
` [PATCH wpan-next v2 1/5] net: ieee802154: Improve the way supported channels are declared
` [PATCH wpan-next v2 2/5] net: ieee802154: Give more details to the core about the channel configurations
` [PATCH wpan-next v2 3/5] net: mac802154: Convert the symbol duration into nanoseconds
` [PATCH wpan-next v2 4/5] net: mac802154: Set durations automatically
` [PATCH wpan-next v2 5/5] net: ieee802154: Drop duration settings when the core does it already

[wpan-next 0/4] ieee802154: General preparation to scan support
 2022-01-30 20:55 UTC  (16+ messages)
` [wpan-next 1/4] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [wpan-next 2/4] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [wpan-next 3/4] net: ieee802154: Move the address structure earlier
` [wpan-next 4/4] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure

pull-request: ieee802154 for net 2022-01-28
 2022-01-28 15:20 UTC  (2+ messages)

[wpan-next v3 0/3] ieee802154: A bunch of light changes
 2022-01-28 10:27 UTC  (7+ messages)
` [wpan-next v3 1/3] net: ieee802154: hwsim: Ensure frame checksum are valid
` [wpan-next v3 2/3] net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant
` [wpan-next v3 3/3] net: mac802154: Explain the use of ieee802154_wake/stop_queue()

[wpan v3 0/6] ieee802154: A bunch of fixes
 2022-01-27  8:45 UTC  (14+ messages)
` [wpan v3 1/6] net: ieee802154: hwsim: Ensure proper channel selection at probe time
` [wpan v3 2/6] net: ieee802154: mcr20a: Fix lifs/sifs periods
` [wpan v3 3/6] net: ieee802154: at86rf230: Stop leaking skb's
` [wpan v3 4/6] net: ieee802154: ca8210: "
` [wpan v3 5/6] net: ieee802154: Return meaningful error codes from the netlink helpers
` [wpan v3 6/6] MAINTAINERS: Remove Harry Morris bouncing address

[wpan-next v2 0/9] ieee802154: A bunch of fixes
 2022-01-25 11:32 UTC  (31+ messages)
` [wpan-next v2 1/9] net: ieee802154: hwsim: Ensure proper channel selection at probe time
` [wpan-next v2 2/9] net: ieee802154: hwsim: Ensure frame checksum are valid
` [wpan-next v2 3/9] net: ieee802154: mcr20a: Fix lifs/sifs periods
` [wpan-next v2 4/9] net: ieee802154: at86rf230: Stop leaking skb's
` [wpan-next v2 5/9] net: ieee802154: ca8210: "
` [wpan-next v2 6/9] net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant
` [wpan-next v2 7/9] net: ieee802154: Return meaningful error codes from the netlink helpers
` [wpan-next v2 8/9] net: mac802154: Explain the use of ieee802154_wake/stop_queue()
` [wpan-next v2 9/9] MAINTAINERS: Remove Harry Morris bouncing address

[PATCH 0/5] spi: make remove callback a void function
 2022-01-25 10:37 UTC  (6+ messages)
  ` [PATCH 5/5] "

[syzbot] UBSAN: shift-out-of-bounds in nl802154_new_interface
 2022-01-24 12:59 UTC  (2+ messages)

[wpan-next 0/9] ieee802154: A bunch of fixes
 2022-01-20  9:25 UTC  (12+ messages)
` [wpan-next 1/9] net: ieee802154: hwsim: Ensure proper channel selection at probe time
` [wpan-next 2/9] net: ieee802154: hwsim: Ensure frame checksum are valid
` [wpan-next 3/9] net: ieee802154: mcr20a: Fix lifs/sifs periods
` [wpan-next 4/9] net: ieee802154: at86rf230: Stop leaking skb's
` [wpan-next 5/9] net: ieee802154: ca8210: "
` [wpan-next 6/9] net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant
` [wpan-next 7/9] net: ieee802154: Return meaningful error codes from the netlink helpers
` [wpan-next 8/9] net: mac802154: Explain the use of ieee802154_wake/stop_queue()
` [wpan-next 9/9] MAINTAINERS: Remove Harry Morris bouncing address

[wpan-next 00/14] ieee802154: Synchronous Tx API
 2022-01-20  0:51 UTC  (15+ messages)
` [wpan-next 01/14] net: ieee802154: Move the logic restarting the queue upon transmission
` [wpan-next 02/14] net: mac802154: Create a transmit error helper
` [wpan-next 03/14] net: ieee802154: at86rf230: Call _xmit_error() when a transmission fails
` [wpan-next 04/14] net: ieee802154: atusb: "
` [wpan-next 05/14] net: ieee802154: ca8210: "
` [wpan-next 06/14] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [wpan-next 07/14] net: mac802154: Rename the synchronous xmit worker
` [wpan-next 08/14] net: mac802154: Rename the main tx_work struct
` [wpan-next 09/14] net: mac802154: Follow the count of ongoing transmissions
` [wpan-next 10/14] net: mac802154: Hold the transmit queue when relevant
` [wpan-next 11/14] net: mac802154: Create a hot tx path
` [wpan-next 12/14] net: mac802154: Add a warning in the hot path
` [wpan-next 13/14] net: mac802154: Introduce a tx queue flushing mechanism
` [wpan-next 14/14] net: mac802154: Introduce a synchronous API for MLME commands

[wpan-next 0/5] ieee802154: Improve symbol duration handling
 2022-01-20  0:41 UTC  (6+ messages)
` [wpan-next 1/5] net: ieee802154: Improve the way supported channels are declared
` [wpan-next 2/5] net: ieee802154: Give more details to the core about the channel configurations
` [wpan-next 3/5] net: mac802154: Convert the symbol duration into nanoseconds
` [wpan-next 4/5] net: mac802154: Set the symbol duration automatically
` [wpan-next 5/5] net: ieee802154: Drop duration settings when the core does it already

[PATCH v3 00/41] IEEE 802.15.4 scan support
 2022-01-20  0:24 UTC  (63+ messages)
` [PATCH v3 01/41] MAINTAINERS: Remove Harry Morris bouncing address
` [PATCH v3 02/41] net: ieee802154: hwsim: Ensure proper channel selection at probe time
` [PATCH v3 03/41] net: ieee802154: hwsim: Ensure frame checksum are valid
` [PATCH v3 04/41] net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant
` [PATCH v3 05/41] net: ieee802154: Improve the way supported channels are declared
` [PATCH v3 06/41] net: ieee802154: Give more details to the core about the channel configurations
` [PATCH v3 07/41] net: ieee802154: mcr20a: Fix lifs/sifs periods
` [PATCH v3 08/41] net: mac802154: Convert the symbol duration into nanoseconds
` [PATCH v3 09/41] net: mac802154: Set the symbol duration automatically
` [PATCH v3 10/41] net: ieee802154: Drop duration settings when the core does it already
` [PATCH v3 11/41] net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
` [PATCH v3 12/41] net: mac802154: Include the softMAC stack inside the IEEE 802.15.4 menu
` [PATCH v3 13/41] net: ieee802154: Move the address structure earlier
` [PATCH v3 14/41] net: ieee802154: Add a kernel doc header to the ieee802154_addr structure
` [PATCH v3 15/41] net: ieee802154: Return meaningful error codes from the netlink helpers
` [PATCH v3 16/41] net: mac802154: Explain the use of ieee802154_wake/stop_queue()
` [PATCH v3 17/41] net: ieee802154: at86rf230: Call the complete helper when a transmission is over
` [PATCH v3 18/41] net: ieee802154: atusb: "
` [PATCH v3 19/41] net: ieee802154: ca8210: "
` [PATCH v3 20/41] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [PATCH v3 21/41] net: mac802154: Rename the synchronous xmit worker
` [PATCH v3 22/41] net: mac802154: Rename the main tx_work struct
` [PATCH v3 23/41] net: mac802154: Follow the count of ongoing transmissions
` [PATCH v3 24/41] net: mac802154: Hold the transmit queue when relevant
` [PATCH v3 25/41] net: mac802154: Create a hot tx path
` [PATCH v3 26/41] net: mac802154: Add a warning in the hot path
` [PATCH v3 27/41] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH v3 28/41] net: mac802154: Introduce a synchronous API for MLME commands
` [PATCH v3 29/41] net: ieee802154: Add support for internal PAN management
` [PATCH v3 30/41] net: ieee802154: Define a beacon frame header
` [PATCH v3 31/41] net: ieee802154: Define frame types
` [PATCH v3 32/41] net: ieee802154: Add support for scanning requests
` [PATCH v3 33/41] net: mac802154: Handle scan requests
` [PATCH v3 34/41] net: ieee802154: Full PAN management
` [PATCH v3 35/41] net: ieee802154: Add beacons support
` [PATCH v3 36/41] net: mac802154: Handle beacons requests
` [PATCH v3 37/41] net: ieee802154: Trace the registration of new PANs
` [PATCH v3 38/41] net: mac802154: Add support for active scans
` [PATCH v3 39/41] net: mac802154: Add support for processing beacon requests
` [PATCH v3 40/41] net: ieee802154: Handle limited devices with only datagram support
` [PATCH v3 41/41] net: ieee802154: ca8210: Flag the driver as being limited

[wpan-next v2 00/27] IEEE 802.15.4 scan support
 2022-01-19 23:26 UTC  (28+ messages)
` [wpan-next v2 08/27] net: ieee802154: Drop symbol duration settings when the core does it already
` [wpan-next v2 18/27] net: mac802154: Handle scan requests
` [wpan-next v2 27/27] net: ieee802154: ca8210: Refuse most of the scan operations


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).