Lines Matching full:by
50 through a list of filenames, not by checking the file extension at runtime
156 * Fix bug #52748: the bug in timeouts.c by reimplementing timer logic to use
258 * tcp: Fixed bug #47485 (tcp_close() should not fail on memory error) by retrying
263 invalid/reused socket) by not allowing to reallocate a socket that has
423 implementation by aggregating the "base class" (struct mib_node) in all
477 addressed by routing, that is)
495 2015-02-26: patch by TabascoEye
512 connections half-closed by peer"
550 still used by sockets, but keeping it private (static) should allow better
555 by implementing the calculation formula from RFC3390
574 * dns.c, opt.h: reduced ram usage by parsing DNS responses in place
592 2013-03-17: Simon Goldschmidt (patch by Ghobad Emadi)
601 2014-02-20: Simon Goldschmidt (based on patch by Artem Pisarenko)
605 2014-02-05: Simon Goldschmidt (patch by "xtian" and "alex_ab")
650 - Removed all malloc()/free() use from PPP, replaced by stack usage or PBUF.
687 2011-05-17: Patch by Ivan Delamer (only checked in by Simon Goldschmidt)
701 2016-07-21: Simon Goldschmidt (patch by Ambroz Bizjak)
713 2016-06-30: Simon Goldschmidt (original patch by Fabian Koch)
719 2016-04-05: Simon Goldschmidt (patch by Philip Gladstone)
757 2015-11-19: fix by Kerem Hadimli
761 2015-11-12: fix by Valery Ushakov
796 2015-08-19: Simon Goldschmidt (patch by "Sandra")
810 2015-03-21: Simon Goldschmidt (patch by Homyak)
822 2015-03-21: Simon Goldschmidt (patch by Christoffer Lind)
853 2015-02-25: patch by Joel Cunningham
857 2015-02-25: patch by Greg Renda
865 * ip4.h/.c, udp.c: fixed bug #38061 (wrong multicast routing in IPv4) by
872 2015-02-22: patch by Jens Nielsen
877 (previously used by get/setsockopt only)
895 2015-02-14: patches by Freddie Chopin
906 2015-02-11: patch by hichard
920 * api_msg.c: fixed that SHUT_RD followed by SHUT_WR was different to SHUT_RDWR,
928 by rewriting set/getsockopt functions to combine checks with the actual code
934 when LWIP_DHCP_CHECK_LINK_UP==1, which is disabled by default for
950 2014-10-21: Simon Goldschmidt (patch by Joel Cunningham and Albert Huitsing)
1006 2014-03-11: Simon Goldschmidt (patch by Mason)
1027 2014-02-25: Simon Goldschmidt, patch by Fatih Asici
1037 2014-02-22: Simon Goldschmidt (patch by Amir Shalem)
1038 * etharp.c, opt.h: fixed bug #34681 Limit ARP queue length by ARP_QUEUE_LEN (=3)
1040 2014-02-22: Simon Goldschmidt (patch by Amir Shalem)
1073 2014-01-14: Simon Goldschmidt (patch by Thomas Faber)
1096 2013-04-24: patch by Liam <morepork>
1100 * igmp.c: fixed possible division by zero
1105 2013-04-24: Simon Goldschmidt (patch by Emil Ljungdahl):
1134 2012-05-11: Simon Goldschmidt (patch by Marty)
1138 2012-05-03: Simon Goldschmidt (patch by Sylvain Rochet)
1142 2012-05-03: Simon Goldschmidt (patch by David Empson)
1163 2012-03-25: Simon Goldschmidt (idea by Mason)
1206 2011-07-21: Simon Goldschmidt (patch by hanhui)
1212 2011-06-26: Simon Goldschmidt (patch by Cameron Gutman)
1216 2011-05-14: Simon Goldschmidt (patch by Stéphane Lesage)
1226 2012-09-26: patch by Henrik Persson
1229 2012-09-26: patch by Henrik Persson
1242 2012-03-27: Simon Goldschmidt (patch by Mason)
1249 2012-03-20: Simon Goldschmidt (patch by Mason)
1252 2012-03-12: Simon Goldschmidt (patch by Bostjan Meglic)
1268 2012-02-16: Simon Goldschmidt (patch by Stéphane Lesage)
1277 MSS > pcb->snd_wnd (by not creating segments bigger than half the window)
1337 zero window is received) by starting the persist timer when a zero window is
1435 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
1443 * tcp.c: fixed bug #31723 (tcp_kill_prio() kills pcbs with the same prio) by
1470 2010-07-12: Simon Goldschmidt (patch by Stephane Lesage)
1514 2010-04-28: Patch by Bill Auerbach
1526 * etharp.c: Speedup TX by moving code from find_entry to etharp_output/
1527 etharp_query to prevent unnecessary function calls (inspired by
1554 by not allocating a netbuf): added function netconn_recv_tcp_pbuf()
1608 netif.c) - loopif does not have to be created by the port any more,
1622 * nearly every file: Replaced struct ip_addr by typedef ip_addr_t to
1639 2010-01-29: Simon Goldschmidt (patch by Laura Garrett)
1643 2010-01-29: Simon Goldschmidt (patch by Laura Garrett)
1657 by adding ppp_set_netif_statuscallback()/ppp_set_netif_linkcallback()
1660 * mem.c: The heap now may be moved to user-defined memory by defining
1676 now only called from tcpip_thread or by explicitly checking them.
1690 * tcp.c, udp.c: Fixed bug #33048 (Bad range for IP source port numbers) by
1693 2011-03-29: Simon Goldschmidt, patch by Emil Lhungdahl:
1698 pcbs) by checking if the pcb was bound (local_port != 0).
1709 is present never times out) by starting retransmission timer before checking
1713 * ppp.c: Fixed bug #32648 (PPP code crashes when terminating a link) by only
1722 * sockets.c: fixed bug #32769 (ESHUTDOWN is linux-specific) by fixing
1728 connection has been aborted by err_tcp (since this is not a normal closing
1801 2010-08-01: Simon Goldschmidt (patch by Greg Renda)
1840 problems with zero-copy DMA MACs) by adding custom pbufs and implementing
1880 triggered by bug #29345; don't allocate acceptmbox if LWIP_TCP is disabled
1897 where ETH_PAD_SIZE > 0) by moving definition of ETH_PAD_SIZE to opt.h
1943 LWIP_NETIF_LINK_CALLBACK set on) by only sending if both link- and
1947 * opt.h: Disable ETHARP_TRUST_IP_MAC by default since it slows down packet
1957 disabled on netif used for PPPoE) by adding a new netif flag
1975 (recv() makes receive window update for data that wasn't received by
2028 returned by getnext (though not by get)
2054 task #10102: "netconn: clean up conn->err threading issues" by adding
2066 window = 0) by correctly draining recvmbox/acceptmbox
2070 erroneous callbacks) by copying the code from recent pppd
2139 2009-12-04: Simon Goldschmidt (patch by Ioardan Neshev)
2155 * pbuf.c: Fixed bug #28064: pbuf_alloc(PBUF_POOL) is not thread-safe by
2169 2009-11-22: Simon Goldschmidt (suggested by Bill Auerbach)
2173 2009-11-20: Simon Goldschmidt (patch by Albert Bartel)
2223 * tcp_in.c: Fixed bug #27329: dupacks by unidirectional data transmit
2244 function" by checking for loopback before calling ip_frag
2305 TCP timestamp options, off by default. Rework tcp_enqueue() to
2311 2009-02-16 Simon Goldschmidt (patch by Rishi Khan)
2318 2009-02-11 Simon Goldschmidt (suggested by Gottfried Spitaler)
2323 2009-01-28 Jonathan Larmour (suggested by Bill Bauerbach)
2325 is only used by UDPLITE at present, so conditionalise it.
2355 2008-06-17 Simon Goldschmidt (patch by Luca Ceresoli)
2395 arp_table / uses etharp_query" by adding etharp_gratuitous()
2399 to the IP header (used by igmp_ip_output_if)
2446 Fixed by sorting the unsent and unacked queues (segments are inserted at the
2456 behavior, with with ip address string not ended by a '\0', a space or a
2539 by moving accept callback function pointer to TCP_PCB_COMMON
2574 by packing the struct ip_reass_helper.
2603 * tcp_in.c: Fix for bug #23693 as suggested by Art R. Ensure cseg is unused
2613 Contributed by <[email protected]>
2634 * tcp_in.c, tcp.c: fixed bug #22249: division by zero could occur if a remote
2682 indicate the number of pointers query by the mailbox. There is three defines
2708 Filtering" reported by Tom Evans.
2718 by err_t type. Add a new err_t code "ERR_INPROGRESS".
2753 based on the MTU of the netif used to send. Enabled by default. Disable by
2784 enabled by defining SNMP_SAFE_REQUESTS to 0); added code to check link status
2795 by default). Netconn API users can use the netconn_recv_bufsize macro to access
2850 This one is undefined by default in mib2.c. SNMP_GET_SYSUPTIME is called inside
2852 when it's queried (any direct call to "sysuptime" is changed by a call to
2890 * igmp.h, igmp.c, memp_std.h, memp.c, init.c, opt.h: Replace mem_malloc call by
2926 inside tcpip_init, but can also be used by raw api users since all calls are
2979 provided by etharp.
2995 2007-07-13 Jared Grubb (integrated by Frédéric Bernon)
3012 at the cost of more memory consumption. Turned off by default.
3048 by default) to switch off UDP-Lite support if not needed (reduces udp.c code
3051 2007-06-09 Dominik Spies (integrated by Frédéric Bernon)
3070 packets by passing PBUF_REFs down the stack.
3082 elements to overflow. This is achieved by adding some bytes before and after
3104 included by applications and which are for internal use only.
3133 by the port in sys_arch.h if desired.
3141 * sockets.c: remplace ENOBUFS errors on alloc_socket by ENFILE to be more BSD compliant.
3152 It will be used by DHCP to register a client hostname, but can also be use when you call
3171 display by stats_display(). Note that some options (SYS_STATS and RAW_STATS) are defined
3246 2008-03-04 Kieran Mansley (contributions by others)
3250 2008-01-25 Cui hengbin (integrated by Frédéric Bernon)
3251 * dns.c: Fix bug #22108 "DNS problem" caused by unaligned structures.
3255 prevented from sending by a small send window, not just a zero
3263 * dhcp.c: fix bug #19927: "DHCP NACK problem" by clearing any existing set IP
3268 is not protected" by using new macros for interlocked access to modify/test
3303 * ip.c: fixed bug #21643 (udp_send/raw_send don't fail if netif is down) by
3368 by checking tcp_tw_pcbs also
3377 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove
3379 already include "lwip/arch.h"). Like that, default defines are provided by "lwip/arch.h"
3417 * api_msg.c, tcp.c: Another fix for bug #20021: by not returning an error if
3433 2007-07-13 Thomas Taranowski (commited by Jared Grubb)
3479 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
3544 allocated by do_listen if success) and netconn_accept errors handling. In
3546 by ASSERT, except for netconn_delete.
3554 * tcp.c: Fixed bug #1895 (tcp_bind not correct) by introducing a list of
3565 which parameters are used by which do_xxx function, and to avoid "misusing"
3599 * tcp.h, sockets.h, sockets.c: Fixed bug from patch #5865 by moving the defines
3624 putting packets on a list that is fed to the stack by calling loopif_poll()
3644 pbuf.c: removed functions no needed any more (by etharp).
3648 "Constant is long" warnings with 16bit compilers. Contributed by
3701 by casting to unsigned).
3830 outside the region of the pbuf by pbuf_header()
3847 2006-10-26 Christiaan Simons (accepted patch by Jonathan Larmour)
3896 * api_msg.c: Fixed Nagle algorithm as reported by Bob Grice.
3915 in accept() by Kevin Lawson.
3929 now handled by the checksum routine properly.
3933 pbuf_pool_memory[] was properly aligned. (Patch by Curt McDowell.)
3937 submitted by Mitrani Hiroshi.
3943 * tcp_in.c: Duplicate FIN ACK race condition fix by Kelvin Lawson.
3958 routine by Peter Jolasson.
4010 * tcp*.*: Retransmit time-out handling improvement by Sam Jansen.
4064 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
4070 * etharp.c: Applied patch of bug #8708 by Toni Mountifield with a solution
4071 suggested by Timmy Brolin. Fix for 32-bit processors that cannot access
4104 * Fixed TCP bug induced by bad window resizing with unidirectional TCP traffic.
4109 * Pass-by ARP requests do now update the cache.
4136 Reported by Savin Zlobec.
4143 * Added PPP stack contributed by Marc Boucher
4166 Implemented by David Haas.
4175 Implemented by David Haas.
4189 Implemented by Leon Woestenberg.
4201 that must be initialized correctly by the driver (hint: 6 for Ethernet MAC).
4204 * netif's have a dhcp field that must be initialized to NULL by the driver.
4215 threads because it wasn't protected by semaphores.