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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-30
[ICMP] IP options lead to malformed reply
sashan
4
-9
/
+53
2021-03-20
use m_dup_pkthdr in ip_fragment to copy pkthdr info to fragments.
dlg
1
-5
/
+3
2021-03-10
spelling
jsg
10
-23
/
+23
2021-03-07
use uint64_t ethernet addresses for compares in carp.
dlg
2
-15
/
+14
2021-03-05
pass the uint64_t dst ethernet address from ether_input to bridges.
dlg
1
-2
/
+3
2021-03-01
Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to
bluhm
2
-44
/
+40
2021-02-26
add some helpers for working with ethernet addresses as uint64_t
dlg
1
-1
/
+22
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
dlg
4
-19
/
+17
2021-02-23
Use pool to allocate tdbs.
tobhe
1
-3
/
+12
2021-02-23
As ip_insertoptions() may prepend a mbuf, "goto bad" has to free
bluhm
1
-19
/
+11
2021-02-23
Use NULL instead of 0 in `m_nextpkt' assignment.
mvs
1
-2
/
+2
2021-02-11
Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().
patrick
1
-3
/
+3
2021-02-10
If pf changes the routing table when sending packets, the kernel
bluhm
1
-2
/
+15
2021-02-08
Remove maxburst feature from tcp_output
jan
2
-6
/
+3
2021-02-08
Start refcounting interface groups with 1. if_creategroup() returns
bluhm
1
-5
/
+2
2021-02-06
Simplex interface sends packet back without hardware checksum
bluhm
1
-13
/
+28
2021-02-03
Turns off the direct ACK on every other segment
jan
1
-5
/
+4
2021-02-02
If IP_MULTICAST_IF or IP_ADD_MEMBERSHIP pass a interface index to the
claudio
1
-3
/
+6
2021-02-01
Fix path MTU discovery for ESP tunneled in IPv6. We always want
bluhm
1
-1
/
+4
2021-01-28
Drop tcp_trace() from SMALL_KERNEL builds to make room on amd64 floppy
visa
1
-1
/
+11
2021-01-25
if stoeplitz is enabled, use it to provide a flowid for tcp packets.
dlg
3
-3
/
+19
2021-01-21
carp(4): convert ifunit() to if_unit(9)
mvs
1
-3
/
+6
2021-01-18
add IPPROTO_SCTP, ok claudio@
sthen
1
-1
/
+2
2021-01-16
Extend IP_MULTICAST_IF to take either an address (struct in_addr), a
claudio
1
-3
/
+32
2021-01-15
As documented in sysctl(2) net.inet.ip.forwarding can be 2.
bluhm
1
-3
/
+3
2021-01-11
Create a path MTU host route for IPsec over IPv6. Basically the
bluhm
3
-5
/
+7
2021-01-09
Enforce range with sysctl_int_bounded in ipip_sysctl
gnezdo
1
-2
/
+3
2021-01-09
Enforce range with sysctl_int_bounded in tcp_sysctl
gnezdo
1
-18
/
+15
2021-01-07
Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.
claudio
2
-64
/
+87
2021-01-04
- fix use after free, when packet gets dropped.
sashan
1
-5
/
+3
2020-12-20
Accept reject and blackhole routes for IPsec PMTU discovery.
bluhm
4
-10
/
+13
2020-12-18
Make sure the first packet of an SA has sequence number 1 (as described in
tobhe
2
-9
/
+11
2020-12-16
Use ESP sequence number as IV for AES-CTR, AES-GCM and Chacha20.
tobhe
1
-2
/
+10
2020-11-16
Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*
gnezdo
2
-8
/
+11
2020-11-16
Remove the cases folded into sysctl_bounded_args but left behind
gnezdo
1
-13
/
+1
2020-11-07
Rework source IP address setting.
denis
1
-4
/
+3
2020-11-05
Enable support for ASN1_DN ipsec identifiers.
phessler
1
-1
/
+2
2020-11-05
Replace wrong cast with satosin.
denis
1
-3
/
+2
2020-11-02
Move TCPCTL_ALWAYS_KEEPALIVE into tcpctl_vars
gnezdo
1
-8
/
+2
2020-10-29
Add feature to force the selection of source IP address
denis
1
-1
/
+25
2020-10-28
When generating the ICMP6 response to an IPv6 packet, the kernel
bluhm
1
-2
/
+2
2020-09-22
whitespace
tobhe
1
-3
/
+3
2020-09-01
Convert *_sysctl in ipsec_input.c to sysctl_bounded_arr
gnezdo
5
-63
/
+37
2020-09-01
Convert icmp6_sysct to sysctl_bounded_args
gnezdo
1
-23
/
+1
2020-08-24
Convert divert*_sysctl to sysctl_bounded_args
gnezdo
2
-12
/
+9
2020-08-22
Convert icmp_sysctl to sysctl_bounded_args
gnezdo
2
-16
/
+12
2020-08-22
Convert ip_sysctl to sysctl_bounded_args
gnezdo
2
-49
/
+20
2020-08-22
Convert udp_sysctl to sysctl_bounded_args
gnezdo
2
-15
/
+9
2020-08-18
Style fixups from hurried commits
gnezdo
1
-6
/
+6
2020-08-18
Convert tcp_sysctl to sysctl_bounded_args
gnezdo
2
-61
/
+19
[next]