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_switch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unused switch_port variable.
akoshibe
2019-05-12
1
-4
/
+1
*
Add port protection support to switch(4). The behavior copies that of
akoshibe
2019-05-10
1
-2
/
+16
*
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
mpi
2019-04-28
1
-2
/
+2
*
Fix mbuf releated crashes in switch(4). They have been found by
bluhm
2018-12-28
1
-7
/
+10
*
Stop passing `sc' when it isn't needed and use `ifp' where it's good
mpi
2018-12-07
1
-3
/
+2
*
Remove almost unused `flags' argument of suser().
mpi
2018-02-19
1
-4
/
+4
*
Creating a cloned interface could return ENOMEM due to temporary
bluhm
2018-01-09
1
-3
/
+1
*
Remove duplicated code working around the fact that ifpromisc() required
mpi
2017-11-20
1
-28
/
+3
*
Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and
mpi
2017-05-31
1
-4
/
+2
*
Make a kernel with switch(4) but without INET6 compile again.
bluhm
2017-05-12
1
-1
/
+7
*
Clean-up switch(4) device by removing excess prototypes, verbose debugs
rzalamena
2017-01-17
1
-36
/
+3
*
Validate the OFP header to make sure it always have a sane size, also
rzalamena
2016-12-22
1
-1
/
+8
*
Rename "flowmax" to "maxflow" and give each switch(4) ioctl a
reyk
2016-11-28
1
-2
/
+2
*
Fix panic on detach hook when interfaces get destroyed.
rzalamena
2016-11-22
1
-2
/
+3
*
Extend the DLT_OPENFLOW header to include the switch datapath id.
reyk
2016-11-20
1
-4
/
+9
*
Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),
reyk
2016-11-16
1
-3
/
+10
*
Add support for partial writes in switchwrite so we can use multiple
rzalamena
2016-11-10
1
-1
/
+30
*
Remove unused function, the code is already inlined in action_output
rzalamena
2016-10-28
1
-22
/
+1
*
When doing pktout we must run the classifier again, because some action(s)
rzalamena
2016-10-28
1
-4
/
+1
*
Add missing if_put() in the switch(4) destroy path.
rzalamena
2016-10-08
1
-3
/
+4
*
Use detach hook to notify switch(4) about interface removals instead of
rzalamena
2016-10-07
1
-12
/
+10
*
Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoid
reyk
2016-09-29
1
-8
/
+8
*
Fix a kernel panic that happened when destroying interfaces attached to
rzalamena
2016-09-28
1
-8
/
+19
*
Fixed uninitialized variable in switch_process()
goda
2016-09-04
1
-2
/
+2
*
Make per-packet allocated memory use pool in switch(4)
goda
2016-09-04
1
-3
/
+4
*
Add support for a multipoint-to-multipoint mode in vxlan(4). In this
reyk
2016-09-03
1
-2
/
+39
*
Add switch(4) support to ifconfig
goda
2016-09-02
1
-3
/
+134
*
Import switch(4), an in-kernel OpenFlow switch which can work alone.
goda
2016-09-01
1
-0
/
+1374