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
/
netinet
Age
Commit message (
Expand
)
Author
2022-08-29
Do not calculate the output protocol checksum in the IP input path.
Alexander Bluhm
2022-08-29
Sendmsg could crash in tcp_output due to a missing check after the
Moritz Buhl
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
Change soabort() return value to void. We never interesting on it.
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 tcp_sogetpcb() to assign `inp' and `tp' from passed socket.
Vitaliy Makkoveev
2022-08-15
Introduce 'pr_usrreqs' structure and move existing user-protocol
Vitaliy Makkoveev
2022-08-13
Remove needless include pledge.h accidently added in previous commit.
Alexander Bluhm
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-11
Add TCP_INFO support to getsockopt for tcp sessions.
Claudio Jeker
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-08-04
Use 16 bit variable to store more fragment flag. This avoids loss
Alexander Bluhm
2022-07-28
Checking the fragment flags of an incoming IP packet does not need
Alexander Bluhm
2022-07-25
The IPv4 reassembly code is MP safe, so we can run it in parallel.
Alexander Bluhm
2022-07-24
Fix assertion for write netlock in rip6_input(). ip6_input() has
Alexander Bluhm
2022-07-16
To fix an KASSERT(la != NULL) panic in ARP, protect the rt_llinfo
Alexander Bluhm
2022-07-14
Use capital letters for global ipsec(4) locks description. Use 'D'
Vitaliy Makkoveev
2022-06-29
Nullify `ipsecflowinfo' when mbuf(9) has no ipsec flowinfo data.
Vitaliy Makkoveev
2022-06-28
Use btrace(8) to debug reference counting. dt(4) provides a static
Alexander Bluhm
2022-06-27
Push the kernel lock down into arpresolve(). We still need it to
Alexander Bluhm
2022-06-27
Instead of calling getuptime() all the time in ARP code, do it only
Alexander Bluhm
2022-06-26
The "ifq_set_maxlen(..., 1);" hack we use to enforce pipex(4) related
Vitaliy Makkoveev
2022-06-17
The timeout for ipsec acquire does not decrement the reference
Alexander Bluhm
2022-06-06
Simplify solock() and sounlock(). There is no reason to return a value
Claudio Jeker
2022-05-25
Call if_put(9) after we finish with `ia' within ip_getmoptions().
Vitaliy Makkoveev
2022-05-15
have in_pcbselsrc copy the selected address to memory provided by the caller.
David Gwynne
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-05
No longer consider IN_EXPERIMENTAL aka 240/4 as not forwardable.
Claudio Jeker
2022-05-04
Move rttimer callback function from the rttimer itself to rttimer_queue.
Claudio Jeker
2022-05-04
In ipsp_spd_lookup() rename the parameter tdbp to tdbin as it is
Alexander Bluhm
[prev]
[next]