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-10-13
Remove redundant NULL checks in IPsec which are never reached.
Alexander Bluhm
2021-10-13
The function crypto_dispatch() never returns an error. Make it
Alexander Bluhm
2021-10-13
The function ipip_output() was registered as .xf_output() xform
Alexander Bluhm
2021-10-05
Cleanup the error handling in ipsec ipip_output() and consistently
Alexander Bluhm
2021-10-05
Move setting ipsec mtu into a function. The NULL and invalid check
Alexander Bluhm
2021-09-29
Global variables to track initialisation behave poorly with MP.
Alexander Bluhm
2021-08-10
Remove unused `ipa_pcb' from 'ipsec_acquire' structure.
mvs
2021-08-09
During unidirectional data transmission, a TCP connection may stall.
Alexander Bluhm
2021-08-09
Fix white spaces.
Alexander Bluhm
2021-07-27
Revert "Use per-CPU counters for tunnel descriptor block" diff.
mvs
2021-07-26
Use per-CPU counters for tunnel descriptor block (tdb) statistics.
mvs
2021-07-26
Do not queue crypto operations for IPsec. The packet entries in
Alexander Bluhm
2021-07-26
The mbuf header cleanup in revision 1.173 of ip_icmp.c was too
Alexander Bluhm
2021-07-21
Also count crypto errors in ipsec_input_cb() like IPsec output in
Alexander Bluhm
2021-07-21
Propagate errors from crypto_invoke() and count them in IPsec. They
Alexander Bluhm
2021-07-19
Remove `ids' from `ipsec_ids_tree' while following ipsp_ids_insert()
mvs
2021-07-18
Introduce and use garbage collector for 'ipsec_ids' struct entities
mvs
2021-07-18
The IPsec authentication before decryption used a different replay
Alexander Bluhm
2021-07-16
Improve comments in IPsec replay window calculation.
Alexander Bluhm
2021-07-14
Resend the TCP packet only if the MTU locked flag appears at the
Alexander Bluhm
2021-07-13
Remove unused `PolicyHead' from 'sockaddr_encap' structure.
mvs
2021-07-08
The xformsw array never changes. Declare struct xformsw constant
Alexander Bluhm
2021-07-08
Initialize `ipsec_acquire_pool' pool (9) within pfkey_init() instead of
mvs
2021-07-08
Debug printfs in encdebug were inconsistent, some missing newlines
Alexander Bluhm
2021-07-08
The properties of the crypto algorithms never change. Declare them
Alexander Bluhm
2021-07-07
tell ether_input() to call pf_test() outside of smr_read sections,
Alexandr Nedvedicky
2021-07-07
Fix whitespaces in IPsec code.
Alexander Bluhm
2021-06-30
For path MTU discovery tcp_mtudisc() should resend a TCP packet by
Alexander Bluhm
2021-06-21
Fix uninitialized variables introduced in rev 1.361
Jeremie Courreges-Anglas
2021-06-18
The crypto(9) framework used by IPsec runs on a kernel task that
Alexander Bluhm
2021-06-03
remember if the ipv4 header checksum is ok.
David Gwynne
2021-06-02
factor out the code that does basic sanity checks on ipv4 headers.
David Gwynne
2021-05-25
As network features are not added dynamically, the domain structures
Alexander Bluhm
2021-05-15
Fix IPsec NAT-T to work with pipex(4). Introduce a new packet tag
YASUOKA Masahiko
2021-05-12
Use local copy of `ps_rtableid' in ip{,6}_ctloutput() and mark
mvs
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
[next]