Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
 messages from 2023-06-21 14:44:27 to 2023-09-24 20:43:34 UTC [more...]

[PATCH wpan-next v4 00/11] ieee802154: Associations between devices
 2023-09-24 20:42 UTC  (13+ messages)
` [PATCH wpan-next v4 01/11] ieee802154: Let PAN IDs be reset
` [PATCH wpan-next v4 02/11] ieee802154: Internal PAN management
` [PATCH wpan-next v4 03/11] ieee802154: Add support for user association requests
` [PATCH wpan-next v4 04/11] mac802154: Handle associating
` [PATCH wpan-next v4 05/11] ieee802154: Add support for user disassociation requests
` [PATCH wpan-next v4 06/11] mac802154: Handle disassociations
` [PATCH wpan-next v4 07/11] mac802154: Handle association requests from peers
` [PATCH wpan-next v4 08/11] ieee802154: Add support for limiting the number of associated devices
` [PATCH wpan-next v4 09/11] mac802154: Follow "
` [PATCH wpan-next v4 10/11] mac802154: Handle disassociation notifications from peers
` [PATCH wpan-next v4 11/11] ieee802154: Give the user the association list

[PATCH 0/9] wpan-tools: switch to SPDX header for license and copyright
 2023-09-24 12:22 UTC  (10+ messages)
` [PATCH 1/9] m4: remove empty folder which only holds a .gitignore file
` [PATCH 2/9] license: clearly indicate license in file name and use new LICENSES folder
` [PATCH 3/9] wpan-ping: switch files to SPDX header for license and copyright
` [PATCH 4/9] wpan-hwsim: "
` [PATCH 5/9] src/nl802154.h: switch file "
` [PATCH 6/9] examples: switch files "
` [PATCH 7/9] src: "
` [PATCH 8/9] misc: switch remaining "
` [PATCH 9/9] workflow: add reuse job to check for REUSE compliance

[PATCH wpan-next v3 00/11] ieee802154: Associations between devices
 2023-09-22 15:19 UTC  (19+ messages)
` [PATCH wpan-next v3 01/11] ieee802154: Let PAN IDs be reset
` [PATCH wpan-next v3 02/11] ieee802154: Internal PAN management
` [PATCH wpan-next v3 03/11] ieee802154: Add support for user association requests
` [PATCH wpan-next v3 04/11] mac802154: Handle associating
` [PATCH wpan-next v3 05/11] ieee802154: Add support for user disassociation requests
` [PATCH wpan-next v3 06/11] mac802154: Handle disassociations
` [PATCH wpan-next v3 07/11] mac802154: Handle association requests from peers
` [PATCH wpan-next v3 08/11] ieee802154: Add support for limiting the number of associated devices
` [PATCH wpan-next v3 09/11] mac802154: Follow "
` [PATCH wpan-next v3 10/11] mac802154: Handle disassociation notifications from peers
` [PATCH wpan-next v3 11/11] ieee802154: Give the user the association list

[syzbot] [wpan?] [input?] [usb?] memory leak in hwsim_add_one (2)
 2023-09-22  1:55 UTC 

Proszę o kontakt
 2023-09-19  8:00 UTC 

[PATCH wpan-next v2 00/11] ieee802154: Associations between devices
 2023-09-19  7:14 UTC  (25+ messages)
` [PATCH wpan-next v2 01/11] ieee802154: Let PAN IDs be reset
` [PATCH wpan-next v2 02/11] ieee802154: Internal PAN management
` [PATCH wpan-next v2 03/11] ieee802154: Add support for user association requests
` [PATCH wpan-next v2 04/11] mac802154: Handle associating
` [PATCH wpan-next v2 05/11] ieee802154: Add support for user disassociation requests
` [PATCH wpan-next v2 06/11] mac802154: Handle disassociations
` [PATCH wpan-next v2 07/11] mac802154: Handle association requests from peers
` [PATCH wpan-next v2 08/11] ieee802154: Add support for limiting the number of associated devices
` [PATCH wpan-next v2 09/11] mac802154: Follow "
` [PATCH wpan-next v2 10/11] mac802154: Handle disassociation notifications from peers
` [PATCH wpan-next v2 11/11] ieee802154: Give the user the association list

Proszę o kontakt
 2023-09-15  7:55 UTC 

Proszę o kontakt
 2023-09-11  8:15 UTC 

[GIT PULL] sysctl changes for v6.6-rc1
 2023-09-06 12:35 UTC  (3+ messages)

Prezentacja
 2023-09-04  7:40 UTC 

[PATCH wpan-next 00/11] ieee802154: Associations between devices
 2023-09-01 16:25 UTC  (16+ messages)
` [PATCH wpan-next 04/11] mac802154: Handle associating
` [PATCH wpan-next 06/11] mac802154: Handle disassociations
` [PATCH wpan-next 07/11] mac802154: Handle association requests from peers

Prezentacja
 2023-08-29  8:15 UTC 

Linux Plumber IoT micro conference call for submissions
 2023-08-24 15:03 UTC 

Pytanie o samochód
 2023-08-24  7:45 UTC 

W sprawie samochodu
 2023-08-21  7:51 UTC 

Pytanie o samochód
 2023-08-18  8:15 UTC 

W sprawie samochodu
 2023-08-11  7:36 UTC 

[PATCH v3 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-15 22:27 UTC  (16+ messages)
` [PATCH v3 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
` [PATCH v3 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
` [PATCH v3 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v3 04/14] sysctl: Add size argument to init_header
` [PATCH v3 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v3 06/14] sysctl: Add size to register_sysctl
` [PATCH v3 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v3 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v3 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v3 10/14] netfilter: "
` [PATCH v3 11/14] networking: "
` [PATCH v3 12/14] vrf: "
` [PATCH v3 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v3 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro

[PATCH net-next v3 05/10] genetlink: use attrs from struct genl_info
 2023-08-15 21:46 UTC  (2+ messages)

Pytanie o samochód
 2023-08-14  8:15 UTC 

[PATCH net-next v2 05/10] genetlink: use attrs from struct genl_info
 2023-08-10 23:38 UTC 

[PATCH net-next 05/10] genetlink: use attrs from struct genl_info
 2023-08-10  8:35 UTC  (4+ messages)

[PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-08 15:23 UTC  (35+ messages)
` [PATCH v2 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
` [PATCH v2 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
` [PATCH v2 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v2 04/14] sysctl: Add size argument to init_header
` [PATCH v2 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v2 06/14] sysctl: Add size to register_sysctl
` [PATCH v2 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v2 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v2 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v2 10/14] netfilter: "
` [PATCH v2 11/14] networking: "
` [PATCH v2 12/14] vrf: "
` [PATCH v2 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v2 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro

Pytanie o samochód
 2023-08-07  8:10 UTC 

W sprawie samochodu
 2023-07-31  8:35 UTC 

W sprawie samochodu
 2023-08-01  7:55 UTC 

W sprawie samochodu
 2023-07-26  7:50 UTC 

[PATCH 11/14] networking: Update to register_net_sysctl_sz
 2023-07-28  7:08 UTC  (5+ messages)

[PATCH net-next v3] net: Explicitly include correct DT includes
 2023-07-28  3:40 UTC  (3+ messages)

[PATCH v2] net: Explicitly include correct DT includes
 2023-07-25 19:58 UTC  (3+ messages)

Low Interest loan opportunity
 2023-07-24  8:47 UTC 

Prezentacja
 2023-07-20  8:16 UTC 

[PATCH] net: Explicitly include correct DT includes
 2023-07-18  9:27 UTC  (8+ messages)

[PATCH v2 net 0/9] net: fix kernel-doc problems in include/net/
 2023-07-15  3:50 UTC  (3+ messages)
` [PATCH v2 net 2/9] net: cfg802154: fix kernel-doc notation warnings

W sprawie samochodu
 2023-07-14  7:45 UTC 

[PATCH net 00/12] net: fix kernel-doc problems in include/net/
 2023-07-11  8:36 UTC  (3+ messages)
` [PATCH net 03/12] net: cfg802154: fix kernel-doc notation warnings

W sprawie samochodu
 2023-07-11  7:55 UTC 

W sprawie samochodu
 2023-07-05  7:35 UTC 

[PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-07-02 17:54 UTC 

Proszę o kontakt
 2023-06-30  7:54 UTC 

Proszę o kontakt
 2023-06-30  7:40 UTC 

[PATCH AUTOSEL 5.15 2/5] ieee802154/adf7242: Add MODULE_FIRMWARE macro
 2023-06-29 19:01 UTC 

[PATCH AUTOSEL 5.10 2/4] ieee802154/adf7242: Add MODULE_FIRMWARE macro
 2023-06-29 19:02 UTC 

[PATCH AUTOSEL 6.1 05/12] ieee802154/adf7242: Add MODULE_FIRMWARE macro
 2023-06-29 19:01 UTC 

[PATCH AUTOSEL 6.3 08/17] ieee802154/adf7242: Add MODULE_FIRMWARE macro
 2023-06-29 19:00 UTC 

W sprawie samochodu
 2023-06-27  8:01 UTC 

pull-request: ieee802154 for net-next 2023-06-23
 2023-06-26 10:39 UTC  (3+ messages)

[PATCH net-next v5 15/16] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-23 22:55 UTC  (2+ messages)
` [PATCH net-next v5 16/16] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH 06/11] sysctl: Add size to register_net_sysctl function
 2023-06-23 14:21 UTC  (4+ messages)

[PATCH net-next v4 14/15] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-23 11:44 UTC  (2+ messages)
` [PATCH net-next v4 15/15] net: Kill MSG_SENDPAGE_NOTLAST

W sprawie samochodu
 2023-06-22  8:06 UTC 

[PATCH] ieee802154/adf7242: Add MODULE_FIRMWARE macro
 2023-06-21 14:44 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox