summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bridge.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove bs_list occurrences. fixes panic on destroy.fgsch2010-11-201-2/+1
* Remove unused bstp_list and bstp_attach.mpf2010-10-311-2/+1
* A function that only returns NULL should return void.claudio2010-10-281-2/+2
* refer to the RSTP point to point option as "PTP" instead of "P2P".reyk2006-12-111-5/+5
* Add Rapid Spanning Tree Protocol support (802.1d-2004) based on workreyk2006-12-031-49/+217
* fix a whitespace error causing confusionhenning2006-05-281-2/+2
* if the wireless hostap interface belongs to a bridge, learn the node'sreyk2005-10-091-1/+2
* Simplify hashtable (de)allocation by moving it into the clone functions.camield2004-12-231-2/+7
* add support for ifconfig clone/destroy; ok henning deraadtmarkus2003-12-031-1/+2
* no named args in prototypesjason2003-07-151-2/+2
* add a pf_tagname field to ifbrlreq and a pf_tag field to ifbrlnode.henning2003-06-251-1/+5
* nuke clause 3 & 4jason2003-06-021-6/+1
* KNF & ANSI, jason agreeshenning2003-05-301-2/+2
* o the timeout is int, not u_int32_thenning2003-05-301-3/+3
* allow setting of ifcost with brconfig. enables selection of preferredmarkus2002-12-091-1/+2
* spanning tree: flush dynamic mac cache if interface goes to themarkus2002-12-041-1/+2
* Credit DARPA/USAF appropriately.jason2002-04-081-1/+6
* First round of __P removal in sysmillert2002-03-141-10/+10
* add support for creating span ports so that one can snoop a bridgejason2001-12-151-5/+8
* By popular demand, protect from multiple inclusion, and fix to use theangelos2001-06-091-1/+5
* let bstp_transmit_tcn() handle all of the work for sending TCN messagesjason2001-03-221-2/+1
* Add support for 802.1D spanning tree protocol.jason2000-12-121-18/+144
* add ethernet MAC filtering capabilityjason2000-01-251-3/+32
* Implement the blocknonip flagangelos2000-01-101-1/+2
* Don't delete the cache on down/up transitions unless it's empty. Insteadjason1999-09-031-3/+6
* o simpler handling of "forme" packetsjason1999-09-011-2/+2
* Fix cases when wanting to communicate with the bridge'niklas1999-08-081-2/+2
* Support detaching of network interfaces. Still work to do in ipf, andniklas1999-08-081-4/+5
* Add flag to allow some interfaces to not see packets with unknown destination.jason1999-03-191-2/+3
* Add the ability to mark an interface as "non-learning"jason1999-03-191-1/+3
* big overhaul:jason1999-03-121-3/+9
* Make address cache expiration actually work and provide a knobjason1999-03-051-1/+10
* completely (almost) revamped ioctl's:jason1999-03-011-12/+43
* Ethernet bridge/IP firewall driver.jason1999-02-261-0/+59