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