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