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_veb.c
Age
Commit message (
Expand
)
Author
2021-07-07
tell ether_input() to call pf_test() outside of smr_read sections,
Alexandr Nedvedicky
2021-06-02
use ipv4_check and ipv6_check to well, check ip headers before running pf.
David Gwynne
2021-05-27
ajacouto says i missed copying some bits from bridge for divert-to.
David Gwynne
2021-05-26
support divert-to when pf applies it to a packet.
David Gwynne
2021-03-10
spelling
Jonathan Gray
2021-03-05
pass the uint64_t dst ethernet address from ether_input to bridges.
David Gwynne
2021-03-03
clean up span ports as span ports, not bridge ports.
David Gwynne
2021-03-02
fix an assert in veb_p_ioctl() that failed when called by a span port.
David Gwynne
2021-02-26
try do a better job of filtering 802.1 reserved group addresses.
David Gwynne
2021-02-26
use uint64_ts for ethernet addresses in the src/dst bits of rules.
David Gwynne
2021-02-26
use a uint64_t for the ethernet address in the etherbridge table.
David Gwynne
2021-02-26
gcc is more strict about union decls
Theo de Raadt
2021-02-24
add support for adding and deleting address table entries.
David Gwynne
2021-02-23
handle ifconfig veb0 flush with etherbridge_flush, like bpe and nvgre
David Gwynne
2021-02-23
make a start on transparent ipsec interception, based on bridge(4).
David Gwynne
2021-02-23
use link0 to allow vlans to cross the bridge.
David Gwynne
2021-02-23
implement support for the blocknonip port flag.
David Gwynne
2021-02-23
add support for setting and getting bridge port flags.
David Gwynne
2021-02-23
filter MAC Bridge component Reserved address
David Gwynne
2021-02-23
add veb(4), a Virtual Ethernet Bridge driver.
David Gwynne