Lines Matching refs:etharp
283 * etharp: arp table can now be bigger than 127 entries
617 * opt.h, etharp.c: with ETHARP_TABLE_MATCH_NETIF== 1, duplicate (Auto)-IP
622 * etharp.c: Stable etharp entries that are about to expire are now refreshed
672 * opt.h, pbuf.h/.c, etharp.c: Added the option PBUF_LINK_ENCAPSULATION_HLEN to
735 * opt.h, etharp.c: Added LWIP_HOOK_ETHARP_GET_GW to implement IPv4 routing with
739 * opt.h, etharp.h/.c: patch #7993: Added support for transmitting packets
837 * etharp: removed ETHARP_TRUST_IP_MAC since it is insecure and we don't need
849 * etharp.c: fixed bug #48477 (ARP input packet might update static entry)
991 * ip4.c, etharp.c: fixed bug #40177 (System hangs when dealing with corrupted
1180 * etharp.c, opt.h: fixed bug #34681 Limit ARP queue length by ARP_QUEUE_LEN (=3)
1183 * etharp.h/.c: fixed bug #34682 Limit ARP request flood for unresolved entry
1345 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter
1349 * ip4.c, etharp.c, pbuf.h: bug #33634 ip_forward() have a faulty behaviour:
1399 * etharp.c: fixed bug #35595: Impossible to send broadcast without a gateway
1407 * etharp.c: fixed bug #35531: Impossible to send multicast without a gateway
1446 * netif.c, etharp.h/.c: fixed bug #34684: Clear the arp table cache when
1577 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
1653 * ip_addr.h, etharp.h/.c, autoip.c: Create overridable macros for copying
1668 * etharp.c: Speedup TX by moving code from find_entry to etharp_output/
1677 * opt.h, etharp.c/.h: Added support for static ARP table entries
1822 * opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option
1836 * etharp.h/.c: Fixed broken VLAN support.
1895 * etharp.c: Fixed bug #31720: ARP-queueing: RFC 1122 recommends to queue at
1907 * etharp.c: Fixed bug #31722: IP packets sent with an AutoIP source addr
2038 * opt.h, etharp.h: Fixed bug #29148 (Incorrect PBUF_POOL_BUFSIZE for ports
2055 * etharp.c: Fixed bug #29087: etharp: don't send packets for LinkLocal-
2093 * etharp.c/.h: Fixed ARP input processing: only add a new entry if a
2098 * netif.h, etharp.c, tcpip.c: Fixed bug #28183 (ARP and TCP/IP cannot be
2257 * opt.h, etharp.h/.c: task #9033: Support IEEE 802.1q tagged frame (VLAN),
2536 * etharp.h, etharp.c, netif.c: fixed bug #26507: "Gratuitous ARP depends on
2719 * etharp.c (etharp_arp_input): Fix type aliasing problem copying ip address.
2843 * autoip.c, etharp.c: ip_addr.h: Integrate patch #6348: "Broadcast ARP packets
2883 * etharp.c, stats.c, stats.h, opt.h: Introduced ETHARP_STATS
2966 * tcpip.c, etharp.h, etharp.c: moved ethernet_input from tcpip.c to etharp.c so
3114 * pbuf.c, pbuf.h, etharp.c, tcp_in.c, sockets.c: Split pbuf flags in pbuf
3121 provided by etharp.
3125 etharp.c ethernetif.c, etharp.h, opt.h tcpip.h, tcpip.c:
3147 * etharp.h, etharp.c: Combined etharp_request with etharp_raw for both
3172 * etharp.c, etharp.h: Changed etharp to use a defined hardware address length
3194 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h:
3200 * etharp.h, etharp.c, ethernetif.c: Modified order of parameters for
3260 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending
3472 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
3604 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c,
3605 tcp_out.c, udp.c, etharp.c: Added option LWIP_NETIF_HWADDRHINT (default=off)
3749 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
3784 * etharp.c, pbuf.c, pbuf.h: 3rd fix for bug #11400 (arp-queuing): More pbufs than
3786 pbuf.c: removed functions no needed any more (by etharp).
3908 * memp.c: Fixed bug #11400: New etharp queueing introduced bug: memp_memory
3954 * etharp.c, etharp.h, memp.c, memp.h, opt.h: Fix BUG#11400 - don't corrupt
3967 * rawapi.txt: Fix documentation mismatch with etharp.h about etharp_tmr's call
4002 * etharp.{c,h}: added etharp_find_addr() to read
4032 * api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h:
4116 * etharp.*: Disabled multiple packets on the ARP queue.
4120 * etharp.*: Fixed race condition from ARP request to ARP timeout.
4128 * etharp.c: ETHARP_CREATE is renamed to ETHARP_TRY_HARD.
4155 * etharp.c: Make sure the first pbuf queued on an ARP entry
4176 * etharp.c: Removed spurious semicolon and added missing end-of-comment.
4193 * etharp.c: Made some array indices unsigned.
4200 * etharp.c: In find_entry(), instead of a list traversal per candidate, do a
4206 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
4212 * etharp.c: Applied patch of bug #8708 by Toni Mountifield with a solution
4219 * etharp.c: Fixed the case where the packet that initiates the ARP request
4240 * etharp.c has been hauled over a bit.