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
14 days
Use mutex of receive socket buffer to protect so_oobmark.
Alexander Bluhm
2024-11-08
TCP send and receive space update are MP safe.
Alexander Bluhm
2024-11-08
Use PCB iterator for raw IPv6 input loop.
Alexander Bluhm
2024-11-05
Use PCB iterator for raw IP input deliver loop.
Alexander Bluhm
2024-11-05
Replace rwlock with iterator in UDP input multicast loop.
Alexander Bluhm
2024-11-03
Clear UDP checksum out flag when stripping UDP header.
Alexander Bluhm
2024-10-13
remove unneeded timeout.h include
Jonathan Gray
2024-08-26
Rearrange #ifdef TCP_SIGNATURE to keep braces balanced.
Alexander Bluhm
2024-08-22
Unlock unlock ipip_sysctl().
Vitaliy Makkoveev
2024-08-21
Revert previous. It was committed mistakenly.
Vitaliy Makkoveev
2024-08-21
Unlock ipip_sysctl().
Vitaliy Makkoveev
2024-08-20
Unlock etherip_sysctl().
Vitaliy Makkoveev
2024-08-20
Unlock igmp_sysctl(), pfsync_sysctl() and rip6_sysctl(). Each of them is
Vitaliy Makkoveev
2024-08-16
Introduce PR_MPSYSCTL flag to mark mp-safe (*pr_sysctl)() handlers and
Vitaliy Makkoveev
2024-08-12
Run network protocol timer without kernel lock.
Alexander Bluhm
2024-08-06
Unlock `udpctl_vars'.
Vitaliy Makkoveev
2024-08-06
Unlock sysctl net.inet.ip.directed-broadcast.
Alexander Bluhm
2024-07-26
Run UDP input on multiple CPU in parallel.
Alexander Bluhm
2024-07-20
Unlock udp(4) somove().
Vitaliy Makkoveev
2024-07-19
Unlock sysctl net.inet.ip.redirect and net.inet6.ip6.redirect.
Alexander Bluhm
2024-07-19
Relax socket lock assertion in UDP input and send.
Alexander Bluhm
2024-07-14
Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock.
Alexander Bluhm
2024-07-13
Add condition to ip_gre.c in files.
Alexander Bluhm
2024-07-13
Mark IP protocol GRE as MP safe from socket layer.
Alexander Bluhm
2024-07-12
Remove internet PCB mutex.
Alexander Bluhm
2024-07-12
Run sysctl net.inet.ip.forwarding without net lock.
Alexander Bluhm
2024-07-02
Read IPsec forwarding information once.
Alexander Bluhm
2024-06-24
Explicitly allocate stack memory for ICMP payload in IPv4 forward.
Alexander Bluhm
2024-06-20
Read IPv6 forwarding value only once while processing a packet.
Alexander Bluhm
2024-06-20
Do not send ICMP redirect if IP forwarding is IPsec only.
Alexander Bluhm
2024-06-07
Read IP forwarding variables only once.
Alexander Bluhm
2024-06-07
remove MAXBUFSIZ define, unused since rev 1.33
Jonathan Gray
2024-06-07
remove unused packet header length defines
Jonathan Gray
2024-05-17
IPv6 has to use ip6_defhlim, not ip_defttl.
Alexander Bluhm
2024-05-16
Fix IPsec in use with IP forwarding 2 logic.
Alexander Bluhm
2024-05-14
Sanity check for TSO payload length in TCP chopper.
Alexander Bluhm
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-08
Fix route leak in ip input.
Alexander Bluhm
2024-04-19
Merge IPv4 and IPv6 options in inpcb.
Alexander Bluhm
2024-04-17
Use struct ipsec_level within inpcb.
Alexander Bluhm
2024-04-16
Use route cache function in IP input.
Alexander Bluhm
2024-04-15
Delete unused inp_csumoffset define.
Alexander Bluhm
2024-04-14
Run raw IP input in parallel.
Alexander Bluhm
2024-04-13
correct indentation
Jonathan Gray
2024-04-12
Split single TCP inpcb table into IPv4 and IPv6 parts.
Alexander Bluhm
2024-04-12
Fix race between rip_input() and soisdisconnected().
Alexander Bluhm
2024-04-10
Make TCP debug code MP safe.
Alexander Bluhm
2024-04-10
Move global variables for TCP debug onto the tcp_input() stack.
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
[next]