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-06-09
Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even
Martin Pieuchot
2017-06-08
Notify userland when a new ND is reachable.
Martin Pieuchot
2017-06-07
Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals
Martin Pieuchot
2017-05-31
Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and
Martin Pieuchot
2017-05-30
Carp balancing ip does not work since there is a mac filter in
friehm
2017-05-30
Keep ipv6_input() definition inside _KERNEL.
Martin Pieuchot
2017-05-30
Enable slaacd(8) by default and disable router solicitation and
Florian Obser
2017-05-30
Introduce ipv{4,6}_input(), two wrappers around IP queues.
Martin Pieuchot
2017-05-29
Allow passing in IN6_IFF_AUTOCONF from userland. Needed by slaacd(8)
Florian Obser
2017-05-29
Per-interface list of addresses, both multicast and unicast, are
Martin Pieuchot
2017-05-28
Rename ip_local() to ip_deliver() and give it the same parameters
Alexander Bluhm
2017-05-23
Bump the right counters. One of these was caught by clang because of a
Mark Kettenis
2017-05-22
Move IPsec forward and local policy check functions to ipsec_input.c
Alexander Bluhm
2017-05-22
Use the IPsec policy check from IPv4 also when doing local delivery
Alexander Bluhm
2017-05-18
Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in
Martin Pieuchot
2017-05-18
The function name ip4_input() is confusing as it also handles IPv6
Alexander Bluhm
2017-05-17
The large and nested GIF #ifdef in protosw made it hard to figure
Alexander Bluhm
2017-05-17
Optimize multicast packet sending by using m_dup_pkt() instead of
Rafael Zalamena
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-05-16
Make the IPv6 multicast routing code use the OpenBSD routing table
Rafael Zalamena
2017-05-13
Return EADDRNOTAVAIL if UDP sendto(2) is used with a mapped address.
Alexander Bluhm
2017-05-13
Check for mapped addesses in rip6_output() like it is done in
Alexander Bluhm
2017-05-13
Do not check for locally bound mapped addresses in in6_pcbconnect(),
Alexander Bluhm
2017-05-12
Use the IPsec policy check from ipv4_input() also when forwarding
Alexander Bluhm
2017-05-11
Fix white spaces and wrap long line. No binary change.
Alexander Bluhm
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
[next]