]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/netif/etharp.c
Changed initialization: many init functions are not needed any more since we now...
[pes-rpp/rpp-lwip.git] / src / netif / etharp.c
2007-10-09 goldsimonChanged initialization: many init functions are not...
2007-10-05 goldsimonMoved ethernet_input from tcpip.c to etharp.c so all...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-08-17 marcbouUse enum pbuf_flag as pbuf_type.
2007-08-16 marcbouSplit pbuf flags in pbuf type and flgs.
2007-08-16 marcbouAdded PPPoE support and various PPP improvements.
2007-07-29 fbernonMinor fix (warning, linker helper) signaled by Bill...
2007-07-03 fbernonMinor fix (indent)
2007-07-03 goldsimonAdded assertions where PBUF_RAM pbufs are used and...
2007-07-03 fbernonip.h, etharp.c: Fix warnings & errors about LWIP_NETIF_...
2007-07-02 goldsimonAdded option LWIP_NETIF_HWADDRHINT (default=off) to...
2007-07-01 goldsimonFixed a wrong assert statement in etharp_query when...
2007-06-30 goldsimonSet/get ARP hwlen and protolen in one piece.
2007-06-26 goldsimonRemoved warning: LWIP_DEBUGF had wrong argument count
2007-06-25 goldsimonetharp_arp_input: stricter checking of hwtype, proto...
2007-06-25 goldsimonMoved filling of ethernet header for outgoing IP packet...
2007-06-24 goldsimonCombined etharp_request with etharp_raw for both LWIP_A...
2007-06-24 goldsimonetharp_tmr function had a bug (pending entries were...
2007-06-22 goldsimonChanged the expression of LWIP_ERROR to the same as...
2007-06-21 fbernonMinor changes: fix some comments for Doygen documentation
2007-06-19 goldsimonChanged etharp to use a defined hardware address length...
2007-06-17 goldsimonDone some work on task #6933: converted some LWIP_ASSER...
2007-06-16 goldsimonChanged all references to old debug defines to the...
2007-06-10 goldsimonForgot some brackets in an if statement in v1.109
2007-06-09 fbernonContrib module by Dominik Spies: autoip.h, autoip.c...
2007-06-08 goldsimonModified order of parameters for etharp_output() to...
2007-06-08 goldsimonChanged etharp_tmr() to be smaller
2007-06-08 goldsimonDone some work on task #1549 (function documentation...
2007-06-01 goldsimonMade etharp_find_addr() use find_entry to concentrate...
2007-05-14 goldsimonFound a little bug in ARP_QUEUEING: if pbuf_alloc for...
2007-05-10 goldsimonIncluded patch #5920: Create define to override C-libra...
2007-05-04 goldsimonFurther update to ARP queueing: Changed pbuf_copy(...
2007-05-04 goldsimonIntroduced fast one-entry-cache to speed up ARP lookup...
2007-04-11 goldsimon3rd fix for bug #11400 (arp-queuing): More pbufs than...
2007-03-30 fbernonmost of files: prefix all debug.h define with "LWIP_...
2007-03-04 goldsimonFix BUG#11400 - don't corrupt existing pbuf chain when...
2006-11-17 christiaansReplaced tabs with space.
2006-10-11 christiaansPartially accepted patch #5449 for ANSI C compatibility...
2006-10-03 christiaansAdded missing snmp_delete_arpidx_tree() in find_entry...
2006-09-06 christiaansCorrected snmp_delete_arpidx_tree() to be called in...
2006-08-29 christiaansAdded index tree node structs and functions, e.g. to...
2006-08-08 christiaansAdded etharp_find_addr(), finds eth/IP address pair...
2006-05-26 curtmcdFix gcc warning per discussion on lwip-users 2006.04...
2006-03-29 christiaansAddress copy loops optimized for speed.
2006-03-21 christiaansFixed compilation warning on sizeof(), reported by...
2005-12-15 christiaansFixed unused variable warning.
2005-11-25 christiaansIntroduced cc.h formatters and removed SO_REUSE from...
2005-01-24 likewiseMore robust DHCP ARP reply checking.
2004-12-27 likewiseRemoved assertion that always equaled true.
2004-12-27 likewiseDisabled queueing more than 1 packet on a ARP entry...
2004-11-30 likewiseetharp.c: Corrected DHCP_DOES_ARP_CHECK behaviour.
2004-11-29 likewiseetharp.c: re-arranged code in find_entry(), supposedly...
2004-11-28 likewisePrevented a race condition between a new ARP request...
2004-11-25 likewiseAdded a missing "not" in the comment, the code was...
2004-11-25 likewise 2004-11-25 Leon Woestenberg <leon.woestenberg@gmx...
2004-10-28 christiaansMatch update_arp_entry() to prototype.
2004-08-20 softinsMake sure the first pbuf queued on an ARP entry is...
2004-08-17 likewiseFirst packet on queue generated assertion failure....
2004-07-22 likewiseRemoved obsolete debug define.
2004-07-21 softinsRemoved spurious semicolon and added missing end-of...
2004-07-20 likewiseOutgoing packets caused ARP requests even when the...
2004-07-20 likewiseOutgoing packets caused ARP requests even when the...
2004-07-04 likewiseMade loop counters unsigned where possible.
2004-06-30 likewiseBug fix: etharp_output() should not free pbufs.
2004-05-13 likewiseFixed documentation for internal function.
2004-05-07 likewiseFixed #if ETHARP_QUEUEING to #if ARP_QUEUEING.
2004-05-07 likewiseOptimized search loop a bit. Conditional code for ETHAR...
2004-05-06 likewiseFixed wrong argument to find_entry() in etharp_query().
2004-05-06 likewiseFixed ETH_EMPTY into ETHARP_STABLE_EMPTY.
2004-05-06 likewiseDo not empty entries unless allowed to in find_entry().
2004-05-06 likewiseMore fixes.
2004-05-06 likewiseExported etharp_request().
2004-05-06 likewiseFixed typos.
2004-05-06 likewiseOptimized through re-use of common code. Results in...
2004-05-06 likewiseSimplified update_arp_entry().
2004-05-05 likewisePrevent non-unicast addresses from polluting the ARP...
2004-05-05 likewiseFix three bugs during tests.
2004-05-05 likewiseAs etharp already sends packets from the queue asynchro...
2004-05-05 likewiseetharp_*_input() return value (pbuf) removed; it has...
2004-05-03 likewiseSome updates on "gratuitious ARP" from RFC3220. Cleanup...
2004-04-30 likewiseApplied cleaner new patch for bug #8708.
2004-04-28 likewiseRemoved ETHARP_ALWAYS_INSERT.
2004-04-28 likewisePatch of bug #8708 applied which should fix header...
2004-04-22 janispelling fix from Tony Mountfield
2004-04-14 likewiseetharp_query(): Fixed the case where the packet that...
2004-03-11 likewiseReplaced ip_addr_isbroadcast() macro by function.
2004-02-07 likewiseMerged from DEVEL, except for the API change in etharp.c.
2004-02-06 likewiseMerged ARP fixes from STABLE. Should have made those...
2003-12-28 uid67528Merged from DEVEL. etharp prepared for queueing feature...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-10 kieranmChanged DEBUGF to LWIP_DEBUGF
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-06-09 likewiseOnly free the queued packets if there are any.
2003-06-04 likewiseSeveral additional documentation fixes.
2003-05-06 janifix format warning
2003-05-01 likewiseMajor stylo search/replace for "One space between keywo...
2003-04-22 likewiseEither first or last packet can be queued. Fixed (err_t...
2003-04-15 likewisePrevent compiler warning on unused function arguments.
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...
next