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-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
2022-08-08
If interface drivers had enabled transmit offloading of the payload
Alexander Bluhm
2022-08-08
Constify in6_addr pointer arguments in nd6_*() functions
Klemens Nanni
2022-08-08
Call getuptime() just once per function
Klemens Nanni
2022-08-08
To make protocol input functions MP safe, internet PCB need protection.
Alexander Bluhm
2022-08-06
Clean up the netlock macros. Merge NET_RLOCK_IN_SOFTNET and
Alexander Bluhm
2022-07-28
Zap prototypes for nonexistent nd6_setmtu() and in6_ifdel()
Klemens Nanni
2022-07-28
Zap outdated nd6_free() comment about static
Klemens Nanni
2022-07-24
Fix assertion for write netlock in rip6_input(). ip6_input() has
Alexander Bluhm
2022-07-22
Zap nd6_recalc_reachtm_interval indirection
Klemens Nanni
2022-07-22
Leftovers from florian's RS/NA purge from the kernel in 2017.
Klemens Nanni
2022-07-22
Zap dead store nd6_allocated
Klemens Nanni
2022-07-22
Call nd6_timer() without argument
Klemens Nanni
2022-06-29
Pass a pointer to mbuf pointer further down into ip6_process_hopopts()
Alexander Bluhm
2022-06-29
Pass down the pointer to mbuf pointer into ip6_hbhchcheck(). This
Alexander Bluhm
2022-06-28
The ip6_hbhchcheck() function never reads the nxtp parameter, it
Alexander Bluhm
2022-05-09
Protect sbappendaddr() in divert_packet() with kernel lock. With
Alexander Bluhm
2022-05-05
Clean up divert_packet(). Function does not return error, make it
Alexander Bluhm
2022-05-05
Use static objects for struct rttimer_queue instead of dynamically
Claudio Jeker
2022-05-04
Move rttimer callback function from the rttimer itself to rttimer_queue.
Claudio Jeker
2022-04-30
Convert the 2nd rttimer callback from struct rttimer to u_int rtableid.
Claudio Jeker
2022-04-28
In the multicast router code don't allocate a rt timer queue for each
Claudio Jeker
[prev]
[next]