History log of /seL4-refos-master/projects/util_libs/libethdrivers/src/lwip.c
Revision Date Author Comments
# 75d3dffb 08-Jul-2020 Damon Lee <Damon.Lee@data61.csiro.au>

trivial: Style changed files


# 5a3abf87 08-Jul-2020 Damon Lee <Damon.Lee@data61.csiro.au>

libethdrivers: Add missing header

With the latest lwIP sources, some of the SNMP-related definitions were
moved to a different header file. This commit adds in that missing
header file.


# 3f9cdc14 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

util_libs: remove autoconf.h from util_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 9591a731 06-Jun-2018 Fabrizio Bertocci <fabrizio@rti.com>

Added error control on return from initialize_free_bufs to fail if buffer cannot be created


# a7130f9f 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

fix licenses


# 131c0ba4 15-May-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Correctly drop the padding length after allocating


# d91e637d 08-Dec-2016 Adrian Danis <Adrian.Danis@data61.csiro.au>

Use size portable types in print statements


# 79c2dcbe 04-Feb-2016 Addo Wondo <addo.wondo@nicta.com.au>

Remove a debugging printf.


# f7744cd4 04-Feb-2016 Addo Wondo <addo.wondo@nicta.com.au>

Fix for an allocation of buffer bug when not required, in lwip.c