| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-12 | ipdb: fix undefined shift in build_ip6_addr() host-bits mask | Denys Fedoryshchenko | |
| For prefix lengths 65..127 the mask for the host bits was built with (1 << (128 - prefix_len)) - 1 using a plain int literal, which is undefined behavior for shift counts of 31 and above, i.e. for any prefix length from 65 to 97. Use a 64-bit constant for the shift. | |||
| 2018-01-13 | ipv6: consolidate and fix interface-id address generation for non-/128 | Vladislav Grishenko | |
| 2017-10-16 | move build_ip6_addr function to ipdb.c | Dmitry Kozlov | |
| 2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
| 2011-08-28 | ipdb: implement delegation prefix allocation | Kozlov Dmitry | |
| 2011-08-24 | ipdb: fix buf of ipv6 address put | Kozlov Dmitry | |
| 2011-02-08 | snapshot | Dmitry Kozlov | |
| 2011-01-05 | rename accel-pptp to accel-ppp | Dmitry Kozlov | |
