Peter Kietzmann
dcafbb8d0c
Merge pull request #4835 from authmillenon/netdev2_test/feat/init
...
netdev2_test: initial import
7 years ago
Martine Lenders
97de8aa52b
netdev2_test: initial import
...
Imports a generic framework to test and experiment with netdev2-based
modules.
7 years ago
kYc0o
f92b025b85
vtimer: get rid of
7 years ago
Martine Lenders
399b8026d3
ieee802154: provide general header build and read functions
7 years ago
Lucas Jenss
ddaa9863f2
Add 256 byte block hamming code implementation
7 years ago
Martine Lenders
ee4f79482a
sem: rename to sema
...
To prevent name colisions with POSIX semaphores
8 years ago
Martine Lenders
de421cdf78
posix: use sem module for semaphore implementation
8 years ago
Martine Lenders
3ad9284357
sem: initial import of a lightweight semaphore layer
8 years ago
Martine Lenders
624530c7d0
posix: redo socket API to use conn
8 years ago
Kaspar Schleiser
cd715fedf6
sys: compat: remove hwtimer_compat
8 years ago
Kaspar Schleiser
5e7036eed9
sys: introduce vtimer_compat
8 years ago
Martine Lenders
db56507ff9
ipv4_addr: initial import
8 years ago
Kaspar Schleiser
78b4bf6f58
sys: net: gnrc: add basic netdev2 support
8 years ago
Kaspar Schleiser
d18cb7a9c3
sys: add netopt to string map function and netopt module
8 years ago
Martine Lenders
58ff31bfe9
gnrc: make all gnrc modules sub-modules of gnrc
8 years ago
Martine Lenders
93031c9b60
sixlowpan: move non-GNRC stuff to its own module
8 years ago
Martine Lenders
87c222d2fa
Merge pull request #3595 from authmillenon/gnrc/api/mv
...
gnrc: rename ng_netbase to gnrc
8 years ago
Martine Lenders
b969eeb217
gnrc: rename ng_netbase to gnrc
8 years ago
Cenk Gündoğan
7f6966aacc
ng_rpl: RPL for the gnrc network stack
8 years ago
Martine Lenders
56817ba015
Merge pull request #3596 from authmillenon/udp/api/disintangle
...
udp: put UDP header in its own module
8 years ago
Martine Lenders
4f650b31f9
ipv6: move non-GNRC types and functions in their own modules
8 years ago
Martine Lenders
203561e741
ipv6_addr: remove ng_ prefix
8 years ago
Martine Lenders
4e5fa612c1
ng_ndp: prepare for parallel NDP implementations
8 years ago
Martine Lenders
a5e039cf4d
udp: put UDP header in its own module
8 years ago
Martine Lenders
5c03268516
inet_csum: remove ng_ prefix
8 years ago
Kaspar Schleiser
8fd237d550
sys: make: remove obsolete network Makefile includes
8 years ago
Kaspar Schleiser
00a44c9147
sys: net: remove AODVv2
...
(will be upgraded to gnrc soon)
8 years ago
Oleg Hahm
64544ee927
Merge pull request #3543 from cgundogan/pr/universal_address/cleanup
...
sys/universal_address: Makefile cleanup
8 years ago
BytesGalore
f3494b12f5
Merge pull request #3542 from cgundogan/pr/trickle/cleanup
...
sys/trickle: Makefile and include guards cleanup
8 years ago
Cenk Gündoğan
a2f4d990c6
sys/universal_address: Makefile cleanup
8 years ago
Cenk Gündoğan
0738f67de0
Merge pull request #3017 from BytesGalore/fix_remove_misplaced_usemodule
...
sys/Makefile: del `USEMODULE`s for `transport_layer` already present in `Makefile.dep`
8 years ago
Cenk Gündoğan
4a21c54547
sys/trickle: Makefile and include guard cleanup
8 years ago
Cenk Gündoğan
ea5e371383
sys/universal_address: separate universal_address from fib
8 years ago
Martine Lenders
3d9945667f
Merge pull request #3496 from authmillenon/ng_pktbuf/enh/new_default
...
ng_pktbuf: new default packet buffer implementation
8 years ago
Martine Lenders
9e823076f4
ng_pktbuf: new default packet buffer implementation
8 years ago
Hauke Petersen
bce198ebf8
net: removed deprecated non-gnrc netapi
8 years ago
BytesGalore
a0c891b5db
sys/Makefile: removed `USEMODULE`s for `transport_layer` already present in `Makefile.dep`
8 years ago
Nico von Geyso
4a4235c622
Unified Cipher API and Block cipher operation modes
8 years ago
Martine Lenders
c5318336ae
net: intial import of the ZEP protocol
8 years ago
Oleg Hahm
b16e3fa358
gnrc: remove duplicate nomac from Makefile
8 years ago
Martine Lenders
f28c5041eb
ng_nettest: initial import of a ng_netapi test framework
8 years ago
Martine Lenders
ae3d88fcae
Merge pull request #2806 from authmillenon/ng_sixlowpan_iphc/feat/initial
...
ng_sixlowpan: Initial import of IP header compression
8 years ago
Martine Lenders
9a989264d8
ng_sixlowpan: initial import of IP header compression
8 years ago
Kaspar Schleiser
1c91baed8b
sys: net: add ng_netdev_eth netdev driver for dev_eth based ethernet devices
8 years ago
Martine Lenders
e3bdc53c37
Merge pull request #2898 from authmillenon/ng_ipv6_ext/feat/initial
...
ng_ipv6_ext: initial import of extension header handling (including RPL SRH)
8 years ago
Martine Lenders
96ab1fa283
ng_slip: initial import
8 years ago
Joseph Noir
bddaee751d
Add replacement headers for thread, mutex and cond
...
These headers do not provide full stl functionality,
but a small subset:
* thread and this_thread
* condition_variable (some timed functions are missing)
* mutex, lock_guard and unique_lock
8 years ago
Martine Lenders
abc0280543
ng_rpl: add source routing header parsing for ng_net
8 years ago
Martine Lenders
5ffdbc5652
ng_ipv6_ext: add routing header parsing
8 years ago
Kaspar Schleiser
c944d54171
core: log: introduce logging API
8 years ago