summaryrefslogtreecommitdiff
path: root/sys/net/if_bridge.h
AgeCommit message (Expand)Author
2015-06-23Adapt bridge(4) to the new if_input() framework.Martin Pieuchot
2015-04-12dont rely on hfsc.h via pfvar.h to include sys/timeout.h.David Gwynne
2015-01-24Userland (base & ports) was adapted to always include <netinet/in.h>Theo de Raadt
2014-12-22convert to using siphashTed Unangst
2013-10-13Just use sockaddr_union instead of a handcrafted version and renameReyk Floeter
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
2013-01-23Change interface and span interface lists from LIST to TAILQ.Camiel Dobbelaar
2012-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
2012-09-20Don't filter spanning tree BPDUs. Either process, or forward them.Marco Pfatschbacher
2010-11-20remove bs_list occurrences. fixes panic on destroy.Federico G. Schwindt
2010-10-31Remove unused bstp_list and bstp_attach.Marco Pfatschbacher
2010-10-28A function that only returns NULL should return void.Claudio Jeker
2006-12-11refer to the RSTP point to point option as "PTP" instead of "P2P".Reyk Floeter
2006-12-03Add Rapid Spanning Tree Protocol support (802.1d-2004) based on workReyk Floeter
2006-05-28fix a whitespace error causing confusionHenning Brauer
2005-10-09if the wireless hostap interface belongs to a bridge, learn the node'sReyk Floeter
2004-12-23Simplify hashtable (de)allocation by moving it into the clone functions.Camiel Dobbelaar
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-07-15no named args in prototypesJason Wright
2003-06-25add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode.Henning Brauer
2003-06-02nuke clause 3 & 4Jason Wright
2003-05-30KNF & ANSI, jason agreesHenning Brauer
2003-05-30o the timeout is int, not u_int32_tHenning Brauer
2002-12-09allow setting of ifcost with brconfig. enables selection of preferredMarkus Friedl
2002-12-04spanning tree: flush dynamic mac cache if interface goes to theMarkus Friedl
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-15add support for creating span ports so that one can snoop a bridgeJason Wright
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
2001-03-22let bstp_transmit_tcn() handle all of the work for sending TCN messagesJason Wright
2000-12-12Add support for 802.1D spanning tree protocol.Jason Wright
2000-01-25add ethernet MAC filtering capabilityJason Wright
2000-01-10Implement the blocknonip flagAngelos D. Keromytis
1999-09-03Don't delete the cache on down/up transitions unless it's empty. InsteadJason Wright
1999-09-01o simpler handling of "forme" packetsJason Wright
1999-08-08Fix cases when wanting to communicate with the bridge'Niklas Hallqvist
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
1999-03-19Add flag to allow some interfaces to not see packets with unknown destination.Jason Wright
1999-03-19Add the ability to mark an interface as "non-learning"Jason Wright
1999-03-12big overhaul:Jason Wright
1999-03-05Make address cache expiration actually work and provide a knobJason Wright
1999-03-01completely (almost) revamped ioctl's:Jason Wright
1999-02-26Ethernet bridge/IP firewall driver.Jason Wright