zephyr/subsys/net/lib
Ravi kumar Veeramally a9a2b3ea91 net: sockets: Add socket api to support AF_PACKET
This commit adds packet socket support to socket api.
This version supports basic packet socket features.
Protocol family is AF_PACKET, type of socket is
SOCK_RAW and proto type is ETH_P_ALL. The user will
receive every packet (with L2 header) on the wire.
For TX, the subsystem expects that the user has set
all the protocol headers (L2 and L3) properly.

Networking subsystem doesn't verify or alter the headers while
sending or receiving the packets. This version supports packet
socket over Etherent only. Also combination of other family
and protocols doesn't work (i.e. Application can not open
packet-socket and non packet-socket together).

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2019-02-07 14:43:30 +02:00
..
coap net: coap: Remove legacy CoAP implementation 2019-02-04 16:49:59 -05:00
config net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
dns
http
lwm2m net: lwm2m: fix connection handling in RD client 2019-02-06 18:52:31 -05:00
mqtt net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
openthread
sntp net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
sockets net: sockets: Add socket api to support AF_PACKET 2019-02-07 14:43:30 +02:00
tls_credentials
CMakeLists.txt net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
Kconfig net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00