| Age | Commit message (Expand) | Author |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2020-01-03 | Don't forget to initialize 'sin6_len'. With kASan, from time to time the | maxv |
| 2019-07-24 | Fix typo in comment (s/alreay/already/). | msaitoh |
| 2018-06-21 | sbappendaddr() is required any lock. Currently, softnet_lock is appropriate. | knakahara |
| 2018-05-20 | Remove notyet, we've never had this. | maxv |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |
| 2018-04-29 | Replace | maxv |
| 2018-04-26 | Stop using m_copy(), use m_copym() directly. m_copy is useless, | maxv |
| 2018-04-26 | Use M_UNWRITABLE, no functional change. | maxv |
| 2018-03-21 | Sprinkle more soroverflow(). | roy |
| 2018-02-06 | Remove dead code. | maxv |
| 2018-02-02 | Style, no functional change. | maxv |
| 2018-02-02 | Fix a pretty simple, yet pretty tragic typo: we should return IPPROTO_DONE, | maxv |
| 2017-03-01 | Provide in6_multi_group | ozaki-r |
| 2017-02-22 | Stop using useless IN6_*_MULTI macros | ozaki-r |
| 2017-02-14 | Do ND in L2_output in the same manner as arpresolve | ozaki-r |
| 2017-01-24 | Tweak softnet_lock and NET_MPSAFE | ozaki-r |
| 2017-01-16 | ip6_sprintf -> IN6_PRINT so that we pass the size. | christos |
| 2017-01-16 | Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp... | ryo |
| 2017-01-11 | Get rid of unnecessary header inclusions | ozaki-r |
| 2016-07-15 | Use sin6tosa and sin6tocsa macros | ozaki-r |
| 2016-06-21 | Replace ifp of ip_moptions and ip6_moptions with if_index | ozaki-r |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-08-07 | Use time_uptime instead of time_second to avoid time leaps | ozaki-r |
| 2014-05-17 | Replace open-coded access (and boundary checking) of ifindex2ifnet with | rmind |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-11-21 | Revert previous and solve in a different way, using __unused. Fixes | riz |
| 2013-09-14 | Remove unused variable and ifdef some others like their use | martin |
| 2011-12-31 | - fix offsetof usage, and redundant defines | christos |
| 2011-10-19 | Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl(). | dyoung |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2010-10-14 | Fixed mbuf leak possibility. | oki |
| 2010-07-27 | Make MRT6DEBUG compile on LP64 by using ptrdiff_t printf() format specifier. | jakllsch |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-06-24 | ioctl commands are unsigned long. ABI change to mrt6_ioctl() will affect 64-... | gmcgarry |
| 2008-05-22 | Don't cast to void * unnecessarily. | dyoung |
| 2008-05-04 | Simplify the interface to netstat_sysctl() and allocate space for | thorpej |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-23 | Use <net/net_stats.h> / netstat_sysctl(). | thorpej |
| 2008-04-15 | Make pim6 stats per-cpu. | thorpej |
| 2008-04-15 | Make ip6 and icmp6 stats per-cpu. | thorpej |
| 2008-04-08 | Change IPv6 stats from a structure to an array of uint64_t's. | thorpej |
| 2008-02-27 | Convert to ansi definitions from old-style definitons. | matt |
| 2007-11-27 | require that the options argument is the right size, not that it is greater | christos |
| 2007-11-10 | Use sockaddr_in6_init(). | dyoung |
| 2007-11-01 | De-__P(). | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |