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
2022-11-23
Recommit previous "Remove useless struct in6_ifextra"
Klemens Nanni
2022-11-22
Backout "Remove useless struct in6_ifextra" commit
Klemens Nanni
2022-11-22
Use local variable consistently
Klemens Nanni
2022-11-22
Remove useless struct in6_ifextra
Klemens Nanni
2022-11-19
Push kernel lock into pru_control() aka. in6_control() / in_control()
Klemens Nanni
2022-11-15
Not assigning a link local address by default breaks various things.
Claudio Jeker
2022-11-14
Relax the list of interfaces which support IPv6 a bit.
Claudio Jeker
2022-11-12
Remove unused fields from struct in6_ifextra
Klemens Nanni
2022-11-12
Remove unused RS_LHCOOKIE macro
Klemens Nanni
2022-11-12
Zap comment about dead linkmtu
Klemens Nanni
2022-11-12
Zap dead ip6_auto_linklocal
Klemens Nanni
2022-11-10
Use local variable for consistency
Klemens Nanni
2022-11-07
Run the ND6 expiry timer without kernel lock
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-09
Clarify/typofix comments
Klemens Nanni
2022-09-08
Rename global ifnet TAILQ
Klemens Nanni
2022-09-05
Move mld6 address variables from data to stack memory to make them
Alexander Bluhm
2022-09-05
Use shared netlock in soreceive(). The UDP and IP divert layer
Alexander Bluhm
2022-09-04
spelling
Jonathan Gray
2022-09-03
Move PRU_PEERADDR request to (*pru_peeraddr)().
Vitaliy Makkoveev
2022-09-03
Move PRU_SOCKADDR request to (*pru_sockaddr)()
Vitaliy Makkoveev
2022-09-02
Move PRU_CONTROL request to (*pru_control)().
Vitaliy Makkoveev
2022-09-01
Move PRU_CONNECT2 request to (*pru_connect2)().
Vitaliy Makkoveev
2022-08-31
Move PRU_SENDOOB request to (*pru_sendoob)().
Vitaliy Makkoveev
2022-08-30
Refactor internet PCB lookup function. Rename in_pcbhashlookup()
Alexander Bluhm
2022-08-29
Move PRU_RCVOOB request to (*pru_rcvoob)().
Vitaliy Makkoveev
2022-08-29
Use struct refcnt for interface address reference counting.
Alexander Bluhm
2022-08-28
Move PRU_SENSE request to (*pru_sense)().
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-26
Move PRU_RCVD request to (*pru_rcvd)().
Vitaliy Makkoveev
2022-08-22
Move PRU_SHUTDOWN request to (*pru_shutdown)().
Vitaliy Makkoveev
2022-08-22
Document that igmp_timers_are_running and mld6_timers_are_running
Alexander Bluhm
2022-08-22
Move PRU_DISCONNECT request to (*pru_disconnect).
Vitaliy Makkoveev
2022-08-22
Use rwlock per inpcb table to protect notify list. The notify
Alexander Bluhm
2022-08-22
Move PRU_ACCEPT request to (*pru_accept)().
Vitaliy Makkoveev
2022-08-21
Only grab netlock in igmp and mdl6 fast timer when necessary. There
Alexander Bluhm
2022-08-21
Move PRU_CONNECT request to (*pru_connect)() handler.
Vitaliy Makkoveev
2022-08-21
Move PRU_LISTEN request to (*pru_listen)() handler.
Vitaliy Makkoveev
2022-08-21
Remove ip_local() and ip6_local(). After moving the IPv4 fragment
Alexander Bluhm
2022-08-21
Introduce a mutex per inpcb to serialize access to socket receive
Alexander Bluhm
2022-08-20
Move PRU_BIND request to (*pru_bind)() handler.
Vitaliy Makkoveev
2022-08-15
Run IPv6 hop-by-hop options processing in parallel. The ip6_hbhchcheck()
Alexander Bluhm
2022-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-12
Remove differences between ip_fragment() and ip6_fragment(). They
Alexander Bluhm
2022-08-12
There are some places in ip and ip6 input where operations fail due
Alexander Bluhm
2022-08-12
At successful return ip6_check_rh0hdr() keeps *offp unmodified.
Alexander Bluhm
2022-08-09
Backout "Call getuptime() just once per function"
Klemens Nanni
[next]