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