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
2021-05-04
Initialize `ipsec_policy_pool' within pfkey_init() instead of doing that
mvs
2021-04-30
Rearrange the implementation of bounded sysctl. The primitive
Alexander Bluhm
2021-04-28
Use mq_delist() to fetch the ARP mbuf hold queue once and feed the
Alexander Bluhm
2021-04-28
Document the locking mechanism of the global variables in ARP code.
Alexander Bluhm
2021-04-26
Convert the ARP packet hold queue from mbuf list to mbuf queue which
Alexander Bluhm
2021-04-23
Setting variable arpinit_done is not MP save if we want to execute
Alexander Bluhm
2021-04-23
The variable la_hold_total contains the number of packets currently
Alexander Bluhm
2021-04-16
Turn on the direct ACK on every other segment.
Alexander Bluhm
2021-03-30
[ICMP] IP options lead to malformed reply
Alexandr Nedvedicky
2021-03-20
use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments.
David Gwynne
2021-03-10
spelling
Jonathan Gray
2021-03-07
use uint64_t ethernet addresses for compares in carp.
David Gwynne
2021-03-05
pass the uint64_t dst ethernet address from ether_input to bridges.
David Gwynne
2021-03-01
Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to
Alexander Bluhm
2021-02-26
add some helpers for working with ethernet addresses as uint64_t
David Gwynne
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
2021-02-23
Use pool to allocate tdbs.
tobhe
2021-02-23
As ip_insertoptions() may prepend a mbuf, "goto bad" has to free
Alexander Bluhm
2021-02-23
Use NULL instead of 0 in `m_nextpkt' assignment.
mvs
2021-02-11
Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().
Patrick Wildt
2021-02-10
If pf changes the routing table when sending packets, the kernel
Alexander Bluhm
2021-02-08
Remove maxburst feature from tcp_output
jan
2021-02-08
Start refcounting interface groups with 1. if_creategroup() returns
Alexander Bluhm
2021-02-06
Simplex interface sends packet back without hardware checksum
Alexander Bluhm
2021-02-03
Turns off the direct ACK on every other segment
jan
2021-02-02
If IP_MULTICAST_IF or IP_ADD_MEMBERSHIP pass a interface index to the
Claudio Jeker
2021-02-01
Fix path MTU discovery for ESP tunneled in IPv6. We always want
Alexander Bluhm
2021-01-28
Drop tcp_trace() from SMALL_KERNEL builds to make room on amd64 floppy
Visa Hankala
2021-01-25
if stoeplitz is enabled, use it to provide a flowid for tcp packets.
David Gwynne
2021-01-21
carp(4): convert ifunit() to if_unit(9)
mvs
2021-01-18
add IPPROTO_SCTP, ok claudio@
Stuart Henderson
2021-01-16
Extend IP_MULTICAST_IF to take either an address (struct in_addr), a
Claudio Jeker
2021-01-15
As documented in sysctl(2) net.inet.ip.forwarding can be 2.
Alexander Bluhm
2021-01-11
Create a path MTU host route for IPsec over IPv6. Basically the
Alexander Bluhm
2021-01-09
Enforce range with sysctl_int_bounded in ipip_sysctl
gnezdo
2021-01-09
Enforce range with sysctl_int_bounded in tcp_sysctl
gnezdo
2021-01-07
Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.
Claudio Jeker
2021-01-04
- fix use after free, when packet gets dropped.
Alexandr Nedvedicky
2020-12-20
Accept reject and blackhole routes for IPsec PMTU discovery.
Alexander Bluhm
2020-12-18
Make sure the first packet of an SA has sequence number 1 (as described in
tobhe
2020-12-16
Use ESP sequence number as IV for AES-CTR, AES-GCM and Chacha20.
tobhe
2020-11-16
Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*
gnezdo
2020-11-16
Remove the cases folded into sysctl_bounded_args but left behind
gnezdo
2020-11-07
Rework source IP address setting.
denis
2020-11-05
Enable support for ASN1_DN ipsec identifiers.
Peter Hessler
2020-11-05
Replace wrong cast with satosin.
denis
2020-11-02
Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars
gnezdo
2020-10-29
Add feature to force the selection of source IP address
denis
2020-10-28
When generating the ICMP6 response to an IPv6 packet, the kernel
Alexander Bluhm
2020-09-22
whitespace
tobhe
[next]