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
2024-06-07
Fix slaac on P2P interfaces
Florian Obser
2024-06-07
remove unused defines
Jonathan Gray
2024-05-21
Inform user land when vltime / pltime changes.
Florian Obser
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-08
Fix route leak in ip input.
Alexander Bluhm
2024-04-21
Implement rule 5.5 of RFC 6724 (Default Address Selection for IPv6)
Florian Obser
2024-04-17
Use struct ipsec_level within inpcb.
Alexander Bluhm
2024-04-17
Revert previous, it breaks IPv6 on loopback interfaces.
Florian Obser
2024-04-16
Destination addresses make no sense on loopback interfaces.
Florian Obser
2024-04-16
Use route cache function in IP input.
Alexander Bluhm
2024-04-16
Run raw IPv6 input in parallel.
Alexander Bluhm
2024-04-14
Run raw IP input in parallel.
Alexander Bluhm
2024-04-12
Split single TCP inpcb table into IPv4 and IPv6 parts.
Alexander Bluhm
2024-04-09
Plug route leak in IP output.
Alexander Bluhm
2024-04-06
IP multicast sysctl mrtmfc must not write outside of allocation.
Alexander Bluhm
2024-03-31
Combine route_cache() and rtalloc_mpath() in new route_mpath().
Alexander Bluhm
2024-03-26
Additional length check for IPv6 reassembled fragments.
Alexander Bluhm
2024-03-22
Make local port which is bound during connect(2) unique per laddr.
Alexander Bluhm
2024-02-29
revert "Combine route_cache() and rtalloc_mpath() in new route_mpath()"
Christian Weisgerber
2024-02-28
Cleanup IP input, forward, output.
Alexander Bluhm
2024-02-27
Combine route_cache() and rtalloc_mpath() in new route_mpath().
Alexander Bluhm
2024-02-22
Make the route cache aware of multipath routing.
Alexander Bluhm
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-11
Use `sb_mtx' instead of `inp_mtx' in receive path for inet sockets.
Vitaliy Makkoveev
2024-02-11
Remove include netinet6/ip6_var.h from netinet/in_pcb.h.
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-02-05
Add netstat counter for route cache.
Alexander Bluhm
2024-02-03
Rework socket buffers locking for shared netlock.
Vitaliy Makkoveev
2024-01-31
Add route generation number to route cache.
Alexander Bluhm
2024-01-31
Split in_pcbrtentry() and in6_pcbrtentry() based on INP_IPV6.
Alexander Bluhm
2024-01-28
Use more specific sockaddr type for inpcb notify.
Alexander Bluhm
2024-01-27
Declare address parameter in TCP SYN cache const.
Alexander Bluhm
2024-01-21
Assert that inpcb table has correct address family.
Alexander Bluhm
2024-01-18
Move the rtable_exists() check into in_pcbset_rtableid().
Claudio Jeker
2024-01-11
Use domain name for socket lock.
Alexander Bluhm
2024-01-09
Convert some struct inpcb parameter to const pointer.
Alexander Bluhm
2024-01-01
Reduce code duplication in ip6 divert.
Alexander Bluhm
2023-12-15
Use inpcb table mutex to set addresses.
Alexander Bluhm
2023-12-07
Inpcb table mutex protects addr and port during bind(2) and connect(2).
Alexander Bluhm
2023-12-06
Protect socket receive buffer in IP multicast routing.
Alexander Bluhm
2023-12-03
Rename all in6p local variables to inp.
Alexander Bluhm
2023-12-03
Use INP_IPV6 flag instead of sotopf().
Alexander Bluhm
2023-12-01
Set inp address, port and rtable together with inpcb hash.
Alexander Bluhm
2023-12-01
Make internet PCB connect more consistent.
Alexander Bluhm
2023-11-29
Document inp_socket as immutable and remove NULL checks.
Alexander Bluhm
2023-11-28
Remove struct inpcb from in6_embedscope() parameters.
Alexander Bluhm
2023-11-26
Remove inp parameter from ip_output().
Alexander Bluhm
2023-11-10
rtable_match() takes constant destination.
Alexander Bluhm
[next]