| Age | Commit message (Expand) | Author |
| 2019-02-26 | PPP, PPPoE: use service name and concentrator name | Jacob Kroon |
| 2019-02-26 | PPP, PPPoE: fix build when PPPOE_SCNAME_SUPPORT is defined | Jacob Kroon |
| 2019-02-26 | PPP, PPPoE: rename PPPOE_TODO to PPPOE_SCNAME_SUPPORT, prepare service name a... | Sylvain Rochet |
| 2018-09-04 | Make zepif dependent on LWIP_UDP config | Martine Lenders |
| 2018-07-23 | add 'extern "C" {}' for cplusplus in ppp headers | Simon Goldschmidt |
| 2018-07-19 | add 'extern "C" {}' for cplusplus in many headers | Simon Goldschmidt |
| 2018-06-18 | PPP: remove unknown define references to PPP_NUM_TIMEOUTS when PPP_SUPPORT is... | Sylvain Rochet |
| 2018-06-18 | PPP: set PPP_NUM_TIMEOUTS_PER_PCB value to computed number of simultaneous ti... | Sylvain Rochet |
| 2018-06-15 | PPP, PPPoL2TP: use expected peer NS instead of current peer NS | Sylvain Rochet |
| 2018-03-27 | lowpan6_ble: local address is required for compression/decompression, too | goldsimon |
| 2018-03-21 | lowpan6_ble.c: use common functions from lowpan6_common.c | goldsimon |
| 2018-03-21 | lowpan6_common.c: add comments from ble version | goldsimon |
| 2018-03-21 | Move common 6LoWPAN code to new file lopwan6_common.c | goldsimon |
| 2018-03-13 | minor: fix typos and spaces | goldsimon |
| 2018-03-01 | zepif: fix destination IP (default should be broadcast, not 0.0.0.0) | goldsimon |
| 2018-02-28 | Added a netif encapsulating 6LowPAN in ZEP (ZigBee Enxapsulation Protocol) | goldsimon |
| 2018-02-28 | lowpan6.c: handle 6-byte MAC addresses on netif, too | goldsimon |
| 2018-02-28 | lowpan6.c: implement software CRC (e.g. required for use with ZEP) | goldsimon |
| 2018-02-28 | fix some IEEE_802154_FC_ bit definitions | goldsimon |
| 2018-02-27 | lowpan6_ble_opts.h: Make LWIP_RFC7668_DEBUG default OFF | Axel Lin |
| 2018-02-26 | lowpan6.c: move IEEE 802.15.4 definitions to their own header file | goldsimon |
| 2018-02-25 | lowpan6_ble_opts.h: Add #ifndef guard for LWIP_RFC7668_LINUX_WORKAROUND_PUBLI... | Axel Lin |
| 2018-02-23 | Added a RFC7668 netif. | Benjamin Aigner |
| 2017-10-18 | BridgeIF: Move FDB implementation into a separate file, implementation is eas... | Dirk Ziegelmeier |
| 2017-07-27 | Clarify LWIP_NUM_SYS_TIMEOUT_INTERNAL regarding PPP and make the number of re... | goldsimon |
| 2017-05-05 | PPP: remove ppp_singlebuf | Sylvain Rochet |
| 2017-04-11 | Add macro ETH_ADDR() to initialize a struct eth_addr with its 6 bytes and tak... | goldsimon |
| 2017-04-07 | Fixup BRIDGEIF_INITDATA2 macro | Dirk Ziegelmeier |
| 2017-04-07 | Improve bridgeif doxygen docs | Dirk Ziegelmeier |
| 2017-04-04 | bridgeif: sanity-check init_data->max_ports <= BRIDGEIF_MAX_PORTS | goldsimon |
| 2017-04-04 | bridgeif: improve documentation | goldsimon |
| 2017-03-16 | bridgeif: fix compiling with NO_SYS==1 by changing default value of BRIDGEIF_... | goldsimon |
| 2017-03-15 | Add bridge interface to documentation | Dirk Ziegelmeier |
| 2017-03-15 | Added a simple multi-netif 802.1d bridge implementation to show that a multi-... | goldsimon |
| 2017-03-08 | PPP: remove unused and confusing return values other than ERR_OK for ppp_conn... | Sylvain Rochet |
| 2017-01-23 | Fix some more variables named "index" - found by Joel Cunningham | Dirk Ziegelmeier |
| 2016-11-05 | PPP, IPCP: fix reset state before reconnecting | Sylvain Rochet |
| 2016-10-06 | Cleanup hton*/ntoh* function handling and platform abstraction | Dirk Ziegelmeier |
| 2016-08-23 | Work on bug #48824: ethernet.c extensions: Implement ethernet_output(); | Dirk Ziegelmeier |
| 2016-08-19 | Add #include to netif/ethernet.h to netif/etharp.h to maintian compatibility | Dirk Ziegelmeier |
| 2016-08-19 | Reduce usage of netif/ethernet.h header, mostly lwip/prot/ethernet.h is suffi... | Dirk Ziegelmeier |
| 2016-08-18 | Work on bug #48728: headers should cleanly separate API vs. implementation | Dirk Ziegelmeier |
| 2016-08-13 | PPP: fix don't print valid LCP echo request/reply packets if the link is up | Sylvain Rochet |
| 2016-08-08 | minor: macros should not end with underscore(s) | sg |
| 2016-08-07 | PPP: revamp PPP state order | Sylvain Rochet |
| 2016-08-07 | PPP, move VJ_SUPPORT disabling if LWIP_TCP is not enabled to PPP options | Sylvain Rochet |
| 2016-08-04 | PPP: remove useless ppp_link_start function | Sylvain Rochet |
| 2016-08-01 | fixed compiling lowpan6 for NO_SYS==1 | goldsimon |
| 2016-07-21 | Revert "PPP: restore PPPoE devices without Ethernet ARP support, i.e. PPPoE o... | Sylvain Rochet |
| 2016-07-21 | PPP: restore PPPoE devices without Ethernet ARP support, i.e. PPPoE only devices | Sylvain Rochet |