Go to file
Tomasz Bursztyka bf964cdd4c net: Renaming net nbuf API to net pkt API
There have been long lasting confusion between net_buf and net_nbuf.
While the first is actually a buffer, the second one is not. It's a
network buffer descriptor. More precisely it provides meta data about a
network packet, and holds the chain of buffer fragments made of net_buf.

Thus renaming net_nbuf to net_pkt and all names around it as well
(function, Kconfig option, ..).

Though net_pkt if the new name, it still inherit its logic from net_buf.
'
This patch is the first of a serie that will separate completely net_pkt
from net_buf.

Change-Id: Iecb32d2a0d8f4647692e5328e54b5c35454194cd
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2017-04-21 14:19:50 +03:00
.known-issues net: dns: Remove dns_client API and sample application 2017-04-13 15:21:45 +03:00
arch Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
boards xtensa port: Added documentation for xt-sim board. 2017-04-20 21:07:15 +00:00
doc net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
drivers net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
dts arm: dts: Add DTS support for NRF52832 SoC 2017-04-14 05:56:54 -05:00
ext ext: tinycrypt: update README to reflect correct version and hash 2017-04-20 12:30:42 +00:00
include net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
kernel Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
lib lib: convert to using newly introduced integer sized types 2017-04-20 11:56:00 -05:00
misc misc: Support left-justification in printk() 2017-04-21 11:06:16 +00:00
samples net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
scripts Introduce new sized integer typedefs 2017-04-20 16:07:08 +00:00
subsys net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
tests net: Renaming net nbuf API to net pkt API 2017-04-21 14:19:50 +03:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS MAINTAINERS: remove references to legacy headers 2017-04-20 14:11:16 +00:00
Makefile build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Makefile.inc build: Add separate DTS target 2017-04-20 14:36:10 +00:00
Makefile.test
zephyr-env.sh