| Commit message (Expand) | Author | Age | Files | Lines |
* | odhcp6c: Upstep to latest version | Hans Dedecker | 2016-06-30 | 1 | -2/+2 |
* | treewide: replace jow@openwrt.org with jo@mein.io | Jo-Philipp Wich | 2016-06-07 | 1 | -1/+1 |
* | odhcp6c : Silence mtu write error warnings | blogic | 2016-03-20 | 1 | -1/+1 |
* | 6in4: use uclient-fetch instead of wget/curl | Felix Fietkau | 2016-01-20 | 2 | -24/+7 |
* | Revert "6in4: Corrected tunnelbroker tunnel update URL" | Jo-Philipp Wich | 2016-01-19 | 2 | -2/+2 |
* | 6in4: Corrected tunnelbroker tunnel update URL | Hauke Mehrtens | 2015-12-27 | 2 | -2/+2 |
* | 6in4: add tunlink option support | Steven Barth | 2015-10-15 | 2 | -7/+14 |
* | package: Remove dependencies to kmod-ipv6 | Steven Barth | 2015-09-21 | 6 | -6/+6 |
* | map: be less restrictive when matching lw4over6 prefixes | Steven Barth | 2015-09-08 | 2 | -6/+11 |
* | map: ignore insignificant PSID bits | Steven Barth | 2015-09-07 | 2 | -2/+4 |
* | odhcp6c: correctly extend prefix from RAs | Steven Barth | 2015-09-04 | 2 | -2/+2 |
* | odhcp6c: add RFC 7278 3gpp IPv6 prefix extension | Steven Barth | 2015-09-03 | 3 | -3/+10 |
* | map: add debug-code for mapcalc | Steven Barth | 2015-09-01 | 2 | -19/+29 |
* | odhcp6c: minor fixes | Steven Barth | 2015-07-29 | 2 | -2/+9 |
* | odhcp6c: add option "sourcefilter" to disable source filter | Steven Barth | 2015-07-18 | 3 | -4/+6 |
* | odhcp6c: fix some more compatibility issues | Steven Barth | 2015-07-13 | 1 | -5/+10 |
* | odhcp6c: work-around more ISP DHCPv6-PD issues | Steven Barth | 2015-07-13 | 1 | -2/+2 |
* | odhcp6c: work around RIOs matching PIOs as sent by some apple routers | Steven Barth | 2015-06-10 | 2 | -1/+5 |
* | 6to4: Remove sourcerouting parameter registration | Steven Barth | 2015-06-10 | 1 | -1/+0 |
* | 6rd: Remove sourcerouting parameter registration | Steven Barth | 2015-06-10 | 1 | -1/+0 |
* | map: add sleep work-around for lw4o6 race-condition | Steven Barth | 2015-06-09 | 2 | -1/+4 |
* | odhcp6c: fix handling of custom DHCPv6 options | Steven Barth | 2015-06-09 | 1 | -2/+2 |
* | odhcp6c: silence fw3 warnings | Steven Barth | 2015-06-01 | 1 | -1/+1 |
* | map: add support for lw4o6 address matching, minor optimizations | Steven Barth | 2015-05-26 | 2 | -38/+58 |
* | ds-lite: fix resolve retry for fqdn peeraddrs | Jonas Gorski | 2015-05-22 | 2 | -6/+7 |
* | ipv6: remove now unneeded source-dest-routing workarounds | Steven Barth | 2015-05-19 | 9 | -37/+19 |
* | map: set ealen to psidlen for lw4over6 | Steven Barth | 2015-05-16 | 2 | -1/+4 |
* | odhcp6c: fix parsing of LW4over6 parameters | Steven Barth | 2015-05-16 | 1 | -2/+2 |
* | map: shorten autogenerated sub-interface names to account for limits | Steven Barth | 2015-04-30 | 2 | -3/+3 |
* | odhcp6c: Fix white space errors | Steven Barth | 2015-04-28 | 1 | -8/+8 |
* | odhcp6c: fix SOL_MAX_RT to match RFC 3315 | Steven Barth | 2015-04-20 | 1 | -2/+2 |
* | network: shorten names of generated interfaces | Steven Barth | 2015-04-17 | 4 | -6/+6 |
* | odhcp6c: silence "bad number" warnings | Steven Barth | 2015-04-15 | 1 | -4/+4 |
* | odhcp6c: avoid saving empty RA search domains | Steven Barth | 2015-04-15 | 1 | -2/+2 |
* | odhcp6c: fix some issue discovered by scan-build | Steven Barth | 2015-04-14 | 1 | -2/+2 |
* | odhcpd: avoid illegal memory access in some corner cases | Steven Barth | 2015-04-14 | 2 | -12/+11 |
* | odhcp6c: move IPv6 /proc config to userspace and sanitize | Steven Barth | 2015-04-10 | 2 | -2/+9 |
* | odhcp6c: add 464xlat integration, fix dslite integration | Steven Barth | 2015-04-09 | 3 | -6/+22 |
* | ds-lite: add support for fqdn peeraddrs | Steven Barth | 2015-04-09 | 2 | -2/+13 |
* | odhcp6c: some more code compliance | Steven Barth | 2015-03-31 | 1 | -2/+2 |
* | odhcp6c: musl fixes (thanks Felix) | Steven Barth | 2015-03-30 | 1 | -2/+2 |
* | odhcp6c: various small fixes | Steven Barth | 2015-03-25 | 1 | -2/+2 |
* | 6rd: make host dependency more specific | Steven Barth | 2015-03-10 | 2 | -2/+2 |
* | 6in4: make host dependency more specific | Steven Barth | 2015-03-10 | 2 | -2/+2 |
* | 6rd: honor tunlink in host dependency | Steven Barth | 2015-02-26 | 2 | -3/+3 |
* | 6in4: fix update timeout | Jo-Philipp Wich | 2015-02-08 | 2 | -8/+28 |
* | 6in4: don't use /dev/stdout for wget calls | Jo-Philipp Wich | 2015-02-07 | 2 | -5/+5 |
* | map: Fix white space errors | John Crispin | 2015-02-03 | 1 | -3/+3 |
* | map: export calculated ruleset to /tmp | Steven Barth | 2015-01-13 | 2 | -1/+4 |
* | map: ignore psid and psidlen if psidlen is 0 | Steven Barth | 2015-01-12 | 2 | -4/+6 |