Age | Commit message (Expand) | Author |
2015-09-09 | Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats. | Martin Pieuchot |
2015-09-04 | Tunnels also need a cloning route. | Martin Pieuchot |
2015-09-04 | Make every subsystem using a radix tree call rn_init() and pass the | Martin Pieuchot |
2015-09-03 | Change the order of operations for loopback interfaces to have | Martin Pieuchot |
2015-09-03 | Revert (again!) the two uses of rtisvalid(9), they break NFS! | Martin Pieuchot |
2015-09-03 | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). | Martin Pieuchot |
2015-09-02 | Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8) | Martin Pieuchot |
2015-09-01 | Kill unused ``ia_net'' field in the struct in6_ifaddr, bad copy | Martin Pieuchot |
2015-09-01 | Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9). | Martin Pieuchot |
2015-08-31 | The return value of nd6_cache_lladdr() is never used so make it a void. | Martin Pieuchot |
2015-08-31 | Do not install connected routes on loopback interfaces. | Martin Pieuchot |
2015-08-31 | Compute the checksum before looping back the copy of a multicast packet. | Martin Pieuchot |
2015-08-31 | `encif' should only be used under #ifdef NPF. | Martin Pieuchot |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-08-24 | nd6_prefix_add() is no longer used and die. | Martin Pieuchot |
2015-08-24 | Start moving away from the global prefix list by limiting its usage to | Martin Pieuchot |
2015-08-24 | Always increment the reference counter of the returned route entry in | Martin Pieuchot |
2015-08-24 | Rework the code to decide when to perform DAD to no longer rely on the | Martin Pieuchot |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-08-23 | Use simple byte pointer arithmetic and memcpy from/to aligned stack | Christian Weisgerber |
2015-08-22 | Move to tame(int flags, char *paths[]) API/ABI. | Theo de Raadt |
2015-08-19 | Convert all calls to rtrequest1() and the following error check | Alexander Bluhm |
2015-08-19 | Remove some verbose logs in in6_update_ifa() now that errors are | Martin Pieuchot |
2015-08-18 | Call rtfree(9) when we no longer need the route entry rather than | Martin Pieuchot |
2015-08-18 | Check the error value returned by in6_ifattach(). | Martin Pieuchot |
2015-08-17 | Remove anoying comment about in6_update_ifa(). | Martin Pieuchot |
2015-08-17 | Use __func__ rather than the function name in log(9) calls to remove | Martin Pieuchot |
2015-08-12 | Remove backward compatibilify goos for IN6_IFF_DEPRECATED and instead | Martin Pieuchot |
2015-07-28 | Implement pf divert-reply for raw sockets. Note that an empty | Alexander Bluhm |
2015-07-28 | iDo not link an ICMP6 socket to the pf state. When multiple ICMP | Alexander Bluhm |
2015-07-19 | tame(2) is a subsystem which restricts programs into a "reduced feature | Theo de Raadt |
2015-07-18 | Abstract the routing table internals behind an rtable_* API. | Martin Pieuchot |
2015-07-18 | Merge two identical chunks to add new prefixes to the global data | Martin Pieuchot |
2015-07-17 | Remove #if 0'ed code and update comment. | Florian Obser |
2015-07-16 | Kill IP_ROUTETOETHER. | Martin Pieuchot |
2015-07-16 | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. | Martin Pieuchot |
2015-07-16 | Properly layer Router Solicitation code. | Martin Pieuchot |
2015-07-16 | Kill incorrect and never set ``dad_ignore_ns'' button. | Martin Pieuchot |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-15 | Recognize CARP interfaces when sending packet to a multicast address. | Martin Pieuchot |
2015-07-15 | rename mbuf ** parameter from m to mp, to match other similar code | Theo de Raadt |
2015-07-09 | Remove unused arguments and the associated code from nd6_nud_hint(). | Martin Pieuchot |
2015-07-08 | Pass an interface index instead of a pointer to in6_addr2scopeid(). | Martin Pieuchot |
2015-07-08 | Use a new RTF_CONNECTED flag for interface (connected) routes. | Martin Pieuchot |
2015-07-08 | unifdef IN6_IFSTAT_STRICT. | Martin Pieuchot |
2015-06-30 | Get rid of the undocumented & temporary* m_copy() macro added for | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-06-06 | Put the link-layer address back into the gateway field of RTF_LOCAL | Martin Pieuchot |
2015-06-04 | Remove unused sa_dl. | Martin Pieuchot |