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
/
in6.h
Age
Commit message (
Expand
)
Author
2024-04-21
Implement rule 5.5 of RFC 6724 (Default Address Selection for IPv6)
Florian Obser
2024-02-13
Merge struct route and struct route_in6.
Alexander Bluhm
2024-02-09
Route cache function returns hit or miss.
Alexander Bluhm
2024-02-07
Use the route generation number also for IPv6.
Alexander Bluhm
2024-01-31
Add route generation number to route cache.
Alexander Bluhm
2024-01-27
Declare address parameter in TCP SYN cache const.
Alexander Bluhm
2023-11-28
Remove struct inpcb from in6_embedscope() parameters.
Alexander Bluhm
2023-11-10
rtable_match() takes constant destination.
Alexander Bluhm
2021-06-02
factor out the code that does sanity checks on ipv6 headers and addresses.
David Gwynne
2021-03-10
spelling
Jonathan Gray
2020-08-24
Convert ip6_sysctl to sysctl_bounded_args
gnezdo
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2019-11-11
Kernel is missing propper input validation when configuring IPv6
Alexander Bluhm
2019-04-22
In in_cksum() and in6_cksum() convert types to C99 style and make
Alexander Bluhm
2018-09-11
Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also
Alexander Bluhm
2018-06-07
The global zero addresses must not change, mark them constant.
Alexander Bluhm
2018-02-10
Implement RFC 7217: "A Method for Generating Semantically Opaque
Florian Obser
2017-11-20
Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running
Martin Pieuchot
2017-09-01
Use in6_get_rand_ifid() instead of get_last_resort_ifid() and delete the
Florian Obser
2017-08-11
Validate sockaddr from userland in central functions. This results
Alexander Bluhm
2017-07-13
Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no
Florian Obser
2017-05-30
Keep ipv6_input() definition inside _KERNEL.
Martin Pieuchot
2017-05-30
Introduce ipv{4,6}_input(), two wrappers around IP queues.
Martin Pieuchot
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-02-22
Fix comments about a few ipv6 sockoptions
Renato Westphal
2016-12-22
Remove PIM support from the multicast stack.
Rafael Zalamena
2016-10-03
Convert some of the remaining usages of time_second to time_uptime.
Martin Pieuchot
2016-06-27
Implement IPV6_MINHOPCOUNT support.
Jeremie Courreges-Anglas
2016-06-01
Kill sysctl net.inet6.ip6.rr_prune
Jeremie Courreges-Anglas
2016-05-19
Remove sysctl net.inet6.ip6.v6only
Jeremie Courreges-Anglas
2015-12-03
rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen
Ted Unangst
2015-10-29
RFC 2292 API support was removed 9 years ago, but left in a binary compat
Ted Unangst
2015-09-11
in6_embedscope() needs to lose some weight. Remove the last argument.
Claudio Jeker
2015-09-10
It is time to put inet6 on a diet. Use the flensing knife and cut out
Claudio Jeker
2015-06-08
More damned eye searing whitespace. No change to .o files.
Kenneth R Westerback
2015-04-14
ip6_sprintf is long gone; noticed by blambert
Mike Belopuhov
2015-04-10
replace the use of ifqueues for most input queues serviced by netisr
David Gwynne
2015-02-09
Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the
Claudio Jeker
2015-02-09
provide a net.inet6.ip6.ifq sysctl so people can see and fiddle
David Gwynne
2015-01-10
Correct some comments and merge in6_if_up() into in6_ifattach() to
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-11-20
What have no need for a variable that holds the maximum MTU size of
Martin Pieuchot
2014-08-31
Make the in6addr constant declarations and definitions consistent
Alexander Bluhm
2014-08-26
Do not hand-roll all routers link local address.
Florian Obser
2014-07-11
introduce the IFXF_AUTOCONF6 interface flag which controls wether we
Henning Brauer
2014-06-13
Remove deprecated RFC2292 ancillary data convenience functions.
Christopher Zimmermann
2014-04-20
move in6_cksum_phdr from in6.h to ip6_output.c to mirror in_cksum_phdr
Christian Weisgerber
2014-01-22
Split the checksum calculation for IPv6 like for IPv4:
Christian Weisgerber
2013-10-28
kill kame version symbols and sysctl
Theo de Raadt
2013-10-24
Remove the number of in6_var.h inclusions by moving some functions and
Martin Pieuchot
[next]