nuttx/net/ieee802154
Gregory Nutt 427b3b8fcb Squashed commit of the following:
net/utils:  return from net_breaklock() was being clobbered.
    net/:  Replace all calls to iob_alloc() with calls to net_ioballoc() which will release the network lock, if necessary.
    net/utils, tcp, include/net:  Separate out the special IOB allocation logic and place it in its own function.  Prototype is available in a public header file where it can also be used by network drivers.
    net/utils: net_timedwait() now uses new net_breaklock() and net_restorelock().
2018-07-07 08:26:13 -06:00
..
ieee802154_callback.c net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion. 2018-06-23 14:09:06 -06:00
ieee802154_conn.c net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion. 2018-06-23 14:09:06 -06:00
ieee802154_container.c net/ieee802154: Fix some typos noted when cloning to create net/bluetooth. 2018-03-30 12:08:29 -06:00
ieee802154_finddev.c net/ieee802154: Fix more typos and cosmetic problems. 2018-03-30 13:42:55 -06:00
ieee802154_initialize.c PF_IEEE802154: With this commit PF_IEEE802154 address family is basically functional. More testing is needed, of course. 2017-08-19 18:50:50 -06:00
ieee802154_input.c net/ieee802154 and include/net/ieee802154: Fix a few more trivial typos. 2018-03-30 15:20:51 -06:00
ieee802154_poll.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
ieee802154_recvfrom.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
ieee802154_sendto.c Squashed commit of the following: 2018-07-07 08:26:13 -06:00
ieee802154_sockif.c net/ieee802154: Add some missing logic in connect(). 2018-03-31 09:28:24 -06:00
ieee802154.h net/ieee802154: Add some missing logic in connect(). 2018-03-31 09:28:24 -06:00
Kconfig net/ieee802154: Fix some typos noted when cloning to create net/bluetooth. 2018-03-30 12:08:29 -06:00
Make.defs PF_IEEE802154: With this commit PF_IEEE802154 address family is basically functional. More testing is needed, of course. 2017-08-19 18:50:50 -06:00