summaryrefslogtreecommitdiff
path: root/net/buf.c
AgeCommit message (Expand)Author
2016-10-26net: buf: Make net_buf_frag_add take ownership of the bufferLuiz Augusto von Dentz
2016-10-26net: buf: Add SYS_LOG supportLuiz Augusto von Dentz
2016-10-26net: buf: Add separate Kconfig for net_buf_simple debugLuiz Augusto von Dentz
2016-09-30net: buf: Allow NULL head pointer when inserting to frag listJohan Hedberg
2016-09-30net: buf: Allow head deletion with net_buf_frag_del()Johan Hedberg
2016-09-08net/buf: Add missing line break in debug statementVinicius Costa Gomes
2016-07-25net: buf: Fix compiling with debug optionsJaakko Hannikainen
2016-07-19net: buf: Add net_buf_add_be32 helperJohan Hedberg
2016-07-13net: buf: Add more big endian helpersJohan Hedberg
2016-07-13net: buf: Add complete net_buf_simple implementationJohan Hedberg
2016-07-11net: buf: Add fragmentation API supportJukka Rissanen
2016-07-09net: buf: Add net_buf_push_u8() helper APIJohan Hedberg
2016-07-09net: buf: Add big-endian helpersJohan Hedberg
2016-07-09net: buf: Add net_buf_reserve() APIJohan Hedberg
2016-06-14net: Convert net_buf_put() to use new nano_fifo_put_list() APIJohan Hedberg
2016-06-06net: buf: Don't use recursion for freeing fragment listJohan Hedberg
2016-06-06net: buf: Introduce support for fragmentationJohan Hedberg
2016-06-02net: Add net_buf_get_timeout() APIJohan Hedberg
2016-05-15net: buf: Add net_buf_pull_le32() helper APIArkadiusz Lichwa
2016-05-13net: buf: Add net_buf_add_le32() helper APIArkadiusz Lichwa
2016-02-12net: buf: Add net_buf_pull_u8() helper APIJohan Hedberg
2016-02-11net: buf: Add convenience API for adding 8-bit integersJohan Hedberg
2016-02-05net: buf: Add net_buf_push_le16 helper functionJohan Hedberg
2016-02-05nano_fifo: Simplify nano_xxx_fifo_get() API familyPeter Mitsis
2016-02-05net: buf: Fix minor typoJohan Hedberg
2016-02-05net: buf: Require destroy callbacks to handle returning to free FIFOJohan Hedberg
2016-02-05net: Fix NET_BUF_ASSERT macro compile errorJukka Rissanen
2016-02-05net: Add initial generic buffer implementationJohan Hedberg