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