Oleg Hahm
|
e062a497e9
|
Merge pull request #4425 from authmillenon/doc/enh/netapi
doc: gnrc netapi: make get/set documentation clearer
|
2015-12-08 16:21:06 +01:00 |
|
Martine Lenders
|
15220b26ad
|
Merge pull request #4381 from PeterKietzmann/sixlo_frag_unblocking
gnrc_sixlowpan_frag: Make fragmentation non-blocking
|
2015-12-08 13:13:48 +01:00 |
|
Oleg Hahm
|
666b347eeb
|
net: ETH_ALEN as alias for ETHERNET_ADDR_LEN
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
796cb58a8a
|
net: added NDN ethertype
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
3fddead681
|
net: added packet header
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
e257563bd3
|
posix: added packet address family
|
2015-12-08 11:27:03 +01:00 |
|
Oleg Hahm
|
7e26470288
|
gnrc nettype: added a CCN nettypes
|
2015-12-08 11:27:03 +01:00 |
|
PeterKietzmann
|
331fa34502
|
gnrc_sixlowpan_frag: msg based fragmentation
|
2015-12-07 17:49:02 +01:00 |
|
Martine Lenders
|
395706a4b9
|
doc: gnrc netapi: make get/set documentation clearer
|
2015-12-07 15:08:39 +01:00 |
|
Cenk Gündoğan
|
6abda39890
|
Merge pull request #4408 from cgundogan/pr/gnrc_conn/doc_fix
gnrc: remove dot from name
|
2015-12-04 18:13:01 +01:00 |
|
Cenk Gündoğan
|
0f456e4f05
|
gnrc: remove dot from name
|
2015-12-04 17:56:16 +01:00 |
|
Cenk Gündoğan
|
59b0895280
|
gnrc_pkt: Packets => Packet
|
2015-12-04 17:46:10 +01:00 |
|
Cenk Gündoğan
|
de8ea8b206
|
Merge pull request #4400 from OlegHahm/netif_exist
gnrc netif: add a check for interface existence
|
2015-12-04 14:26:35 +01:00 |
|
DipSwitch
|
ede923bc5c
|
tftp: implement TFTP server and client
Fix: packet size and typo in transfer mode main -> mail
|
2015-12-03 21:45:48 +01:00 |
|
Oleg Hahm
|
9f7be0a2e5
|
gnrc netif: add a check for interface existence
|
2015-12-03 18:35:23 +01:00 |
|
Martine Lenders
|
281b0ba46e
|
Merge pull request #4343 from kb2ma/misc/fix-checksum
Fix UDP/ICMPv6 checksum for a sliced/accumulated payload.
|
2015-12-03 13:16:12 +01:00 |
|
Hauke Petersen
|
0b15943cc1
|
Merge pull request #4373 from haukepetersen/opt_ipv6_addr
net/gnrc/ipv6: de-inlined ipv6_addr_equal
|
2015-12-03 12:11:14 +01:00 |
|
Oleg Hahm
|
c96c5dda24
|
IPv6 netif: documentation ammendment
|
2015-12-02 18:11:55 +01:00 |
|
Oleg Hahm
|
b366e59c87
|
conn: add function to find the best source address
...and use it in POSIX sendto() function.
|
2015-12-02 18:11:55 +01:00 |
|
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.
|
2015-12-02 05:53:52 -05:00 |
|
Hauke Petersen
|
da39b3e939
|
net/gnrc/ipv6: de-inlined ipv6_addr_equal
|
2015-12-01 18:54:35 +01:00 |
|
Kévin Roussel
|
be49059c65
|
Add NETOPT_CCA_THRESHOLD option to the 'netopt_t' list
|
2015-11-30 13:07:00 +01:00 |
|
Martine Lenders
|
63770e17b5
|
Merge pull request #4352 from authmillenon/doc/fix/gnrc_netdev2
gnrc_netdev2: fix documentation
|
2015-11-27 16:25:20 +01:00 |
|
Martine Lenders
|
8d94765c20
|
gnrc_netdev2: fix documentation
|
2015-11-27 15:07:57 +01:00 |
|
Martine Lenders
|
ce06027760
|
gnrc_netdev2: remove unrequired forward declaration
|
2015-11-27 15:07:57 +01:00 |
|
Martine Lenders
|
2b6bea0196
|
Merge pull request #4299 from authmillenon/gnrc_netif_hdr/opt/un-inline
gnrc_netif_hdr: un-inline build function
|
2015-11-27 15:07:29 +01:00 |
|
Martine Lenders
|
507b4381d2
|
Merge pull request #4335 from authmillenon/gnrc_netdev2/enh/namescheme
gnrc_netdev2: harmonize naming scheme to rest of GNRC
|
2015-11-27 14:16:42 +01:00 |
|
Martine Lenders
|
74722888f6
|
gnrc_netif_hdr: un-inline build function
|
2015-11-27 13:19:50 +01:00 |
|
Martine Lenders
|
3c00cec299
|
gnrc_netdev2: harmonize naming scheme to rest of GNRC
|
2015-11-27 13:03:37 +01:00 |
|
test
|
5bb6df9c6d
|
doc: ndp: remove GNRC_ from PIO flags
|
2015-11-26 23:40:30 +01:00 |
|
test
|
1f2c674026
|
rpl: reuse timer for periodic daos
|
2015-11-20 10:06:07 +01:00 |
|
Hauke Petersen
|
421e69030a
|
Merge pull request #4315 from haukepetersen/doc_periph_fixes
doc: various fixes related to 'periph'
|
2015-11-19 22:59:26 +01:00 |
|
Hauke Petersen
|
95086da431
|
doc/drivers/sys: fixed all refs to drivers_periph_xx
|
2015-11-19 16:09:25 +01:00 |
|
test
|
bbe1b6f125
|
rpl: reuse xtimer for cleanup
|
2015-11-17 19:00:18 +01:00 |
|
Oleg Hahm
|
e4244a29ff
|
fib: make FIB size dependent on existence of RPL
Also, enables to configure the FIB size from the applicatin
|
2015-11-17 16:48:04 +01:00 |
|
Oleg Hahm
|
46dc908fcb
|
gnrc 6lowpan: exclude CTX if not part of the app
This removes dependencies to 6LoWPAN context module if an application is built without support for it.
Also, includes a missing header.
|
2015-11-17 12:04:11 +01:00 |
|
Cenk Gündoğan
|
f7166bbfd7
|
rpl: use uint32_t for the parent lifetime
|
2015-11-09 21:24:08 +01:00 |
|
BytesGalore
|
3153389e49
|
Merge pull request #4241 from cgundogan/pr/rpl/parent_lifetime_32
rpl: use uint32_t for the parent lifetime
|
2015-11-09 21:17:16 +01:00 |
|
Cenk Gündoğan
|
bf5e9b4351
|
rpl: use uint32_t for the parent lifetime
|
2015-11-09 20:28:31 +01:00 |
|
Cenk Gündoğan
|
b1f2f22898
|
rpl: uint32_t is sufficient for the DAO timer
|
2015-11-09 17:25:05 +01:00 |
|
Martine Lenders
|
fc831f0ec2
|
Merge pull request #4216 from cgundogan/pr/network_layer/remove_timex
net/gnrc/network_layer: remove timex_t
|
2015-11-09 16:27:24 +01:00 |
|
Cenk Gündoğan
|
ce6b6b84fc
|
rpl: decrease default numbers
|
2015-11-09 14:56:51 +01:00 |
|
Cenk Gündoğan
|
5aaea3879f
|
netif: ndp: gnrc_ipv6_netif_t::retrans_timer -> uint32_t
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
b59fc825a3
|
netif: nc: ndp: gnrc_ipv6_netif_t::reach_time -> uint32_t
|
2015-11-09 14:55:01 +01:00 |
|
Cenk Gündoğan
|
be7a34b1b8
|
Merge pull request #3157 from BytesGalore/fib_host_prefix_flags
net/fib: Added network prefix flag to indicate a network destination
|
2015-11-02 16:38:55 +01:00 |
|
BytesGalore
|
523d1f87ca
|
net/fib: Added network prefix flag to indicate a network destination
|
2015-11-02 15:57:39 +01:00 |
|
Cenk Gündoğan
|
42c5666357
|
Merge pull request #4186 from cgundogan/pr/ipv6/last_vtimers
network_layer: remove last occurences of vtimer
|
2015-11-02 15:42:50 +01:00 |
|
Cenk Gündoğan
|
1c92c6d933
|
Merge pull request #4205 from BytesGalore/fib_clean_fibtable_doxy
net/fib: changed the `fib_table_t` doxy to be a bit more informative
|
2015-11-02 12:52:25 +01:00 |
|
BytesGalore
|
24c48181b9
|
net/fib: changed the fib_table_t doxy to be a bit more informative
|
2015-11-02 11:21:32 +01:00 |
|
BytesGalore
|
6c49ec27e0
|
net/fib: use UNIVERSAL_ADDRESS_SIZE instead of substitute
|
2015-11-02 08:32:04 +01:00 |
|