]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/netif
Use FreeRTOS heap instead of LwIP heap
[pes-rpp/rpp-lwip.git] / src / netif /
2012-05-11 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-05-07 goldsimonAdded a readme.txt about the PPP code.
2012-05-03 goldsimonpatch by Sylvain Rochet: fixed bug #36283 (PPP struct...
2012-05-03 goldsimonfixed bug #36388 (PPP: checksum-only in last pbuf leads...
2012-03-27 goldsimonfixed bug #35756 header length calculation problem...
2012-03-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-03-12 goldsimonRemoved unnecessary global variable "subnetMask", which...
2012-03-12 goldsimonpatch by Bostjan Meglic: fixed bug #35809: PPP GetMask...
2012-02-23 goldsimonfixed bug #35595: Impossible to send broadcast without...
2012-02-16 goldsimonfixed pbuf leak when PPP session is aborted through...
2012-02-16 goldsimonfixed bug #35531: Impossible to send multicast without...
2012-02-13 goldsimonFixed unused local variable warning (patch #7711)
2012-01-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2011-11-24 goldsimonfix for bug #34684 was wrong (netif for arp table entri...
2011-11-22 goldsimonfixed bug #34684: Clear the arp table cache when netif...
2011-10-28 Ivan DelamerUse pppRecvWakeup only if PPP_INPROC_OWNTHREAD is defined.
2011-10-28 Ivan DelamerConditional compilation in ppp.c according to PPP_...
2011-10-23 goldsimonSlipif: fixed IPv6 support
2011-10-21 goldsimonSLIP netif: add support for multiple input strategies...
2011-09-11 Simon Goldschmidtsplitted ppp.h to an internal and external header file...
2011-07-26 Simon GoldschmidtETHARP_SUPPORT_VLAN: add support for an external VLAN...
2011-07-21 Simon Goldschmidtbug #33634 ip_forward() have a faulty behaviour: Added...
2011-07-21 Simon Goldschmidtcorrectly prefix all functions with 'etharp_' (also...
2011-07-21 Simon GoldschmidtETHARP_STATE_STABLE_REREQUESTING: no need for member...
2011-07-21 Simon GoldschmidtETHARP_SUPPORT_STATIC_ENTRIES: don't need the member...
2011-07-21 Simon Goldschmidtfixed bug #33551 (ARP entries may time out although...
2011-06-26 goldsimonCleaned up usage of sys.h a bit
2011-05-17 goldsimon... and finally, we got a first working version of...
2011-05-16 goldsimonreplaced tab with spaces
2011-03-29 goldsimonFixed broken VLAN support.
2011-03-29 goldsimonethernet_input: check for minimum packet length to...
2011-03-27 goldsimonFixed bug #32280 (ppp: a pbuf is freed twice)
2011-03-22 goldsimonFixed bug #32648 (PPP code crashes when terminating...
2011-02-18 goldsimonAdded missing U/UL modifiers to fix 16-bit-arch portabi...
2010-12-20 goldsimonMreged back changes that were lost during the savannah...
2010-11-22 goldsimonFixed bug #31722: IP packets sent with an AutoIP source...
2010-08-01 goldsimonApplied patch #7264 (PPP protocols are rejected incorre...
2010-05-22 goldsimonbug #27352: removed packing from ip_addr_t, the packed...
2010-05-16 goldsimonstruct etharp_hdr: split _hwlen_protolen into two u8_t...
2010-05-16 goldsimonAdd preprocessor-macros for compile-time htonl calculat...
2010-05-16 goldsimonNo need to call pppoe_init any more (since the linked...
2010-05-16 goldsimonPPPoE now uses its own MEMP pool instead of the heap...
2010-05-16 goldsimonUse a simple linked list (next pointer) instead of...
2010-05-16 goldsimonRemoved 2 mem_mallocs: error string can be a global...
2010-05-12 goldsimonFix printf-formatter for sio_fd_t/size_t
2010-05-11 goldsimonauth_withpeer_fail(): call lcp_close(), like pppd 2...
2010-05-11 goldsimonFixed bug #29855: PPP: Backport a bugfix in LcpSendEcho...
2010-05-10 goldsimonAdded option LWIP_ARP_FILTER_NETIF to use multiple...
2010-04-29 goldsimonCreate overridable macros for copying 2-byte-aligned...
2010-04-02 goldsimonFixed compilation errors
2010-04-02 goldsimonFixed compilation of debug log code (that is currently...
2010-03-27 goldsimonSpeedup TX by moving code from find_entry to etharp_out...
2010-03-20 goldsimonAdded support for static ARP table entries (added optio...
2010-03-08 goldsimonbug #29105: Review printf formatters
2010-03-08 goldsimonbug #29105: Review printf formatters: added X8_F to...
2010-03-06 goldsimonCorrectly identify link-local addresses when sending...
2010-03-06 goldsimonFixed bug #29087: etharp: don't send packets for LinkLo...
2010-02-22 goldsimonPPP: use LWIP_DEBUGF() instead of ppp_trace()
2010-02-22 goldsimonAdded/improved comments and debug output; renamed ...
2010-02-22 goldsimonFixed compilation error after splitting tcp.h/tcp_impl.h
2010-02-22 goldsimonAdded debug output and missing casts
2010-02-16 goldsimonAdd matching comment to #endif
2010-02-14 goldsimonFixed ARP input processing: only add a new entry if...
2010-02-14 goldsimonFixed bug #28183 (ARP and TCP/IP cannot be disabled...
2010-02-14 goldsimonUse new macro ip_addr_copy where applicable
2010-02-14 goldsimonfixed compilation for LWIp_SNMP && PPP_INPROC_MULTITHREADED
2010-02-09 goldsimontask #10154 (PPP: Update snmp in/out counters for tx...
2010-02-09 goldsimontask #10153 (Integrate loopif into netif.c) - loopif...
2010-02-09 goldsimonFixed a missing cast warning
2010-02-05 goldsimonCorrectly initialize netif flags in pppifNetifInit
2010-02-05 goldsimonFixed another compiler warning (missing cast)
2010-02-05 goldsimonAdded missing casts to suppress compiler warnings ...
2010-02-05 goldsimonUse macros to compare IP addresses
2010-02-05 goldsimonAdded missing casts to suppress compiler warnings
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-02-04 goldsimonUse macros defined in ip_addr.h (some of them new)...
2010-01-29 goldsimonReplaced tabs with spaces
2010-01-29 goldsimonCleanly separate the portability file inet.h and its...
2010-01-26 goldsimonMoved missing include
2010-01-25 goldsimonbug #28659: Missing casts
2010-01-24 goldsimonbug #26523: Compiler Warnings
2010-01-18 goldsimonreorganised PPP sourcecode to 2.3.11 including some...
2010-01-14 goldsimonFixed bug #27856: PPP: Set netif link- and status-callb...
2010-01-14 goldsimonUse protocol definition from tcp.h, not from sockets.h
2010-01-13 goldsimonFixed NO_SYS==0: starting pppInputThread failed; fixed...
2010-01-11 goldsimonFixed bug #13315 (PPP PAP authentication can result...
2010-01-10 goldsimonAdded/changed comments
2010-01-09 goldsimonFixed bug #28195 (PPP: remove duplicate TCP/IP protocol...
2010-01-08 goldsimonFixed compilation of VJ_SUPPORT after separating tx...
2009-12-31 goldsimonInitial version of PPP for NO_SYS==1, some TODOs are...
2009-12-31 goldsimonRemoved unnecessary tcpip-callbacks: this whole module...
2009-12-31 goldsimonReorganised PPP source code from ucip structure to...
2009-12-27 goldsimonAdded an additional option LWIP_ETHERNET to support...
2009-12-07 goldsimonUpdated comments on which sio-functions are used
2009-12-07 goldsimonAdded a note why MSCHAP currently doesn't work with...
2009-12-07 goldsimonAdded description about the PPP stack
2009-12-06 goldsimonVarious small improvements from patch #6965 (removed...
2009-12-06 goldsimonFixed bug #27079 (Yet another leak in PPP): outpacket_b...
2009-12-06 goldsimonpppInit: Remove zeroing the stats - no protocol does...
2009-12-06 goldsimonFixed checking input packet length (20 bytes is a valid...
next