3257 Commits (5f0e261f2dc9706397bdd5669c8a72abe1b74ccf)
 

Author SHA1 Message Date
Sylvain Rochet 5f0e261f2d PPP, MPPE, handle packets in decompressor without address and control nor protocol 11 years ago
Sylvain Rochet 0e1aec4348 PPP, using ip4_input() instead of ip_input() 11 years ago
sg c1c65777b6 worked on task #13480: added LWIP_IPV4 define - IPv4 can be disabled, leaving an IPv6-only stack (SNMP is still missing) 11 years ago
Sylvain Rochet 89d666155d PPP, MPPE, fixed mppe_rekey() 11 years ago
Sylvain Rochet 4d6d65ee33 PPP, MPPE, fixed SHA1 padding 11 years ago
Sylvain Rochet dcdb360a19 ip6_addr.c: fixed IPv6 ip6_addr_any value 11 years ago
Sylvain Rochet 8a73990f51 PPP, PPPoL2TP, improved pppol2tp_create() error path 11 years ago
Sylvain Rochet efe229a54b PPP, PPPoL2TP, merged pppol2tp_input_ip() to pppol2tp_input() 11 years ago
Sylvain Rochet d6fdf7d4b1 PPP, PPPoL2TP, switched to dual stack IPv4/IPv6 11 years ago
goldsimon cf180b651b fixed unit tests after changing ip_addr_t 11 years ago
goldsimon 2e649e1843 Added IP_ADDR4()/IP_ADDR6() initializer macros that initialize ip_addr_t like their counterparts IP4_ADDR()/IP6_ADDR() 11 years ago
goldsimon 1985579148 fixed compiler warning (signed/unsigned comparison) introduced when fixing bug #44766 11 years ago
goldsimon d31dbc6798 Fixed constant initializer problem in ip_addr_t by having ip6 first 11 years ago
Sylvain Rochet ffd45a2261 PPP, added new build dependencies in init.c 11 years ago
Sylvain Rochet 135631d29d fixed some obvious compiler warnings 11 years ago
sg ce7e31cd04 task #12722 (improve IPv4/v6 address handling): renamed ip_addr_t to ip4_addr_t, renamed ipX_addr_t to ip_addr_t and added IP version; 11 years ago
goldsimon 4ff1eb1890 fixed bug #44766 (LWIP_WND_SCALE: tcphdr->wnd was not scaled in two places) 11 years ago
goldsimon 7c47c917b5 dhcp: start discovery with short timeouts on network change, even if already discovering 11 years ago
Sylvain Rochet 7285459375 PPP, MPPE, exported MPPE functions 11 years ago
Sylvain Rochet 52b7ebd4e7 PPP, MPPE, fixed compiler warnings 11 years ago
Sylvain Rochet ea6f624b58 PPP, MPPE. fixed port mistake on SHA1 computation 11 years ago
Sylvain Rochet 3cf3b78192 PPP, MPPE, commented-in Linux interface calls structure 11 years ago
Sylvain Rochet cdc2d034de PPP, MPPE, temporarily replaced kzalloc() with malloc() 11 years ago
Sylvain Rochet cd8a17d644 PPP, MPPE, removed useless Linux stuff 11 years ago
Sylvain Rochet 57e3e7f150 PPP, MPPE, improved SHA1 padding 11 years ago
Sylvain Rochet c759639603 PPP, MPPE, removed "compression" stats 11 years ago
Sylvain Rochet a6c101aeb8 PPP, MPPE, removed now useless setup_sg() function 11 years ago
Sylvain Rochet 7ea8a754c1 PPP, MPPE, using our ARC4 instead of Linux crypto ARC4 11 years ago
Sylvain Rochet d5667343cb PPP, updated polarssl readme 11 years ago
Sylvain Rochet 0bfe435c4f PPP, MPPE, updated polarssl ARC4 for lwIP 11 years ago
Sylvain Rochet cd39843c75 PPP, MPPE, import unmodified ARC4 from polarssl 11 years ago
Sylvain Rochet f9ae65acd8 PPP, MPPE, added build macro if MPPE is not enabled 11 years ago
Sylvain Rochet cfd930cae7 PPP, MPPE, using our SHA1 instead of Linux crypto sha1 11 years ago
Sylvain Rochet 0b7e3610ac PPP, MPPE, using lwIP ERR_BUF instead of Linux DECOMP_ERROR error type 11 years ago
Sylvain Rochet 10946e7669 PPP, MPPE, removed a bit more Linux stuff 11 years ago
Sylvain Rochet 2dcd8c2729 PPP, MPPE, removed include we don't have 11 years ago
Sylvain Rochet dcde1c2a8f PPP, CCP, added missing defines from linux/ppp-comp.h to ccp.h 11 years ago
Sylvain Rochet 0810384555 PPP, MPPE, replaced printk() to PPPDEBUG() 11 years ago
Sylvain Rochet 434fb1e0da PPP, MPPE, fixed path to mppe.h 11 years ago
Sylvain Rochet 435a0b98ac PPP, MPPE, cleaning license notice 11 years ago
Sylvain Rochet 05eda236cc PPP, MPPE, import unmodified Linux MPPE encoder/decoder 11 years ago
goldsimon c998faeeab fixed bug #44649 lwip_socket_drop_registered_memberships 11 years ago
Sylvain Rochet f967933e8b PPP, PPPoS, protect open flag in connect() and listen() 11 years ago
Sylvain Rochet 8862a1ac8f PPP, MPPE, ccp_options->mppe is a bitfield of MPPE_OPT_* and not a boolean, fixed 11 years ago
Sylvain Rochet ad56a115be PPP, CCP, moved ccp_test() from ccp_addci() to ccp_resetci() 11 years ago
Sylvain Rochet c8ed013600 PPP, FSM, added assert to easily track cilen size mismatch 11 years ago
Sylvain Rochet c49fc8db72 PPP, CCP: Fix ccp_cilen returning size if both deflate_correct and deflate_draft are enabled 11 years ago
sg 93fa268db1 used ip6_addr_t instead of struct ip6_addr, fix const'ness in ip6_route parameters 11 years ago
sg 521c92764d loopif is not required for loopback traffic any more but passed through any netif (ENABLE_LOOPBACK has to be enabled) (task #13515) 11 years ago
sg 71d121fab2 Added input & route hooks for IPv6 to stay in line with IPv4 11 years ago