summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * dhcpv4: send NAK to broacast addressChristian Mehlis2014-08-181-0/+7
| * dhcpv4: added more commentsChristian Mehlis2014-08-181-0/+13
|/
* PD: don't consider deprecated assigned prefixes when calculating avilable PD ...Steven Barth2014-08-131-1/+1
* Merge pull request #22 from mehlis/log-dhcp4-eventssbyx2014-08-121-0/+33
|\
| * dhcpv4: log requests and replies to syslogChristian Mehlis2014-08-121-0/+33
* | Merge pull request #21 from mehlis/fix-nak-by-doing-valid-replysbyx2014-08-121-1/+10
|\ \
| * | dhcpv4: offer a valid configuration with DHCP NAKChristian Mehlis2014-08-121-1/+10
| |/
* | Merge pull request #20 from mehlis/implement-dhcp4-router-configsbyx2014-08-124-2/+34
|\ \ | |/ |/|
| * dhcpv4: implement router configuration optionChristian Mehlis2014-08-124-2/+34
|/
* Make failed to send a notice instead of a warningSteven Barth2014-08-081-1/+1
* Add host-entries for all IPv6 addressesSteven Barth2014-08-081-1/+1
* sync hostfile more oftenSteven Barth2014-08-072-14/+2
* ra: don't send MSR for /64 prefix if DP is /64 as wellSteven Barth2014-08-071-1/+2
* Don't loose routes in managed PDSteven Barth2014-07-231-1/+1
* Revert "rewrite of NDP proxy" for nowSteven Barth2014-07-223-155/+242
* Fix typo in ubus integrationSteven Barth2014-07-211-1/+1
* Fix compilationSteven Barth2014-07-171-0/+4
* Add missing NDP sync featuresSteven Barth2014-07-171-40/+63
* Initial rewrite of NDP proxySteven Barth2014-07-163-232/+118
* odhcpd: only enable packet socket if really neededSteven Barth2014-07-141-19/+34
* Merge pull request #18 from dedeckeh/bugfixessbyx2014-07-027-27/+58
|\