Martine Lenders
|
c8c92663d9
|
ng_ipv6_addr: piggy-back spell error fix
|
2015-07-13 14:48:19 +02:00 |
|
Martine Lenders
|
9cd07b8961
|
ng_ipv6_addr: remove packed attribute from ng_ipv6_addr_t
|
2015-07-13 14:26:25 +02:00 |
|
Martine Lenders
|
b010d53eea
|
ng_netif_hdr: remove packed attribute from ng_netif_hdr_t
|
2015-07-13 14:24:01 +02:00 |
|
Martine Lenders
|
72b883f5ed
|
ng_pkt: remove packed attribute from ng_pktsnip_t
|
2015-07-13 14:23:36 +02:00 |
|
Oleg Hahm
|
6d0e68851c
|
doc: some fixes in 6LoWPAN documentation
|
2015-07-03 15:46:32 +02:00 |
|
Martine Lenders
|
4c5c0a87c9
|
ng_sixlowpan: clarify documentation
|
2015-07-03 00:26:04 +02:00 |
|
Martine Lenders
|
d450079348
|
ng_zep: add stability note
|
2015-07-02 15:47:20 +02:00 |
|
Martine Lenders
|
c5318336ae
|
net: intial import of the ZEP protocol
|
2015-07-02 15:47:19 +02:00 |
|
Martine Lenders
|
75ff56a21f
|
Merge pull request #3247 from authmillenon/ng_nettest/fix/bugfixes
ng_nettest: some fixes
|
2015-07-02 14:29:28 +02:00 |
|
Martine Lenders
|
e6811e8c28
|
Merge pull request #3295 from authmillenon/ng_udp/doc/fix
ng_udp: fix documentation
|
2015-07-02 13:41:01 +02:00 |
|
Martine Lenders
|
715306b81c
|
Merge pull request #3294 from authmillenon/ng_pkt/doc/update
ng_pkt: update documentation
|
2015-07-02 13:37:19 +02:00 |
|
Martine Lenders
|
74eac9b144
|
ng_nettest: change function prototypes to allow for exp_pkts == 0
|
2015-07-02 13:35:00 +02:00 |
|
Martine Lenders
|
871a6f9cde
|
ng_nettest: some fixes
|
2015-07-02 13:35:00 +02:00 |
|
Martine Lenders
|
adb028361a
|
ng_udp: fix documentation
|
2015-07-02 12:20:55 +02:00 |
|
Martine Lenders
|
dac1307401
|
ng_pkt: update documentation
|
2015-07-02 12:19:37 +02:00 |
|
Martine Lenders
|
bf67751e15
|
ng_ipv6_hdr: fix for initial sum overflow
|
2015-07-01 17:49:43 +02:00 |
|
Peter Kietzmann
|
fb6440c397
|
Merge pull request #2893 from authmillenon/ng_net/enh/centralize-dispatch
ng_netapi: centralize packet dispatchment for RCV and SND
|
2015-07-01 13:19:13 +02:00 |
|
Martine Lenders
|
3238ccd47e
|
Merge pull request #3159 from authmillenon/ng_net/feat/iid
ng_net: add IID option and simplify upper layers accordingly
|
2015-07-01 12:47:49 +02:00 |
|
Martine Lenders
|
59f62e5366
|
ng_netapi: centralize packet dispatchment for RCV and SND
|
2015-07-01 12:38:59 +02:00 |
|
BytesGalore
|
db18e5760a
|
fib: added check for passing NULL pointers to fib_get_next_hop()
|
2015-06-24 09:05:24 +02:00 |
|
Martine Lenders
|
0103fa2e91
|
Merge pull request #3234 from authmillenon/ng_pktqueue/api/take-out-prio
ng_pktqueue: remove priority queue dependency
|
2015-06-23 23:47:52 +02:00 |
|
Oleg Hahm
|
b85f076027
|
Merge pull request #3098 from authmillenon/ng_nettest/feat/initial
ng_nettest: initial import of a ng_netapi test framework
|
2015-06-23 17:02:11 +02:00 |
|
Martine Lenders
|
f28c5041eb
|
ng_nettest: initial import of a ng_netapi test framework
|
2015-06-23 15:22:55 +02:00 |
|
Martine Lenders
|
72b17d9620
|
ng_ipv6_nc: use new pktqueue
|
2015-06-22 18:19:55 +02:00 |
|
Martine Lenders
|
837d97e963
|
ng_pktqueue: take out priorities
This patch also makes ng_pktqueue independent from `priority_queue`
|
2015-06-22 18:19:54 +02:00 |
|
Martine Lenders
|
aa46e9c14c
|
ng_ieee802154: Add IID generator
|
2015-06-15 12:32:13 +02:00 |
|
Martine Lenders
|
b70100fdd6
|
ng_ethernet: Add IID generator
|
2015-06-15 12:32:13 +02:00 |
|
Martine Lenders
|
1208b719a3
|
ng_netconf: add IID option
|
2015-06-15 12:32:13 +02:00 |
|
Martine Lenders
|
3a1070dc22
|
eui64: export type to own module
|
2015-06-15 12:32:13 +02:00 |
|
René Kijewski
|
7d3d8dee21
|
ng_netif: make const what is const
|
2015-06-12 21:53:59 +02:00 |
|
René Kijewski
|
5eed801072
|
ng_netif: non-destructive ng_netif_addr_from_str
|
2015-06-12 21:53:59 +02:00 |
|
Martine Lenders
|
2bdf22af97
|
ng_ndp: expand documentation on ng_ipv6_nc_t::nbr_adv_timer
|
2015-06-09 19:34:34 +02:00 |
|
Cenk Gündoğan
|
ece64548a6
|
Merge pull request #2818 from BytesGalore/fib_get_conditionlal_entry_set
sys/net/fib: added function to request a set of destination addresses
|
2015-06-05 22:07:22 +02:00 |
|
Martine Lenders
|
46a0fe6cdd
|
pktdump: add 6LoWPAN dump
|
2015-06-05 16:14:56 +02:00 |
|
Hauke Petersen
|
70acc31675
|
net/ng_udp: added ng_udp_print_hdr() function
|
2015-06-05 09:47:52 +02:00 |
|
BytesGalore
|
9079e30da0
|
sys/net/fib: added function to request a set of destination addresses
|
2015-06-02 16:42:47 +02:00 |
|
Peter Kietzmann
|
c839e65479
|
Merge pull request #3025 from OlegHahm/netconf_retransmit
netconf: at86rf231: configure maximum retransmits
|
2015-05-29 10:10:56 +02:00 |
|
Lotte Steenbrink
|
104ea3ceb1
|
Merge pull request #3091 from Lotterleben/fib_helper_fn
Fib helper fn
|
2015-05-28 18:33:23 +02:00 |
|
Hauke Petersen
|
b570f3c1cb
|
sys/ng_pktbuf: fixed doxygen
|
2015-05-28 15:45:05 +02:00 |
|
Hauke Petersen
|
9943f51080
|
global: renamed cpu-conf.h into cpu_conf.h
|
2015-05-28 15:45:05 +02:00 |
|
Oleg Hahm
|
76e4c820e5
|
ng_netconf: ng_at86rf2xx: set retransmissions
Introduces a netconf option to configure the maximum amount of
retransmissions and implements this for the at86rf2xx radios.
|
2015-05-28 13:35:36 +02:00 |
|
Martine Lenders
|
e56f5ae1ed
|
ng_netconf: define maximum number of options
|
2015-05-27 22:00:12 +02:00 |
|
Martine Lenders
|
ae3d88fcae
|
Merge pull request #2806 from authmillenon/ng_sixlowpan_iphc/feat/initial
ng_sixlowpan: Initial import of IP header compression
|
2015-05-27 18:07:11 +02:00 |
|
BytesGalore
|
e174ce2c56
|
fib: added a word on the lifetime of a FIB entry
|
2015-05-27 14:44:55 +02:00 |
|
Martine Lenders
|
9a989264d8
|
ng_sixlowpan: initial import of IP header compression
|
2015-05-27 11:54:50 +02:00 |
|
Lotte Steenbrink
|
d14191467f
|
fib: add FIB_DEVEL_HELPER flag and fib_devel_get_lifetime()
|
2015-05-26 15:34:31 -07:00 |
|
|
1c91baed8b
|
sys: net: add ng_netdev_eth netdev driver for dev_eth based ethernet devices
|
2015-05-26 21:05:19 +02:00 |
|
Martine Lenders
|
475bfe6e5f
|
Merge pull request #2944 from authmillenon/ipv6_netif/opt/auto-init-addr
ipv6_netif: initialize device dependent values
|
2015-05-26 21:01:55 +02:00 |
|
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)
|
2015-05-26 20:16:50 +02:00 |
|
Oleg Hahm
|
1bd5a82678
|
Merge pull request #3070 from authmillenon/ng_slip/fix/rename-params
ng_slip: rename xbee_params_t to ng_slip_params_t
|
2015-05-26 19:29:45 +02:00 |
|