Cenk Gündoğan
0ac4ee705c
ipv6: rpl: add source routing header for RPL
7 years ago
Martine Lenders
24ffa767ef
sixlowpan: include missing headers
7 years ago
Martine Lenders
a66ce9c3eb
Merge pull request #4784 from authmillenon/gnrc_pkt/api/search-type-function
...
gnrc_pkt: provide type search function
7 years ago
Oleg Hahm
4824a45c8a
Merge pull request #4732 from cgundogan/pr/rpl/pio_control
...
rpl: make PIOs in DIOs configurable and send them out always or never
7 years ago
Martine Lenders
e8a1fab07d
gnrc_pkt: provide type search function
7 years ago
Cenk Gündoğan
03f34927cd
pktbuf: do not inline gnrc_pktbuf_remove_snip
7 years ago
Kaspar Schleiser
44e985bf8c
sys: net: ipv6: add print_ipv6_addr()
7 years ago
Kaspar Schleiser
b9c97d86c2
sys: net: add ipv6 split prefix/interface from address functions
7 years ago
Cenk Gündoğan
3a16d021a6
conn: udp: doc fix
7 years ago
Cenk Gündoğan
b654dc3167
rpl: doc: add configuration hints
7 years ago
Cenk Gündoğan
73fac82b58
rpl: shell: don't compile PIO code dependent on CFLAGS
7 years ago
Cenk Gündoğan
11e2ae20b0
rpl: make PIO transmission configurable
7 years ago
Cenk Gündoğan
50aff7fca0
rpl: unify requested option flags into one byte
7 years ago
Cenk Gündoğan
cb68c01325
ipv6/nc: doc fix and removed unused macro
7 years ago
BytesGalore
10ea1226bc
gnrc/ipv6: add blacklisting of IPv6 addresses
7 years ago
Martine Lenders
131cae626c
Merge pull request #3362 from authmillenon/ng_neterr/feat/initial
...
[RFC] gnrc: initial import of an asynchronous error reporting API
7 years ago
Cenk Gündoğan
617796241e
Merge pull request #4295 from authmillenon/gnrc_ipv6_nc/enh/l2addr-lookup
...
gnrc_ipv6_nc: introduce L2 address lookup function
7 years ago
Oleg Hahm
3d494c8bf9
Merge pull request #3184 from authmillenon/ng_icmpv6_error/feat/init
...
gnrc_icmpv6_error: initial import
7 years ago
Lotte Steenbrink
be72f2c1cf
conn: add more detailed documentation
7 years ago
Martine Lenders
7b21f95df5
gnrc_ipv6_nc: introduce L2 address lookup function
7 years ago
Martine Lenders
da23ffe096
gnrc: initial import of an asynchroneous error reporting API
7 years ago
Martine Lenders
70c3d29036
gnrc_icmpv6_error: initial import
7 years ago
Yonezawa-T2
542e045bba
gnrc_ipv6_netif: fixed crash when ENABLE_DEBUG is 1.
...
When ENABLE_DEBUG is 1, `out` is dereferenced unconditionally, but
`_parse_options` in `gnrc_rpl_control_messages.c` calls it with NULL.
Clarified `out` must not NULL and fixed `_parse_options`.
7 years ago
Martine Lenders
d342d35dd8
gnrc_sixlowpan: Fix IPHC/NHC packet order problem
7 years ago
Cenk Gündoğan
079f66908b
rpl: minor doc fix
7 years ago
Cenk Gündoğan
76195bf48b
doxygen: gnrc: fix typos
7 years ago
Martine Lenders
877e070112
Merge pull request #4415 from cgundogan/pr/gnrc/doc
...
gnrc: enhance documentation
7 years ago
Cenk Gündoğan
c21fbe9574
doxygen: use uppercase GNRC
7 years ago
Cenk Gündoğan
0b77b259ef
gnrc: enhance documentation
7 years ago
Oleg Hahm
e062a497e9
Merge pull request #4425 from authmillenon/doc/enh/netapi
...
doc: gnrc netapi: make get/set documentation clearer
7 years ago
Martine Lenders
15220b26ad
Merge pull request #4381 from PeterKietzmann/sixlo_frag_unblocking
...
gnrc_sixlowpan_frag: Make fragmentation non-blocking
7 years ago
Oleg Hahm
666b347eeb
net: ETH_ALEN as alias for ETHERNET_ADDR_LEN
7 years ago
Oleg Hahm
796cb58a8a
net: added NDN ethertype
7 years ago
Oleg Hahm
3fddead681
net: added packet header
7 years ago
Oleg Hahm
e257563bd3
posix: added packet address family
7 years ago
Oleg Hahm
7e26470288
gnrc nettype: added a CCN nettypes
7 years ago
PeterKietzmann
331fa34502
gnrc_sixlowpan_frag: msg based fragmentation
7 years ago
Martine Lenders
395706a4b9
doc: gnrc netapi: make get/set documentation clearer
7 years ago
Cenk Gündoğan
6abda39890
Merge pull request #4408 from cgundogan/pr/gnrc_conn/doc_fix
...
gnrc: remove dot from name
7 years ago
Cenk Gündoğan
0f456e4f05
gnrc: remove dot from name
7 years ago
Cenk Gündoğan
59b0895280
gnrc_pkt: Packets => Packet
7 years ago
Cenk Gündoğan
de8ea8b206
Merge pull request #4400 from OlegHahm/netif_exist
...
gnrc netif: add a check for interface existence
7 years ago
DipSwitch
ede923bc5c
tftp: implement TFTP server and client
...
Fix: packet size and typo in transfer mode main -> mail
7 years ago
Oleg Hahm
9f7be0a2e5
gnrc netif: add a check for interface existence
7 years ago
Martine Lenders
281b0ba46e
Merge pull request #4343 from kb2ma/misc/fix-checksum
...
Fix UDP/ICMPv6 checksum for a sliced/accumulated payload.
7 years ago
Hauke Petersen
0b15943cc1
Merge pull request #4373 from haukepetersen/opt_ipv6_addr
...
net/gnrc/ipv6: de-inlined ipv6_addr_equal
7 years ago
Oleg Hahm
c96c5dda24
IPv6 netif: documentation ammendment
7 years ago
Oleg Hahm
b366e59c87
conn: add function to find the best source address
...
...and use it in POSIX sendto() function.
7 years ago
Ken Bannister
835a2d8a27
Add inet_csum_slice() to fix checksum for a sliced layer 4 payload
...
Padding for an odd number of bytes was not calculated properly.
7 years ago
Hauke Petersen
da39b3e939
net/gnrc/ipv6: de-inlined ipv6_addr_equal
7 years ago