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_bridge.h
Age
Commit message (
Expand
)
Author
2021-11-11
Retire switch(4) it never really was production ready and the OpenFlow
Claudio Jeker
2021-03-10
spelling
Jonathan Gray
2021-01-25
We have this sequence in bridge(4) ioctl(2) path:
mvs
2020-07-30
`struct bstp_state' stores pointer to parent `ifnet' as `bs_ifp'.
mvs
2020-07-29
Interface index is unsigned integer. Fix the places where it referenced
mvs
2020-07-22
Use interface index instead of pointer to `ifnet' in `struct bstp_port'.
mvs
2019-11-07
turn the linkstate hooks into a task list, like the detach hooks.
David Gwynne
2019-11-06
replace the hooks used with if_detachhooks with a task list.
David Gwynne
2019-05-12
Switch the list of span interfaces and interfaces to SMR.
Martin Pieuchot
2019-04-28
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
Martin Pieuchot
2019-03-08
Move the tag mechanism outside of net/if_bridge.c.
Martin Pieuchot
2019-02-20
Protect the hash table with a mutex.
Martin Pieuchot
2019-02-17
Make bridge_rtupdate() return an error value instead of a pointer.
Martin Pieuchot
2019-01-29
Plumbing to simplify upcoming locking.
Martin Pieuchot
2019-01-17
Convert interface lists from TAILQ to SLIST in preparation for fine
Martin Pieuchot
2018-12-07
Stop passing `sc' when it isn't needed and use `ifp' where it's good
Martin Pieuchot
2018-02-08
Add a new '-protected' option for bridge members.
Martin Pieuchot
2018-02-05
implement an arp filter
Henning Brauer
2017-01-20
Stop using pfsockaddr_union outside of pf so that we can remove its usage
Claudio Jeker
2017-01-11
No need for a splsoftnet()/splx() dance when the KERNEL_LOCK() is what
Martin Pieuchot
2016-10-03
Use detach hook to notify bridge of interface removal instead of adding
Rafael Zalamena
2016-09-29
Rename brtag_src/brtag_dst to brtag_peer/brtag_local to avoid
Reyk Floeter
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
2015-12-01
Split functions in if_bridge.c into if_bridge.c bridgectl.c .
Kazuya Goda
2015-11-28
Delete sc_root_port which became unused when RSTP is merged.
YASUOKA Masahiko
2015-11-07
Use input handlers for bridge(4).
Martin Pieuchot
2015-08-24
The bridge list is a relict, delete the remaining LIST_REMOVE.
Alexander Bluhm
2015-07-02
By design if_input_process() needs to hold a reference on the receiving
Martin Pieuchot
2015-06-23
Adapt bridge(4) to the new if_input() framework.
Martin Pieuchot
2015-04-12
dont rely on hfsc.h via pfvar.h to include sys/timeout.h.
David Gwynne
2015-01-24
Userland (base & ports) was adapted to always include <netinet/in.h>
Theo de Raadt
2014-12-22
convert to using siphash
Ted Unangst
2013-10-13
Just use sockaddr_union instead of a handcrafted version and rename
Reyk Floeter
2013-10-13
Import vxlan(4), the virtual extensible local area network tunnel
Reyk Floeter
2013-01-23
Change interface and span interface lists from LIST to TAILQ.
Camiel Dobbelaar
2012-10-05
Point an interface directly to its bridgeport configuration, instead
Camiel Dobbelaar
2012-09-20
Don't filter spanning tree BPDUs. Either process, or forward them.
Marco Pfatschbacher
2010-11-20
remove bs_list occurrences. fixes panic on destroy.
Federico G. Schwindt
2010-10-31
Remove unused bstp_list and bstp_attach.
Marco Pfatschbacher
2010-10-28
A function that only returns NULL should return void.
Claudio Jeker
2006-12-11
refer to the RSTP point to point option as "PTP" instead of "P2P".
Reyk Floeter
2006-12-03
Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work
Reyk Floeter
2006-05-28
fix a whitespace error causing confusion
Henning Brauer
2005-10-09
if the wireless hostap interface belongs to a bridge, learn the node's
Reyk Floeter
2004-12-23
Simplify hashtable (de)allocation by moving it into the clone functions.
Camiel Dobbelaar
2003-12-03
add support for ifconfig clone/destroy; ok henning deraadt
Markus Friedl
2003-07-15
no named args in prototypes
Jason Wright
2003-06-25
add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode.
Henning Brauer
[next]