index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use m_align() and while there reorder the pkthdr initalisation a bit.
claudio
2018-12-04
1
-8
/
+6
*
In PRU_DISCONNECT don't fall through into PRU_ABORT since the latter frees
claudio
2018-12-03
1
-2
/
+4
*
MH_ALIGN -> m_align. In revarprequest() set the ph_rtableid so that
claudio
2018-11-30
1
-3
/
+4
*
Further cleanup of icmp_do_error.
claudio
2018-11-28
1
-19
/
+13
*
Retire dom_rtkeylen from struct domain. Nothing is using this anymore.
claudio
2018-11-19
1
-2
/
+1
*
provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum.
dlg
2018-11-14
3
-8
/
+28
*
Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.
bluhm
2018-11-10
4
-12
/
+4
*
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
claudio
2018-11-09
1
-2
/
+2
*
Remove the last few XXX rdomain markers. Even those functions respect the
claudio
2018-11-09
1
-4
/
+1
*
In icmp_input_if() m_pullup up the maximum size of required data at the start.
claudio
2018-11-05
2
-13
/
+5
*
Consider the size of IP header when doing the ICMP length overflow
bluhm
2018-11-05
1
-3
/
+3
*
Fixup the case where an mbuf cluster is used. Correctly offset the data to
claudio
2018-11-05
1
-3
/
+5
*
The change of the sb_mbmax calculation in sbreserve() broke setting
bluhm
2018-11-04
1
-3
/
+4
*
ipsec: use monotonic clock for SA creation/lookup timestamps; ok dlg@
cheloha
2018-10-22
2
-5
/
+5
*
Partial revert of previous. Only the queue(3) stuff should have gone in.
cheloha
2018-10-18
1
-38
/
+7
*
igmp, struct router_info: use queue(3)
cheloha
2018-10-18
2
-26
/
+52
*
Expose net.inet.ip.arpq.drops to help debug what's going on when a lot
florian
2018-10-13
2
-4
/
+13
*
RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.
reyk
2018-10-10
1
-5
/
+5
*
Revert the inpcb table mutex commit. It triggers a witness panic
bluhm
2018-10-04
6
-84
/
+21
*
Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4)
mpi
2018-09-24
1
-16
/
+15
*
As a step towards per inpcb or socket locks, remove the net lock
bluhm
2018-09-20
6
-22
/
+85
*
Do not acknowledge a received ack-only tcp packet that we would drop due to
friehm
2018-09-17
1
-2
/
+4
*
Initialize the TDB to NULL in ipsec_common_input() and
mestre
2018-09-14
2
-5
/
+5
*
In general it is a bad idea to use one random secret for two things.
bluhm
2018-09-14
2
-12
/
+15
*
unbreak userland uses of in_pcb.h by including sys/refcnt.h
jsg
2018-09-14
1
-1
/
+2
*
Add reference counting for inet pcb, this will be needed when we
bluhm
2018-09-13
5
-9
/
+40
*
Include the size of IPCOMP header when checking for compression.
mpi
2018-09-13
1
-2
/
+2
*
Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also
bluhm
2018-09-11
2
-5
/
+5
*
Make the distribution of in_ and in6_ functions in in_pcb.c and
bluhm
2018-09-11
2
-162
/
+11
*
Remove useless INPCBHASH() macros. Just expand them.
bluhm
2018-09-10
1
-31
/
+24
*
Instead of calculating the mbuf packet header length here and there,
bluhm
2018-09-10
1
-9
/
+2
*
During fragment reassembly, mbuf chains with packet headers were
bluhm
2018-09-10
1
-3
/
+5
*
Explain the special case for redirect to localhost in a comment.
bluhm
2018-09-07
1
-1
/
+14
*
sync icmp_mtudisc_clone() with icmp6_mtudisc_clone(); prompted by bluhm@
miko
2018-09-06
1
-17
/
+12
*
Add per-TDB counters and a new SADB extension to export them to
mpi
2018-08-28
9
-34
/
+97
*
Coverity CID 1470233 complainst that the m != NULL check in
bluhm
2018-07-23
1
-4
/
+3
*
Fix for uninitialized variables.
mpi
2018-07-16
1
-4
/
+4
*
Introduce ipsec_output_cb() to merge duplicate code and account for
mpi
2018-07-12
6
-176
/
+135
*
Disambiguate the source of panics in sys/net* by adding __func__
nayden
2018-07-11
1
-4
/
+4
*
Retire RTM_LOSING, it no longer makes sense and on busy servers the
claudio
2018-07-11
1
-18
/
+6
*
rtm_send() the cloned routes because of ICMP mtu changes. Until now
claudio
2018-07-11
1
-1
/
+2
*
Convert AH & IPcomp to ipsec_input_cb() and count drops on input.
mpi
2018-07-11
5
-119
/
+37
*
Introduce new IPsec (per-CPU) statistics and refactor ESP input
mpi
2018-07-10
5
-73
/
+181
*
Remove DELAY(1000) from carp_send_arp() / carp_send_na() since it is not clear
friehm
2018-07-10
1
-3
/
+1
*
It was possible to leak the control mbuf in raw ip user request
bluhm
2018-07-05
2
-4
/
+5
*
Prevent a mbuf double free by not freeing it along the error-path in
anton
2018-07-04
1
-3
/
+5
*
Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'.
mpi
2018-06-25
1
-1
/
+3
*
In in_pcballoc() finish the inp initialization before adding it to
bluhm
2018-06-14
1
-12
/
+13
*
Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just call
bluhm
2018-06-14
2
-25
/
+6
*
Use mbuf (not cluster) always for t_template of tcpcb.
yasuoka
2018-06-14
1
-14
/
+4
[next]