networking: first cut at the native TCP/IP stack interface
authorAlan Cox <alan@linux.intel.com>
Fri, 19 Feb 2016 23:02:01 +0000 (23:02 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 19 Feb 2016 23:02:01 +0000 (23:02 +0000)
commit5d0a742ba68e58589e702e953775644650184054
tree13588eb25d7ff1afb5a25bb4c8ffe1ca83044a29
parentbd5fca785bbe312d38ed41a6ca8020b72e6b8fd3
networking: first cut at the native TCP/IP stack interface

This is far from finished or even building yet, but now has the right sort
of form. For the user space side the current plan is to plug it into
something like uIP, LwIP or Harry Kalogirou's ktcp for ELKS.

In theory the API is such that beyond "what fits" it shouldn't matter whether
we bind a teeny/tiny stack like A J Kroll's microcontroller TCP/IP or something
a bit more refined.
Kernel/README.NET [new file with mode: 0644]
Kernel/dev/net/net_native.c [new file with mode: 0644]
Kernel/dev/net/net_native.h [new file with mode: 0644]