summaryrefslogtreecommitdiff
path: root/src/ra.c
Commit message (Expand)AuthorAgeFilesLines
* Don't apply excess filter to DHCPv6 and unify odhcp6c_update_entrySteven Barth2014-12-101-5/+5
* Ensure signal-safety of signal handlersSteven Barth2014-10-081-16/+23
* Send RS alternatingly with and without source MACSteven Barth2014-09-271-1/+1
* Send router solicitations with source link-layer addressbfdSteven Barth2014-07-211-2/+20
* ra: don't set nd_ra_{reachable,retransmit} to 0Steven Barth2014-03-051-4/+6
* Revert "RA: fix on-link/off-link handling"Steven Barth2014-02-031-6/+4
* RA: fix on-link/off-link handlingSteven Barth2014-02-021-4/+6
* Bump copyright headersSteven Barth2014-01-291-1/+1
* add support for multiple prefixes with distinct IAIDsKaspar Schleiser2014-01-271-1/+1
* Use getifaddrs to get the interface-id when not specifiedMatthias Schiffer2014-01-101-8/+26
* Whitespace fixesMatthias Schiffer2014-01-101-1/+1
* Add ICMPv6 validity checkHans Dedecker2013-12-241-4/+28
* Revert "Fix parsing of Router Advertisement messsages"Hans Dedecker2013-12-241-59/+16
* Parse Router Advertisement Hop Limit parameterHans Dedecker2013-12-191-0/+4
* Fix parsing of Router Advertisement messsagesHans Dedecker2013-12-121-16/+59
* Basic error checking when initializing raHans Dedecker2013-12-011-1/+11
* React to carrier down events as wellSteven Barth2013-10-301-2/+5
* Fix compilation on 32-bit platformsSteven Barth2013-10-301-1/+2
* Detect "carrier up"-events and restart transactionSteven Barth2013-10-301-4/+68
* odhpc6c: status code support in replyHans Dedecker2013-10-231-1/+1
* Avoid updating too often if ISP spams RAsSteven Barth2013-10-231-6/+7
* Check for local addr more oftenSteven Barth2013-10-041-15/+15
* ra: validate hop-limitSteven Barth2013-10-021-3/+20
* Merge branch 'hnet'Steven Barth2013-08-311-1/+1
|\
| * Merge branch 'master' into hnetMarkus Stenberg2013-06-241-20/+59
| |\
| * | First hnet-based version.Markus Stenberg2013-03-261-2/+2
* | | Remove DAD for now due to kernel issuesSteven Barth2013-08-301-70/+1
| |/ |/|
* | Allow overriding the interface-identifier for public addressesSteven Barth2013-06-181-10/+13
* | Add sanity checks for NDP and MTU parameters from RAsSteven Barth2013-06-131-3/+4
* | Work around false-positive DAD-hitsSteven Barth2013-05-311-3/+11
* | Fix handling of multiple RAs in a row.Steven Barth2013-05-311-0/+2
* | Add more sanity checks and logging to DADSteven Barth2013-05-281-2/+10
* | Fix compilationSteven Barth2013-04-081-3/+6
* | Update license headersSteven Barth2013-04-041-0/+14
|/
* Fix priority for on-link routes for prefixesSteven Barth2013-03-201-1/+1
* Avoid redundant deduplicationSteven Barth2013-02-011-1/+1
* Fix netlink attribute handlingSteven Barth2013-02-011-1/+1
* Detect more DADFAILED casesSteven Barth2013-02-011-3/+3
* Fix segfaultSteven Barth2013-02-011-1/+1
* Fix metric calculationSteven Barth2013-01-311-2/+2
* Fix RS attemptsSteven Barth2013-01-311-2/+2
* Fix compile errorSteven Barth2013-01-301-1/+1
* Fix and improve RA-handling codeSteven Barth2013-01-301-2/+24
* Fix safe entry manipulationSteven Barth2013-01-301-2/+2
* Add RA-handling supportSteven Barth2013-01-301-0/+264