Age | Commit message (Expand) | Author |
2015-01-06 | Remove the NOINET6 interface flag, a left-over from the times when IPv6 | Stefan Sperling |
2014-12-22 | Operations on the global prefix or address lists should be done under | Martin Pieuchot |
2014-12-22 | Make sure rtrequest1(9) is called under splsoftnet(). | Martin Pieuchot |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-17 | Remove the "multicast_" prefix from the fields a multicast-only struct. | Martin Pieuchot |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |
2014-12-08 | Do not use a "struct route" when a "struct rtentry" is enough. | Martin Pieuchot |
2014-12-08 | Do not take into account addresses configured in a different rdomain | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-12-04 | replace md5 with sha512. ok deraadt | Ted Unangst |
2014-11-24 | Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an | Martin Pieuchot |
2014-11-20 | Rework the handling of interfaces and IPv6 addresses for local delivery. | Martin Pieuchot |
2014-11-20 | In TCP and UDP layers do not (ab)use the receiving interface to check | Martin Pieuchot |
2014-11-20 | What have no need for a variable that holds the maximum MTU size of | Martin Pieuchot |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-10 | Do not pass an ifa pointer when we already have a DAD descriptor. | Martin Pieuchot |
2014-11-09 | To implement transparent relays for connectionless protocols, the | Alexander Bluhm |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-22 | Introduce a special hack for carp during IPv6 source address selection: | Stefan Sperling |
2014-10-14 | Don't check for an empty list of interfaces. This is never true even if | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-10-07 | Do not protect the SIOCSIFADDR call by splnet(). Drivers already | Martin Pieuchot |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-09-09 | workqs were replaced with tasks in here, so dont need workq.h anymore. | David Gwynne |
2014-09-08 | Prevent addition of redundant IPv6 autoconf addresses. | Stefan Sperling |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-08-31 | Make the in6addr constant declarations and definitions consistent | Alexander Bluhm |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-26 | Do not hand-roll all routers link local address. | Florian Obser |
2014-08-25 | Move sending of router solicitations to the kernel; receiving and | Florian Obser |
2014-08-21 | Misleading comments about splnet(). | Martin Pieuchot |
2014-08-19 | Keep pim code under #ifdef PIM to be coherent with what's in netinet/. | Martin Pieuchot |
2014-08-14 | No need for raw_cb.h | Martin Pieuchot |
2014-08-11 | Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag when | Martin Pieuchot |
2014-08-10 | Rename p_hdrlen to min_hdrlen to better reflect its purpose. | Lawrence Teo |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | Remove the redundant csum_flag variable and just set the checksum flag | Lawrence Teo |
2014-07-12 | Protocol checksums have been recalculated on reinjection for a while | Lawrence Teo |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Implement checksum offload for divert(4): simply set the checksum flag | Lawrence Teo |
2014-07-11 | introduce the IFXF_AUTOCONF6 interface flag which controls wether we | Henning Brauer |
2014-07-11 | move IPv6 prefix adding from workq to taskq; as a happy benefit, we | Bret Lambert |
2014-07-11 | Remove rfc 4620 Node Information Query support (from the kernel). | Sebastian Benoit |
2014-07-10 | Simplify the way divert(4) sends packets to userspace: Instead of | Lawrence Teo |
2014-07-09 | Kill unused route storages. | Martin Pieuchot |
2014-07-09 | Set default of net.inet6.icmp6.nodeinfo to 0, | Sebastian Benoit |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-01 | When a carp interface is created with IFXF_NOINET6 flag, no link-local | Sebastian Benoit |
2014-06-26 | Calling in{6,}_purgeaddr() is not enough to remove an address from | Martin Pieuchot |