summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | ndp: remove bindtodevice workaroundSteven Barth2015-07-141-4/+0
* | odhcpd: remove old workaroundSteven Barth2015-07-131-6/+0
* | ndp: fixup route replicationSteven Barth2015-07-131-0/+4
* | router: only send RAs to neighbors if unsolicitedSteven Barth2015-07-131-1/+2
* | router: only send direct RAs to link-local addressesSteven Barth2015-07-131-1/+2
* | main: fix missing parameter while iterating neighborsSteven Barth2015-07-071-3/+3
* | router: also send RAs to every known neighborSteven Barth2015-07-074-2/+76
* | ndp: replay on-link routes instead of address assignmentsSteven Barth2015-07-071-25/+36
* | ra: keep alive neighbor entries so we can send unicast RAs in the futureSteven Barth2015-06-301-1/+6
|/
* dhcpv6: fix typoSteven Barth2015-05-211-1/+1
* dhcpv6-pd: ignore /64 on interfaceSteven Barth2015-05-131-2/+4
* dhcpv4: remove invalid free()Steven Barth2015-05-111-1/+0
* config: fix typo in reload_cbSteven Barth2015-04-211-1/+1
* dhcpv6: don't initialize IA-handing when turning down interfaceSteven Barth2015-04-201-1/+1
* remove leftover fallout from prefix class supportSteven Barth2015-04-202-10/+0
* Fix logic inversionSteven Barth2015-04-141-1/+1
* Fix potential invalid memory accessSteven Barth2015-04-142-2/+5
* ra: always send current hop limitSteven Barth2015-04-103-9/+12
* dhcpv6: fix handling of infinite lifetimesSteven Barth2015-04-061-2/+8
* properly handle return codesJohn Crispin2015-03-305-11/+12
* dhcpv6: fix default assignment of non-64Steven Barth2015-03-301-2/+4
* dhcpv6: prefer ula over other globalsSteven Barth2015-03-301-8/+12
* Readd missing ubus function definitionsSteven Barth2015-03-301-0/+7
* Fix hostname exportSteven Barth2015-03-291-3/+7
* Remove prefix coloring support, refine hybrid management modeSteven Barth2015-03-296-211/+9
* odhcpd: use proper struct msghdr initializers to fix build error on muslFelix Fietkau2015-03-291-4/+18
* Merge pull request #36 from fingon/compile-fixSteven Barth2015-03-021-2/+2
|\
| * DHCPv4: Compile fix on 64bit Debian.Markus Stenberg2015-02-231-2/+2
|/
* Merge pull request #29 from mehlis/rework-dhcpv4_assignSteven Barth2015-02-191-25/+49
|\
| * dhcpv4_assign: rework the assignment logicChristian Mehlis2014-10-221-25/+49
* | DHCPv6: enable flash-renumbering hack only for /64 prefixesSteven Barth2014-11-061-1/+2
* | Merge pull request #30 from dedeckeh/bugfixessbyx2014-10-304-13/+33
|\ \ | |/ |/|
| * Fix IPv6 DNS server adddress selectionHans Dedecker2014-10-304-13/+33
* | Merge pull request #28 from mehlis/dhcpv4_assign-clarifysbyx2014-10-211-2/+2
|\ \ | |/ |/|
| * dhcpv4_assign: try 100 times to find a IPChristian Mehlis2014-10-211-2/+2
|/
* dhcpv6: fix calculation of T1 and T2Steven Barth2014-10-181-3/+3
* ndp: more fixesSteven Barth2014-10-175-9/+24
* ndp: fix proxying behaviorSteven Barth2014-10-171-6/+7
* ndp: fix proc-settingSteven Barth2014-10-171-2/+6
* dhcpv6: allow flash renumbering in hybrid management modeSteven Barth2014-10-161-0/+3
* Begin rewrite of NDP-relaySteven Barth2014-10-163-251/+167
* router: add support for router addressSteven Barth2014-10-163-23/+39
* router: unicast RAs to RS senders by defaultSteven Barth2014-10-161-36/+44
* config: remove spurious free() callSteven Barth2014-09-251-1/+0
* odhcpd: don't kill static lease entriesSteven Barth2014-08-231-3/+2
* dhcpv4: fix manual dhcp-rangesSteven Barth2014-08-191-2/+2
* Fix compilation errors in last commitSteven Barth2014-08-191-15/+18
* dhcpv6-ia: add loggingSteven Barth2014-08-191-1/+84
* Merge pull request #23 from mehlis/nak-to-broadcastsbyx2014-08-191-4/+38
|\
| * dhcpv4: log reply in a more precise wayChristian Mehlis2014-08-181-4/+18