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
/
ip6_var.h
Age
Commit message (
Expand
)
Author
2024-02-14
Hide struct ip6q, struct ip6asfrag, struct ip6_moptions,
Claudio Jeker
2024-02-13
Merge struct route and struct route_in6.
Alexander Bluhm
2024-02-07
Use the route generation number also for IPv6.
Alexander Bluhm
2024-02-05
Add netstat counter for route cache.
Alexander Bluhm
2024-02-03
Rework socket buffers locking for shared netlock.
Vitaliy Makkoveev
2023-12-03
Rename all in6p local variables to inp.
Alexander Bluhm
2023-12-01
Make internet PCB connect more consistent.
Alexander Bluhm
2023-11-26
Remove inp parameter from ip_output().
Alexander Bluhm
2022-11-12
Zap dead ip6_auto_linklocal
Klemens Nanni
2022-10-17
Change pru_abort() return type to the type of void and make pru_abort()
Vitaliy Makkoveev
2022-10-03
System calls should not fail due to temporary memory shortage in
Alexander Bluhm
2022-09-13
Do soreceive() with shared netlock for raw sockets.
Vitaliy Makkoveev
2022-09-03
Move PRU_PEERADDR request to (*pru_peeraddr)().
Vitaliy Makkoveev
2022-08-28
Move PRU_ABORT request to (*pru_abort)().
Vitaliy Makkoveev
2022-08-27
Move PRU_SEND request to (*pru_send)().
Vitaliy Makkoveev
2022-08-22
Move PRU_SHUTDOWN request to (*pru_shutdown)().
Vitaliy Makkoveev
2022-08-22
Move PRU_DISCONNECT request to (*pru_disconnect).
Vitaliy Makkoveev
2022-08-21
Move PRU_CONNECT request to (*pru_connect)() handler.
Vitaliy Makkoveev
2022-08-20
Move PRU_BIND request to (*pru_bind)() handler.
Vitaliy Makkoveev
2022-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-12
There are some places in ip and ip6 input where operations fail due
Alexander Bluhm
2022-06-29
Pass a pointer to mbuf pointer further down into ip6_process_hopopts()
Alexander Bluhm
2022-05-05
Use static objects for struct rttimer_queue instead of dynamically
Claudio Jeker
2022-02-25
Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com
Philip Guenther
2022-02-25
Move pr_attach and pr_detach to a new structure pr_usrreqs that can
Philip Guenther
2021-12-01
Let ipsp_spd_lookup() return an error instead of a TDB. The TDB
Alexander Bluhm
2021-03-01
Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to
Alexander Bluhm
2021-01-11
Create a path MTU host route for IPsec over IPv6. Basically the
Alexander Bluhm
2019-12-08
Make sure packet destination address matches interface address,
Alexandr Nedvedicky
2019-08-26
Do not use the flow of the first fragment to store ECN information.
Alexander Bluhm
2018-10-10
RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.
Reyk Floeter
2018-02-10
Implement RFC 7217: "A Method for Generating Semantically Opaque
Florian Obser
2018-02-01
The function ip6_get_prevhdr() did return a pointer into a mbuf.
Alexander Bluhm
2017-11-05
Finish off pr_drain functions, they haven't been used since 2006.
Florian Obser
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-10-26
Replace macro `IP6_REASS_MBUF' with direct use of field `ip6af_m'.
Visa Hankala
2017-07-13
Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no
Florian Obser
2017-07-05
The IP in IP input function strips the outer header and reinserts
Alexander Bluhm
2017-06-27
Convert ip6_input() to a pr_input style function. Goal is to process
Alexander Bluhm
2017-05-31
Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and
Martin Pieuchot
2017-05-28
Rename ip_local() to ip_deliver() and give it the same parameters
Alexander Bluhm
2017-05-08
Added initial IPv6 multicast routing support for multiple rdomains:
Rafael Zalamena
2017-04-14
Pass down the address family through the pr_input calls. This
Alexander Bluhm
2017-03-13
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
Claudio Jeker
2017-03-03
Convert the variable argument list of the pr_output functions to
Alexander Bluhm
2017-02-28
Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6
Martin Pieuchot
2017-02-08
Remove the ipsec protocol callbacks which all do the same. Implement
Alexander Bluhm
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
2016-12-02
Rremoves 'struct route_in6 *' argument from in6_selectsrc().
Martin Pieuchot
[next]