Age | Commit message (Expand) | Author |
2014-02-17 | The device driver ioctl code can sleep, so calling it from a timeout is *not* | Mark Kettenis |
2014-02-13 | Another chunk of IPv6 dead code bites the dust. | Martin Pieuchot |
2014-02-12 | Kill a never defined old compatibility goo from 12 years ago. | Martin Pieuchot |
2014-02-05 | Kill some dead code. | Martin Pieuchot |
2014-01-29 | move the allocation of the mbuf copy to use for sending icmp errors | David Gwynne |
2014-01-24 | Instead of calculating the ICMPv6 checksum here, just set the flag that | Christian Weisgerber |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2014-01-23 | Merge two chunks of code to inform listeners of a route change into a | Martin Pieuchot |
2014-01-23 | put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes | Christian Weisgerber |
2014-01-22 | Split the checksum calculation for IPv6 like for IPv4: | Christian Weisgerber |
2014-01-22 | There's no reason to pass a netmask argument when doing a RTF_HOST | Martin Pieuchot |
2014-01-21 | Do not clean the multicast records of an interface when it is destroyed | Martin Pieuchot |
2014-01-15 | Remove assigned but never read value. | Martin Pieuchot |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-10 | replace the rest of the obsolete radix macros | Ted Unangst |
2014-01-09 | replace Bcopy macro with memmove and memcpy. ok mpi | Ted Unangst |
2014-01-08 | Name the local variables for struct ifaddr consistently "ifa". | Alexander Bluhm |
2014-01-07 | Propagate an rdomain number to the nd6_lookup independently from | Mike Belopuhov |
2014-01-07 | Some follow-up fixes for IFID collision handling in IPv6CP. | Stefan Sperling |
2014-01-06 | Make in6_ifdetach() remove the ff01::1 route for the detaching interface, too. | Stefan Sperling |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-11-28 | Change the way protocol multicast addresses are linked to an interface. | Martin Pieuchot |
2013-11-22 | Remove unused proc argument in in6_control(). | Martin Pieuchot |
2013-11-19 | Remove some FDDI/ATM leftovers. | Martin Pieuchot |
2013-11-15 | Rename the struct pf_divert variable in divert_packet() and | Lawrence Teo |
2013-11-15 | After discussion with deraadt@ and Fernando Gont, it seems that the | Alexander Bluhm |
2013-11-14 | Clean up tabs and a backslash which seemed to have sneeked in in r1.29. | Patrick Wildt |
2013-11-13 | In in6_update_ifa(), don't set the TENTATIVE flag on an IPv6 address that | Stefan Sperling |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-29 | remove left over bits of omrt6msg, and cleanup the yucky | Theo de Raadt |
2013-10-28 | kill kame version symbols and sysctl | Theo de Raadt |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-27 | delete UPCALL_TIMING debug code from a the dark ages | Theo de Raadt |
2013-10-25 | More _KERNEL namespace cleanup, just in case something out there | Theo de Raadt |
2013-10-25 | prettier #ifdef _KERNEL, more like other files | Theo de Raadt |
2013-10-24 | place _KERNEL block at end | Theo de Raadt |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-24 | Significant namespace cleanup of netinet6 symbols. | Theo de Raadt |
2013-10-23 | Back when some NRL code was merged into KAME to create the *BSD IPV6 | Theo de Raadt |
2013-10-22 | Compute the checksum in in_proto_cksum_out, just set the flag in | Christian Weisgerber |
2013-10-21 | Remove comment regarding BSDI. | Theo de Raadt |
2013-10-21 | pretty up a disgusting chunk | Theo de Raadt |
2013-10-21 | Janitoring. No significant binary change. | Theo de Raadt |
2013-10-21 | no more #ifdef KERNEL | Theo de Raadt |
2013-10-21 | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, | Theo de Raadt |
2013-10-21 | remove GET_TIME() wrapper | Theo de Raadt |
2013-10-21 | remove dangerous #ifdef BYTE_ORDER | Theo de Raadt |
2013-10-21 | only #ifdef _KERNEL, not #ifdef KERNEL | Theo de Raadt |
2013-10-21 | Enable IPv6 routing domain support | Peter Hessler |
2013-10-21 | Sprinkle a lot more IPv6 routing domains support in the kernel. | Peter Hessler |