Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple network stack from transceiver #644

Merged
merged 19 commits into from
Mar 1, 2014

Commits on Feb 28, 2014

  1. Fix coding conventions in sys/transceiver/transceiver.c

    miri64 authored and Martin Lenders committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    1e4badf View commit details
    Browse the repository at this point in the history
  2. Allow IEEE 802.15.4 addressing types for transceiver

    IEEE 802.15.4 has two addressing modes: 16-bit short and the device's
    EUI-64. Currently RIOT supports only sending of packets with 16-bit
    short addresses via the transceiver interface. This patch allows at
    least for the radio chips that support IEEE 802.15.4 to let the
    application/upper layer decide which addressing mode to use.
    
    Upper layer implementation will be implemented in follow-up PR to RIOT-OS#460
    Martin Lenders committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    fa11d82 View commit details
    Browse the repository at this point in the history
  3. Add getter and setter of long addresses to transceiver

    Martin Lenders committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    7f8e2c2 View commit details
    Browse the repository at this point in the history
  4. Implement net_if module

    Martin Lenders committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    848ac70 View commit details
    Browse the repository at this point in the history
  5. Add shell commands for interface configuration

    Martin Lenders committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    4a64959 View commit details
    Browse the repository at this point in the history
  6. Add test cases for net_if module

    miri64 authored and Martin Lenders committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    a5e0e92 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2014

  1. Fix coding conventions for sixlowpan and rpl module

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    bc4befb View commit details
    Browse the repository at this point in the history
  2. Fix ieee802154_frame module

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    90e946e View commit details
    Browse the repository at this point in the history
  3. Put 6LoWPAN border router in its own module

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    4e39cbd View commit details
    Browse the repository at this point in the history
  4. Decouple ICMPv6 from 6LoWPAN

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    78b5f2a View commit details
    Browse the repository at this point in the history
  5. Add capability to set and get variable default hop limit

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    470d874 View commit details
    Browse the repository at this point in the history
  6. Use net_if in 6LoWPAN MAC layer

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    108989b View commit details
    Browse the repository at this point in the history
  7. Use net_if in 6LoWPAN layer

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    c9e8adc View commit details
    Browse the repository at this point in the history
  8. Byte order and rpl problems

    OlegHahm authored and Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    e2e6259 View commit details
    Browse the repository at this point in the history
  9. Let IPv6 and ICMP use new 6LoWPAN layer (+fixes)

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    00acab9 View commit details
    Browse the repository at this point in the history
  10. Add sixlowpan to auto_init

    miri64 authored and Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    6c9578c View commit details
    Browse the repository at this point in the history
  11. Fix apps for previous changes

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    3a8c177 View commit details
    Browse the repository at this point in the history
  12. nbr_cache_auto_rem does not need an extra thread

    OlegHahm authored and Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    2c76f99 View commit details
    Browse the repository at this point in the history
  13. Eliminate side effects in icmpv6_csum and make it public

    Martin Lenders committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    bdced31 View commit details
    Browse the repository at this point in the history