Lines Matching refs:etharp

59   * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter
63 * ip4.c, etharp.c, pbuf.h: bug #33634 ip_forward() have a faulty behaviour:
113 * etharp.c: fixed bug #35595: Impossible to send broadcast without a gateway
121 * etharp.c: fixed bug #35531: Impossible to send multicast without a gateway
160 * netif.c, etharp.h/.c: fixed bug #34684: Clear the arp table cache when
291 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
367 * ip_addr.h, etharp.h/.c, autoip.c: Create overridable macros for copying
382 * etharp.c: Speedup TX by moving code from find_entry to etharp_output/
391 * opt.h, etharp.c/.h: Added support for static ARP table entries
536 * opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option
550 * etharp.h/.c: Fixed broken VLAN support.
609 * etharp.c: Fixed bug #31720: ARP-queueing: RFC 1122 recommends to queue at
621 * etharp.c: Fixed bug #31722: IP packets sent with an AutoIP source addr
752 * opt.h, etharp.h: Fixed bug #29148 (Incorrect PBUF_POOL_BUFSIZE for ports
769 * etharp.c: Fixed bug #29087: etharp: don't send packets for LinkLocal-
807 * etharp.c/.h: Fixed ARP input processing: only add a new entry if a
812 * netif.h, etharp.c, tcpip.c: Fixed bug #28183 (ARP and TCP/IP cannot be
971 * opt.h, etharp.h/.c: task #9033: Support IEEE 802.1q tagged frame (VLAN),
1250 * etharp.h, etharp.c, netif.c: fixed bug #26507: "Gratuitous ARP depends on
1433 * etharp.c (etharp_arp_input): Fix type aliasing problem copying ip address.
1557 * autoip.c, etharp.c: ip_addr.h: Integrate patch #6348: "Broadcast ARP packets
1597 * etharp.c, stats.c, stats.h, opt.h: Introduced ETHARP_STATS
1680 * tcpip.c, etharp.h, etharp.c: moved ethernet_input from tcpip.c to etharp.c so
1828 * pbuf.c, pbuf.h, etharp.c, tcp_in.c, sockets.c: Split pbuf flags in pbuf
1835 provided by etharp.
1839 etharp.c ethernetif.c, etharp.h, opt.h tcpip.h, tcpip.c:
1861 * etharp.h, etharp.c: Combined etharp_request with etharp_raw for both
1886 * etharp.c, etharp.h: Changed etharp to use a defined hardware address length
1908 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h:
1914 * etharp.h, etharp.c, ethernetif.c: Modified order of parameters for
1974 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending
2186 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
2318 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c,
2319 tcp_out.c, udp.c, etharp.c: Added option LWIP_NETIF_HWADDRHINT (default=off)
2463 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
2498 * etharp.c, pbuf.c, pbuf.h: 3rd fix for bug #11400 (arp-queuing): More pbufs than
2500 pbuf.c: removed functions no needed any more (by etharp).
2622 * memp.c: Fixed bug #11400: New etharp queueing introduced bug: memp_memory
2668 * etharp.c, etharp.h, memp.c, memp.h, opt.h: Fix BUG#11400 - don't corrupt
2681 * rawapi.txt: Fix documentation mismatch with etharp.h about etharp_tmr's call
2716 * etharp.{c,h}: added etharp_find_addr() to read
2746 * api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h:
2830 * etharp.*: Disabled multiple packets on the ARP queue.
2834 * etharp.*: Fixed race condition from ARP request to ARP timeout.
2842 * etharp.c: ETHARP_CREATE is renamed to ETHARP_TRY_HARD.
2869 * etharp.c: Make sure the first pbuf queued on an ARP entry
2890 * etharp.c: Removed spurious semicolon and added missing end-of-comment.
2907 * etharp.c: Made some array indices unsigned.
2914 * etharp.c: In find_entry(), instead of a list traversal per candidate, do a
2920 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
2926 * etharp.c: Applied patch of bug #8708 by Toni Mountifield with a solution
2933 * etharp.c: Fixed the case where the packet that initiates the ARP request
2954 * etharp.c has been hauled over a bit.