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
/
net
/
if_bpe.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use a uint64_t for the ethernet address in the etherbridge table.
dlg
2021-02-26
1
-3
/
+3
*
add support for adding and deleting address table entries.
dlg
2021-02-24
1
-1
/
+52
*
cut bpe(4) over to using the common etherbridge code.
dlg
2021-02-21
1
-290
/
+125
*
bpe(4): convert ifunit() to if_unit(9)
mvs
2021-01-19
1
-8
/
+15
*
Leave default ifq_maxlen handling to ifq_init()
kn
2020-08-21
1
-2
/
+1
*
gc some ifmedia stuff that this driver doesnt use.
dlg
2020-07-22
1
-3
/
+1
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-2
/
+2
*
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-24
1
-6
/
+6
*
turn the linkstate hooks into a task list, like the detach hooks.
dlg
2019-11-07
1
-5
/
+5
*
replace the hooks used with if_detachhooks with a task list.
dlg
2019-11-06
1
-5
/
+6
*
Introduce ETHER_IS_BROADCAST/ANYADDR/EQ() and use them where appropriate.
mpi
2019-07-17
1
-7
/
+3
*
init sc_rxhprio properly instead of sc_txhprio twice; CID 1480289
dlg
2019-05-21
1
-2
/
+2
*
don't fall through SIOCSVNETID into SIOCGVNETID; CID 1480290
dlg
2019-05-21
1
-1
/
+2
*
a first cut at converting some virtual ethernet interfaces to if_vinput
dlg
2019-04-23
1
-4
/
+3
*
use the factored out txhprio and rxhprio checks
dlg
2019-04-19
1
-14
/
+5
*
add rxprio support
dlg
2019-04-19
1
-1
/
+33
*
include pf.h for #if NPF > 0 test
jsg
2019-01-16
1
-1
/
+2
*
add bpe(4) or Backbone Provider Edge interfaces
dlg
2018-12-20
1
-0
/
+1021