]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/netif/etharp.c
etharp_query() has error return type now. Matched dhcp.c with this change.
[pes-rpp/rpp-lwip.git] / src / netif / etharp.c
2003-04-01 likewiseetharp_query() has error return type now. Matched dhcp...
2003-03-31 davidhaasIn keeping with pbuf->ref always having the count of...
2003-03-31 likewiseDocumentation changes. Added missing trailing newlines...
2003-03-28 likewiseFixed bugs #2968 (ref count) and #2670 (total length).
2003-03-25 likewiseAdded documentation and comments.
2003-03-21 janiavoid compiler warning
2003-03-19 davidhaasFixed up and made work a PBUF_REF type. Most of the...
2003-03-18 davidhaasFix to last fix for bug 2826: find_arp_entry() was...
2003-03-16 likewiseFixed bug #2826 (re-use of oldest ARP entry with queued...
2003-03-16 likewiseFixed bug #2841 (etharp.c packet queueing always picks...
2003-02-24 janicleaned up opt.h a bit, added more option defaults...
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-02-20 janido not directly include lwipopts.h but lwip/opt.h instead
2003-02-20 likewiseFixed some issues open after merging 'leon-dhcp'. Added...
2003-02-20 likewiseMerged with leon-dhcp branch. Tagged as POST_leon-dhcp...
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-01-18 janiWhen all entries are 0 due to the whole table changing...
2003-01-13 janiremove global ctime.Each entry's ctime is now absolute...
2003-01-08 likewiseMoved ETHARP_ALWAYS_INSERT switch to lwipopts.h
2003-01-08 likewiseAdded check if ARP_QUEUEING is 1 for a queueing related...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2003-01-08 likewiseRemoved etharp_output_sent() as etharp.c no longer...
2002-12-18 janirenamed (hopefully everywhere) stats to lwip_stats...
2002-12-17 janiUse C style comments.In debug stataments cast various...
2002-12-05 kieranmFixed compiler warnings when ARP_QUEUEING is not defined.
2002-12-02 likewiseFixed wrong assertion condition.
2002-11-29 likewiseMore complete ARP protocol implementation.
2002-11-28 likewiseAll ARP queueing code is now conditionally compiled-in.
2002-11-18 likewiseConditionally have ARP queue outgoing pbufs.
2002-11-18 janiMove etharp packed structures to the header file.
2002-11-15 likewiseETHARP_SNOOP_UPDATES made externally configurable.
2002-11-13 likewiseARP entries can now be updated (but not added) on any...
2002-11-13 likewiseImplemented conditional insertion of ARP entries to...
2002-11-11 likewiseChanged static etharp_query() to support queueing packe...
2002-11-08 likewiseFixed numerous bugs. Re-used etharp_query() in etharp_...
2002-11-08 proff_fsAdded includeds for bpstruct and epstruct.
2002-11-06 likewisefind_arp_entry() returned 0 instead of ARP_TABLE_SIZE...
2002-11-04 likewiseFixed NULL pointer bug (#1493). Fix for memory leak...
2002-10-19 likewiseInitial revision