summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_var.h
AgeCommit message (Expand)Author
2022-10-28inpcb: integrate data structures of PCB into oneozaki-r
2022-10-24Fix PR kern/57037knakahara
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-03-11flowlabel will never return anything other than 1 or 0.ryo
2021-03-08no need for ip6_id.c...christos
2021-03-07netinet/netinet6: Add necessary includes to make these standalone.christos
2020-08-28inet6: reduce silent packet discardsozaki-r
2020-08-28inet6: pass rcvif to ip6_forward to avoid extra psref_acquireozaki-r
2020-08-28inet, inet6: count packets dropped by IPsecozaki-r
2020-06-19localifymaxv
2020-06-12Remove in-kernel handling of Router Advertisementsroy
2019-05-13Count packets dropped by pfilozaki-r
2018-11-29Introduce and use ip_dad_enabled() and ip6_dad_enabled() functionsozaki-r
2018-02-14Re-make ip6_nexthdr global, it will be used in soon-to-be-added code...maxv
2018-01-30Style, localify, remove dead code, and fix typos. No functional change.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
2018-01-25Several changes:maxv
2018-01-10add ipsec(4) interface, which is used for route-based VPN.knakahara
2017-03-03Pass inpcb/in6pcb instead of socket to ip_output/ip6_outputozaki-r
2017-03-02Make usages of ifp MP-safe in some functions of IP multicastozaki-r
2017-02-14Do ND in L2_output in the same manner as arpresolveozaki-r
2016-12-08Add rtcache_unref to release points of rtentry stemming from rtcacheozaki-r
2016-11-10Tidy up in6_select*ozaki-r
2016-10-31Fix race condition of in6_selectsrcozaki-r
2016-08-23improve fast-forward performance when the number of flows exceeds ip6_maxflows.knakahara
2016-06-21Make sure returning ifp from in6_select* functions psref-edozaki-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-01-20Add net.inet6.ip6.prefer_tempaddr sysctl knob so that we can preferroy
2014-10-12Refactor the multicast membership code so that we can handle v4 mappedchristos
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-05-19- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.rmind
2014-05-18Add struct pr_usrreqs with a pr_generic function and prepare for thermind
2012-06-234 new sysctls to avoid ipv6 DoS attacks from OpenBSDchristos
2012-01-19Remove ip6f_start from ip6f structliamjfoy
2012-01-10add patch from Arnaud Degroote to handle IPv6 extended options withdrochner
2011-11-04Change the IPv6 reassembly mechanism to use mutex(9).zoltan
2011-05-24RA flood mitigation via a limit on accepted routes:spz
2011-05-03*_drain() routines may be called with locks held, so instead of doingdyoung
2009-05-06Remove some usage of "priv" and "privileged" variables and instead passelad
2009-03-23Init ip6flow pool dynamically instead of using a linkset.liamjfoy
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-04-24Merge the socket locking patch:ad
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-03-19No code ever sets struct ip6_pktopts member ip6po_m, so get rid ofdyoung
2007-10-29The IPv6 stack labels incoming packets with an m_tag whose payloaddyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-05-17remove net.inet6.ip6.rht0 sysctl.yamt