Go to file
Sebastien Griffoul abb86939ca net: Fix ethernet headers in ipv6
In ipv6 the type field of the ethernet header is
left blank and the net buffer size is not updated
with the ethernet header size. Therefor outgoing
ipv6 packets cannot correctly be received.

In ipv6 these two fields are updated by the function
uip_arp_out. However this function doesn't exist in
ipv6, therefore net_driver_ethernet_send has to take
care of the ethernet header.

Change-Id: Ib883a6553786d74dd2a5bca6893a0501f04ce7f4
Signed-off-by: Sebastien Griffoul <sebastien.griffoul@intel.com>
2016-05-04 13:36:56 +00:00
arch
boards
doc
drivers drivers/nble: Refactor NBLE RPC function names 2016-05-04 13:19:04 +00:00
include Bluetooth: Simplify advertising API 2016-05-04 11:11:34 +00:00
kernel
lib
misc
net net: Fix ethernet headers in ipv6 2016-05-04 13:36:56 +00:00
samples sensor: bmg160: add sample application 2016-05-04 13:14:00 +00:00
scripts
tests Bluetooth: tester: Add possibility to set scan response data 2016-05-04 13:07:02 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile build: use gcc instead of ld for linking 2016-05-04 10:27:18 +00:00
Makefile.inc
zephyr-env.sh