Support OpenSSL 3.0
PPP, L2TP: fix PPPOL2TP_AUTH_SUPPORT == 0 support
PPP, PPPoS: fix memory leak when disconnecting if there are remaining input bytes
PPP: fix build warning on wrong cast from void* to unsigned long
PPP: clear address state before clearing address
PPP: remove unused and confusing return values other than ERR_OK for ppp_connect and ppp_listen
PPP: use pbuf_coalesce() instead of private ppp_singlebuf()
PPP: remove ppp_singlebuf
PPP, PPPoS: Fix update SNMP ifoutoctets counter in pppos_output_last()
PPP, VJ: Use vj_uncompress_err at appropriate places
PPP, PPPoL2TP: use expected peer NS instead of current peer NS
PPP: remove unknown define references to PPP_NUM_TIMEOUTS when PPP_SUPPORT is disabled
PPP, PPPoL2TP: drop unexpected packets from peer
PPP, PPPoL2TP: stop ICCN timeout when receiving ICCN ack
PPP, PPPoL2TP: properly ack receipt of duplicate packets
PPP, PPPoL2TP: wait for ICCN ack before starting PPP
PPP: remove now unnecessary null PPP IP4 output handler
PPP, PPPoL2TP: take care of Ns/Nr wraparounds
PPP, PPPoE: fix trivial build error
PPP, PPPoL2TP: fix ZLB packets Ns value
PPP: set PPP_NUM_TIMEOUTS_PER_PCB value to computed number of simultaneous timers
PPP: improve randomization of LCP magic number after power-up
PPP: fix dead phase set too early
PPP, L2TP: remove useless L2TP state conditions
PPP, PPPoE: remove useless PPPoE state conditions
PPP: set phase to establish before starting LCP
PPP: remove useless ppp_link_start function
PPP: fix ppp_write internal documentation
PPP, PPPoE: add support for disconnecting in li...
PPP: filter more packets in ppp_dump_packet
PPP, PPPoE: cleanup connection state reset
PPP, PPPoE: remove useless checks
PPP: fix don't print valid LCP echo request/rep...
PPP: close link protocol if LCP is not started ...
PPP: remove PPP_PHASE_MASTER conditions if mult...
PPP, PPPoL2TP: cleanup connection state reset
PPP: set disconnect state before closing link p...
PPP: remove double include for lwip/sys.h
PPP, move VJ_SUPPORT disabling if LWIP_TCP is n...
PPP: don't restart LCP closing if termination i...
PPP: revamp PPP state order
PPP, IPCP: fix reset state before reconnecting
PPP: set protocol_list[] const
PPP, IPCP: check that the peer is allowed to us...
PPP, IPCP: remove obvious FIXME
PPP: restore PPPoE devices without Ethernet ARP...
Revert "PPP: restore PPPoE devices without Ethe...
PPP, FSM, don't call memcpy with NULL even when...
PPP: magic: don't truncate sys_jiffies() return...
PPP, auth, code cleaning: removed useless varia...
sys.h: fixed comment, sys_msleep() is in ms, no...
PPP: more const and mixed u_char/char types fixes
documentation: rawapi: update to current lwIP d...
trivial CVS to Git renaming
documentation: savannah: updated for Git
test: etharp: Fixed const warning
PPP, PPP_MAXIDLEFLAG is now in ms instead of ji...
documentation: rawapi: syntax fixes
doc: contrib: CVS -> Git, punctuation fixes
documentation: rawapi: improved documentation o...
README: replaced CVS references to Git
PPP: Fix shadowing of global declaration
PPP: Fix shadowing of global declaration
PPP: Fix shadowing of global declaration 'sha1'
PPP: Fix shadowing of global declaration
Documentation: SNMP: update to recent changes
IPv4: fix some meaningless debug messages
PPP: CCP: don't drop output packets if CCP nego...
PPP: CCP: add error debug messages for dropped ...
all: trivial include changes related to the new...
PPP, Documentation, fixed mistake about pppos_i...
PPP, PPPoS, fix dereference of uninitialised pp...
PPP: fix typo in debug message
PPP, PPPoL2TP, fix double free of L2TP pcb in p...
PPP, report full packet size in VJ debug output
PPP, VJ, fix header offset calculation on LP64/...
PPP, VJ, fixed TCP retransmission
tcp: fixed TCPH_UNSET_FLAG macro
PPP, VJ, code cleaning
PPP, VJ, move pbuf length check so all TYPE_IP ...
PPP, prepare for chained compressors (e.g. VJ+M...
PPP: use mbed TLS sanitize functions if available
PPP: add a new LWIP_USE_EXTERNAL_MBEDTLS PPP op...
PPP, code cleaning
PPP: Use LWIP_ARRAYSIZE at appropriate places
PPP: add a new LWIP_USE_EXTERNAL_POLARSSL PPP o...
PPP, fix reserved identifier violation (removed...
pbuf: fix undefined PBUF_POOL_FREE_OOSEQ if TCP...
snmpv3: replace arch/cc.h to lwip/arch.h in inc...
PPP, documentation, update next release version
PPP: remove sio.h from included files
PPP: add a function map for hashes and ciphers ...
PPP, remove useless ppp_init function
PPP, ppp_init function is back, re-add magic_init
PPP, documentation, updated to recent changes
PPP, rework initial/reconnect cleanup
PPP, PPPoS, SERVER: fix DNS servers support
PPP, fix comment about opt.h (moved to ppp_opts.h)
timers: fix wrong timings for !NO_SYS targets
PPP, move various connect cleanup from ppp_clea...