summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
AgeCommit message (Expand)Author
2018-04-11Add comment about IPsec.maxv
2018-03-21Sprinkle more soroverflow().roy
2018-03-06Perform the IP (src/dst) checks _before_ calling the packet filter, becausemaxv
2018-02-24Avoid a deadlock between softnet_lock and IFNET_LOCKozaki-r
2018-02-14Re-make ip6_nexthdr global, it will be used in soon-to-be-added code...maxv
2018-02-12Replace bcopy -> memcpy when it is obvious that the areas don't overlap.maxv
2018-02-09Remove dead code.maxv
2018-01-30Style, localify, remove dead code, and fix typos. No functional change.maxv
2018-01-30Kick nested fragments.maxv
2018-01-30Fix a buffer overflow in ip6_get_prevhdr. Doingmaxv
2018-01-29Start cleaning up ip6_input.c. Several pieces of code have evolved butmaxv
2017-11-25Attempt to restore v6 networking. Not 100% certain that thesekre
2017-11-24Allow local communication over DETACHED addresses.roy
2017-11-17Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switchozaki-r
2017-09-27Take softnet_lock on pr_input properly if NET_MPSAFEozaki-r
2017-07-27Don't acquire global locks for IPsec if NET_MPSAFEozaki-r
2017-07-06remove unnecessary casts; use sizeof(var) instead of sizeof(type).christos
2017-07-06Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a singlechristos
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-03-14Replace DIAGNOSTIC + panic with KASSERTozaki-r
2017-03-01Provide in6_multi_groupozaki-r
2017-02-22Stop using useless IN6_*_MULTI macrosozaki-r
2017-02-21Sweep unnecessary malloc.h inclusionsozaki-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
2016-12-08Add rtcache_unref to release points of rtentry stemming from rtcacheozaki-r
2016-11-01Reduce the number of return pointsozaki-r
2016-10-18Don't hold global locks if NET_MPSAFE is enabledozaki-r
2016-09-07Disallow input to detached addresses because they are not yet valid.roy
2016-08-31Make ipforward_rt and ip6_forward_rt percpuozaki-r
2016-08-02ip6flow refactor like ipflow.knakahara
2016-08-01Apply pserialize and psref to struct ifaddr and its variantsozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-07-06Move in6_ifaddr_list to a more proper place (from ip6_input.c to in6.c)ozaki-r
2016-07-04Use pslist(9) for the global in6_ifaddr listozaki-r
2016-06-22Remove unnecessary NULL checks of ifa->ifa_addrozaki-r
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-05-19Get rcvif once and reuse itozaki-r
2016-04-04Separate nexthop caches from the routing tableozaki-r
2016-04-01Refine nd6logozaki-r
2016-04-01Tidy up nd6_timer initializationozaki-r
2016-02-04Declare in6_tmpaddrtimer_ch in in6_var.h.riastradh
2016-01-08eliminate ip_input.c and ip6_input.c dependency on gif(4)knakahara
2015-12-12Hook up the addrctl stuff that's already there.christos
2015-08-24sprinkle _KERNEL_OPTpooka
2015-04-01Pull out ipsec routines from ip6_inputozaki-r
2015-01-20Add net.inet6.ip6.prefer_tempaddr sysctl knob so that we can preferroy
2014-06-16Add 3rd argument to pktq_create to pass scozaki-r
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-06-05Add IPV6CTL_AUTO_LINKLOCAL and ND6_IFF_AUTO_LINKLOCAL toggles whichroy