Age | Commit message (Expand) | Author |
2017-11-04 | Stop calling ifp->if_ioctl() inside in{,6}_ioctl(). | Martin Pieuchot |
2017-11-02 | Over 17 years is probably 'a while...' | Florian Obser |
2017-10-26 | Kill deprecated IPv6 ioctl(2)s. | Martin Pieuchot |
2017-10-24 | Remove some more tests checking for a non-NULL `ifp->if_ioctl'. | Martin Pieuchot |
2017-10-24 | Remove support for never used ioctls originating from KAME. | Martin Pieuchot |
2017-10-20 | Do not test if if_ioctl is NULL, it isn't. | Martin Pieuchot |
2017-10-16 | Remove kernel support for the following ioctl(2)s, deprecated since 2001: | Martin Pieuchot |
2017-08-15 | After we stopped processing router advertisements in the kernel | Florian Obser |
2017-08-11 | Validate sockaddr from userland in central functions. This results | Alexander Bluhm |
2017-08-08 | Stop running nd6_expire every second. | Florian Obser |
2017-08-06 | in6_leavegroup can't fail; OK phessler | Florian Obser |
2017-07-11 | Purging is at last at hand. Day of Doom is here. All that is evil | Florian Obser |
2017-05-29 | Allow passing in IN6_IFF_AUTOCONF from userland. Needed by slaacd(8) | Florian Obser |
2017-05-16 | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). | Martin Pieuchot |
2017-05-08 | Added initial IPv6 multicast routing support for multiple rdomains: | Rafael Zalamena |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-04-17 | We need to update the ia6_updatetime when changing the vltime/pltime | Florian Obser |
2017-03-16 | Userland expects pltime to be a time stamp not number of seconds. | Florian Obser |
2017-03-06 | Kill global list of IPv6 addresses. | Martin Pieuchot |
2017-02-16 | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". | Martin Pieuchot |
2017-02-07 | Release the NET_LOCK() before entering per-driver ioctl() routine. | Martin Pieuchot |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2016-12-21 | Remove recursive splsoftnet() from the ioctl(2) path. | Martin Pieuchot |
2016-11-28 | Explicitly initialize rti_ifa when automagically adding a route. | Martin Pieuchot |
2016-10-04 | Correct the flag checks inside rt_ifa_addlocal(9) and rt_ifa_dellocal(9). | Martin Pieuchot |
2016-10-03 | Convert some of the remaining usages of time_second to time_uptime. | Martin Pieuchot |
2016-09-04 | Purge routes attached to an address when this address is removed. | Martin Pieuchot |
2016-08-22 | Sizes for free(9) from David Hill. | Martin Pieuchot |
2016-08-08 | Execute address hooks in the update case. | Martin Pieuchot |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-07-05 | Expand IN6_IFF_NOTREADY, ok bluhm@ | Martin Pieuchot |
2016-06-13 | Move the ioctl(2) logic of in{,6}_control() into two new functions | Martin Pieuchot |
2016-03-03 | Kill IPv6 prefix and router renumbering ioctls. | Jeremie Courreges-Anglas |
2016-03-03 | Delete all traces of SIOCSIF(ADDR|DSTADDR|NETMASK)_IN6 | Jeremie Courreges-Anglas |
2016-02-28 | Remove SIOCSIFALIFETIME_IN6 ioctl, as NetBSD did. | Stefan Kempf |
2016-01-21 | Introduce in{,6}_hasmulti(), two functions to check in the hot path if | Martin Pieuchot |
2015-12-22 | Do not return EEXIST if the same address is added twice. | Martin Pieuchot |
2015-12-03 | add sizes to some free() calls. ok claudio | Ted Unangst |
2015-12-01 | Remove "just for safety" over engineering checks. | Martin Pieuchot |
2015-11-18 | Factorize the bits to check if a L2 route is connected, wether it is | Martin Pieuchot |
2015-11-02 | Retire ARP load-balacing, thanks for all the fish! | Martin Pieuchot |
2015-10-30 | Rename rtrequest1() to rtrequest(). | Alexander Bluhm |
2015-10-25 | Introduce if_rtrequest() the successor of ifa_rtrequest(). | Martin Pieuchot |
2015-09-12 | Now that rtrequest1(9) properly sets RTF_UP for newly added route, | Martin Pieuchot |
2015-09-10 | Kill in6_ifstat_inc() and associated per-ifp storage. | Martin Pieuchot |
2015-09-10 | In IPv6 source address selection prefer addresses of the outgoing | Alexander Bluhm |
2015-09-10 | Trivial if_put addition. OK dlg@ | Claudio Jeker |
2015-09-09 | Kill icmp6_ifstat_inc() and associated per-ifp storage. | Martin Pieuchot |
2015-09-04 | Tunnels also need a cloning route. | Martin Pieuchot |
2015-08-31 | Do not install connected routes on loopback interfaces. | Martin Pieuchot |