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-11-21
Fix whitespace and long lines.
Alexander Bluhm
2021-11-18
printing udpencap_port in ddb requires ntohs not ntohl. use better format
Stuart Henderson
2021-11-16
To debug IPsec and tdb refcounting it is useful to have "show tdb"
Alexander Bluhm
2021-11-11
Do not call ip_deliver() recursively from IPsec. As there is no
Alexander Bluhm
2021-11-08
Use plen consistently.
Tobias Heider
2021-11-04
The authenticator is removed elsewhere.
Tobias Heider
2021-11-01
In ipsec_common_input_cb() pass mbuf pointer to pf_test() so that
Alexander Bluhm
2021-10-27
The crypto layer needs the kernel lock. ah_zeroize() takes it when
Alexander Bluhm
2021-10-25
The implementation of ipsp_spd_inp() is side effect free. It may
Alexander Bluhm
2021-10-25
Call a locked variant of tdb_unlink() from tdb_walk(). Fixes a
Alexander Bluhm
2021-10-25
Protect the tdb hashes with a mutex. Move initialization out of
Alexander Bluhm
2021-10-25
Fix use of uninitialized variable 'rpl'.
Tobias Heider
2021-10-24
Merge esp_input_cb() intp esp_input().
Tobias Heider
2021-10-24
Remove code duplication by merging the v4 and v6 input functions
Alexander Bluhm
2021-10-24
Refactor ah_input() and ah_output() for new crypto API.
Tobias Heider
2021-10-24
Refactor ipcomp_input() and ipcomp_output(). Remove obsolete code related
Tobias Heider
2021-10-24
There are more m_pullup() in IPsec input. Pass down the pointer
Alexander Bluhm
2021-10-24
Remove 'struct tdb_crypto' allocations from esp_input() and esp_output().
Tobias Heider
2021-10-24
Remove crp_etype and return errors directly from crypto_invoke()
Tobias Heider
2021-10-24
Pass the error of the IPsec callback to the caller. The dropped
Alexander Bluhm
2021-10-23
There is an m_pullup() down in AH input. As it may free or change
Alexander Bluhm
2021-10-23
Fix use-after-free in ipcomp_output() introduced by previous commit.
Alexander Bluhm
2021-10-23
Retire asynchronous crypto API as it is no longer required by any driver and
Tobias Heider
2021-10-22
Make error handling in IPsec consistent. Pass errors to the callers.
Alexander Bluhm
2021-10-22
After deleting hifn(4) the only provider for the LZS compression
Alexander Bluhm
2021-10-21
Remove code to run crypto operations in a task queue. The code was
Tobias Heider
2021-10-21
Remove duplicate variable ibytes, use plen instead.
Tobias Heider
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
[prev]
[next]