index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
Age
Commit message (
Expand
)
Author
2017-05-09
Remove rip_output() and rip6_output() from inetsw and inet6sw. The
Alexander Bluhm
2017-05-09
Kill commented out code referencing pfctlinput2() and a wrong comment
Martin Pieuchot
2017-05-08
Fix a compilation error on arm64 that was caught by clang.
Rafael Zalamena
2017-05-08
Fix a possible NULL pointer deference on icmp6 echo reply caught by
Rafael Zalamena
2017-05-08
Remove icmp6_reflect() micro optimization to simplify code and avoid a
Rafael Zalamena
2017-05-08
Added initial IPv6 multicast routing support for multiple rdomains:
Rafael Zalamena
2017-05-06
Checking for IPv4 mapped addreses and dropping the packet is done
Alexander Bluhm
2017-05-04
If m is not a continuous mbuf cluster, m_pullup() in pr_input may
Alexander Bluhm
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-05-04
Reset the MLD default ip6_opts by using ip6_initpktopts(). This fixes a
Rafael Zalamena
2017-05-03
Change the ip6_setmoptions() function to receive the rdomain as a new
Rafael Zalamena
2017-04-19
icmp6_rip6_input() was mostly duplicated code from rip6_input().
Alexander Bluhm
2017-04-19
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
Alexander Bluhm
2017-04-17
The raw ip input functions are called from several places. Use the
Alexander Bluhm
2017-04-17
We need to update the ia6_updatetime when changing the vltime/pltime
Florian Obser
2017-04-14
Pass down the address family through the pr_input calls. This
Alexander Bluhm
2017-04-06
Convert bcopy to memcpy as the memory does not overlap.
David Hill
2017-04-05
When building counter memory in preparation to copy to userland, always
Theo de Raadt
2017-03-26
Do not invalidate a ND cache at the begining of nd6_free().
Martin Pieuchot
2017-03-16
Userland expects pltime to be a time stamp not number of seconds.
Florian Obser
2017-03-13
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
Claudio Jeker
2017-03-08
Always invalidate ND entries in nd6_free().
Martin Pieuchot
2017-03-07
When the inpcb queue and hash lists are traversed or modified we
Alexander Bluhm
2017-03-06
Kill global list of IPv6 addresses.
Martin Pieuchot
2017-03-06
Prefix functions dealing with routing messages with 'rtm_' and keep
Martin Pieuchot
2017-03-03
Convert the variable argument list of the pr_output functions to
Alexander Bluhm
2017-03-03
Replace a panic with a compile time assert in icmp6_reflect().
Alexander Bluhm
2017-03-03
Iterate over the global list of interfaces instead of using the global
Martin Pieuchot
2017-03-02
Prefer the global list of interfaces to the dying global list of IPv6
Martin Pieuchot
2017-03-02
Use the routing table rather than the global list of IPv6 address.
Martin Pieuchot
2017-03-02
Convert domain declarations to C99 initializers.
Martin Pieuchot
2017-02-28
Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6
Martin Pieuchot
2017-02-22
Use c99 struct initialization with protosw.
David Hill
2017-02-22
Fix comments about a few ipv6 sockoptions
Renato Westphal
2017-02-21
In ip6_ctloutput, check for an invalid level early like the other
David Hill
2017-02-16
Revert "Release the NET_LOCK() before entering per-driver ioctl() routine".
Martin Pieuchot
2017-02-09
Dedup calls to icmp6stat_inc in icmp6_errcount, should save a few bytes
Jeremie Courreges-Anglas
2017-02-09
percpu counters for divert(4) stats
Jeremie Courreges-Anglas
2017-02-09
percpu counters for raw ipv6 and icmp6 stats
Jeremie Courreges-Anglas
2017-02-09
percpu counters for TCP stats
Jeremie Courreges-Anglas
2017-02-08
Remove the ipsec protocol callbacks which all do the same. Implement
Alexander Bluhm
2017-02-07
Release the NET_LOCK() before entering per-driver ioctl() routine.
Martin Pieuchot
2017-02-06
Make ip6_input() more like ipv4_input() and introduce ip6_ours().
Alexander Bluhm
2017-02-05
Always allocate counters memory using type M_COUNTERS.
Jeremie Courreges-Anglas
2017-02-05
Use percpu counters for ip6stat
Jeremie Courreges-Anglas
2017-02-01
In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with
David Hill
2017-01-29
Change the IPv4 pr_input function to the way IPv6 is implemented,
Alexander Bluhm
2017-01-27
copypktopts is only called by ip6_setpktopts using M_NOWAIT. Drop
David Hill
2017-01-26
Reduce the difference between struct protosw and ip6protosw. The
Alexander Bluhm
2017-01-23
The function raw_input() has not been called since netiso has been
Alexander Bluhm
[next]