- 02 Feb, 2018 2 commits
-
-
Simon Duquennoy authored
-
Simon Duquennoy authored
-
- 29 Sep, 2017 1 commit
-
-
Simon Duquennoy authored
-
- 22 Sep, 2017 1 commit
-
-
Simon Duquennoy authored
-
- 01 Sep, 2017 1 commit
-
-
Niclas Finne authored
-
- 04 Jul, 2017 1 commit
-
-
Simon Duquennoy authored
-
- 29 Jun, 2017 1 commit
-
-
Simon Duquennoy authored
-
- 21 Jun, 2017 1 commit
-
-
Simon Duquennoy authored
uIP ND6: added option to automatically fill the neighbor cache assuming autoconfigured IPv6 addresses
-
- 05 Sep, 2016 1 commit
-
-
Mohamed Seliem authored
this PR to update uip-ds.h comments, this small change is made to ease the track of Tables implementation places remove definition of UIP_CONF_DS6_ROUTE_NBU retire 2 old macros DS6_NBR_NBU, DS6_ROUTE_NBU Update uip-ds6.h Update contiki-conf.h Update contiki-conf.h Update contiki-conf.h fix doxygen comment Update uip-ds6.h
-
- 07 Mar, 2016 1 commit
-
-
Simon Duquennoy authored
-
- 18 Nov, 2015 1 commit
-
-
Tommy Sparber authored
This commit fixes nearly all of the reported doxygen warnings. I tried to not clutter the log with removed trailing spaces. Removed whitespace and converted tab/spaces for all files affected by this commit are in a separate branch.
-
- 20 Oct, 2015 1 commit
-
-
Adam Dunkels authored
-
- 15 Feb, 2015 1 commit
-
-
George Oikonomou authored
* Make these blocks appear in the respective module pages * Re-word \file blocks to bring them up to speed with what each file actually does nowadays
-
- 18 Apr, 2014 1 commit
-
-
Jens Dede authored
-
- 07 Feb, 2014 1 commit
-
-
Jens Dede authored
-
- 26 Jan, 2014 2 commits
-
-
Adam Dunkels authored
-
Adam Dunkels authored
-
- 24 Nov, 2013 1 commit
-
-
Adam Dunkels authored
A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix
-
- 19 Aug, 2013 3 commits
-
-
Simon Duquennoy authored
-
Simon Duquennoy authored
Moved ETX management from neighbor-info to rpl-of-etx. Avoids conversions between different fixed point representations, and simplifies neighbor management. Makes more clear how default-ETX and noack-ETX actually affect the rank. Removed neighbor-info and neighbor-attr.
-
Simon Duquennoy authored
Make DS6 neighbors use neighbor-table, and move all DS6 neighbor management from uip-ds6 to a new uip-ds6-neighbor module.
-
- 21 May, 2013 1 commit
-
-
lebrush authored
-
- 15 May, 2013 1 commit
-
-
lebrush authored
-
- 10 Mar, 2013 1 commit
-
-
Robert Quattlebaum authored
-
- 27 Nov, 2012 1 commit
-
-
Adam Dunkels authored
Rewrote the uIP IPv6 route handling code. Instead of being nested deeply inside the uip-ds6.c file, the route management code is now in a separate file, uip-ds6-route.c. This file presents a lib/list.h API for the routes, which makes the route list much easier to use. Additionally, the uip-ds6-route.c file adds a callback API that invokes a callback when routes are added and removed.
-
- 28 May, 2012 1 commit
-
-
David Kopf authored
Set no RPL as webserver6.minimal-net default and update README
-
- 22 Apr, 2012 1 commit
-
-
nvt authored
Update the last lookup time for a neighbor when actually doing a lookup. Also fixed some coding style issues.
-
- 17 Feb, 2012 1 commit
-
-
Nicholas J Humfrey authored
-
- 11 Jul, 2011 2 commits
-
-
Vincent Brillault authored
(Decrease packet numbers but dangerous if neighbors change their ips (not a problem in standard RPL with EUI-64 based addresses))
-
Vincent Brillault authored
Allow to completely desactivate DAD (useless in route-over LLN as implemented, see http://tools.ietf.org/html/draft-ietf-6lowpan-nd-15#section-8.2)
-
- 16 Mar, 2011 1 commit
-
-
Nicolas Tsiftes authored
-
- 01 Mar, 2011 1 commit
-
-
Fredrik Osterlind authored
-
- 28 Oct, 2010 1 commit
-
-
adamdunkels authored
When IPv6 ND kicks in, the packet that caused the ND can either be dropped or saved in a buffer to be send when the NS reply returns. This commit reimplements the buffer management to avoid having one buffer per neighbor, but instead use a buffer pool from which buffers can be allocated for different neighbors.
-
- 25 Oct, 2010 1 commit
-
-
adamdunkels authored
-
- 21 Sep, 2010 2 commits
- 15 Jun, 2010 1 commit
-
-
adamdunkels authored
-
- 14 Jun, 2010 1 commit
-
-
nvt-se authored
Clarified the function naming for neighbor information callbacks - names now indicate where the information is from.
-
- 10 May, 2010 1 commit
-
-
nifi authored
-
- 09 May, 2010 1 commit
-
-
joxe authored
factored out function for getting link local address in ds6 and made use of it in rpl for checking state of lladdress as DIOs should not be sent when tentative
-