index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ip6_var.h
Age
Commit message (
Expand
)
Author
2022-10-28
inpcb: integrate data structures of PCB into one
ozaki-r
2022-10-24
Fix PR kern/57037
knakahara
2021-08-17
fix multiplei repetitive typos in comments, messages and documentation. mainl...
andvar
2021-03-11
flowlabel will never return anything other than 1 or 0.
ryo
2021-03-08
no need for ip6_id.c...
christos
2021-03-07
netinet/netinet6: Add necessary includes to make these standalone.
christos
2020-08-28
inet6: reduce silent packet discards
ozaki-r
2020-08-28
inet6: pass rcvif to ip6_forward to avoid extra psref_acquire
ozaki-r
2020-08-28
inet, inet6: count packets dropped by IPsec
ozaki-r
2020-06-19
localify
maxv
2020-06-12
Remove in-kernel handling of Router Advertisements
roy
2019-05-13
Count packets dropped by pfil
ozaki-r
2018-11-29
Introduce and use ip_dad_enabled() and ip6_dad_enabled() functions
ozaki-r
2018-02-14
Re-make ip6_nexthdr global, it will be used in soon-to-be-added code...
maxv
2018-01-30
Style, localify, remove dead code, and fix typos. No functional change.
maxv
2018-01-30
Fix a buffer overflow in ip6_get_prevhdr. Doing
maxv
2018-01-29
Start cleaning up ip6_input.c. Several pieces of code have evolved but
maxv
2018-01-25
Several changes:
maxv
2018-01-10
add ipsec(4) interface, which is used for route-based VPN.
knakahara
2017-03-03
Pass inpcb/in6pcb instead of socket to ip_output/ip6_output
ozaki-r
2017-03-02
Make usages of ifp MP-safe in some functions of IP multicast
ozaki-r
2017-02-14
Do ND in L2_output in the same manner as arpresolve
ozaki-r
2016-12-08
Add rtcache_unref to release points of rtentry stemming from rtcache
ozaki-r
2016-11-10
Tidy up in6_select*
ozaki-r
2016-10-31
Fix race condition of in6_selectsrc
ozaki-r
2016-08-23
improve fast-forward performance when the number of flows exceeds ip6_maxflows.
knakahara
2016-06-21
Make sure returning ifp from in6_select* functions psref-ed
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-01-20
Add net.inet6.ip6.prefer_tempaddr sysctl knob so that we can prefer
roy
2014-10-12
Refactor the multicast membership code so that we can handle v4 mapped
christos
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-18
Add struct pr_usrreqs with a pr_generic function and prepare for the
rmind
2012-06-23
4 new sysctls to avoid ipv6 DoS attacks from OpenBSD
christos
2012-01-19
Remove ip6f_start from ip6f struct
liamjfoy
2012-01-10
add patch from Arnaud Degroote to handle IPv6 extended options with
drochner
2011-11-04
Change the IPv6 reassembly mechanism to use mutex(9).
zoltan
2011-05-24
RA flood mitigation via a limit on accepted routes:
spz
2011-05-03
*_drain() routines may be called with locks held, so instead of doing
dyoung
2009-05-06
Remove some usage of "priv" and "privileged" variables and instead pass
elad
2009-03-23
Init ip6flow pool dynamically instead of using a linkset.
liamjfoy
2008-08-06
Convert socket options code to use a sockopt structure
plunky
2008-04-24
Merge the socket locking patch:
ad
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-03-19
No code ever sets struct ip6_pktopts member ip6po_m, so get rid of
dyoung
2007-10-29
The IPv6 stack labels incoming packets with an m_tag whose payload
dyoung
2007-07-19
Take steps to hide the radix_node implementation of the forwarding table
dyoung
2007-05-17
remove net.inet6.ip6.rht0 sysctl.
yamt
[next]