summaryrefslogtreecommitdiff
path: root/sys/net/if_bridge.c
AgeCommit message (Expand)Author
2003-12-09Fix spelling mistake in a comment.augustss
2003-10-28Mark this initializer in the canonical way so it can be found later.mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-09-16Add a flag parameter to bridge_enqueue() to tell it whether to run thejdc
2003-08-11rm extra blank lineitojun
2003-07-13Include opt_inet.h to get INET6 definition.jdc
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-24Make sure splx() is called for all bridge_ioctl() error cases.kristerw
2003-05-16use strlcpyitojun
2003-05-14use arc4randomitojun
2003-03-19Fix 2 bugs:bouyer
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-02-15Add ipf packet-filtering option to if_bridge. The option is controlled atperseant
2002-08-24Add a function to lookup bridge members by struct ifnet * and usemartin
2002-06-08reject "add" request if if_mtu is different.itojun
2002-05-23use IFT_BRIDGEitojun
2002-03-24Fix a memory leak in bridge_ioctl_add() when the called for non-ethernetjdolecek
2002-03-08Pool deals fairly well with physical memory shortage, but it doesn'tthorpej
2001-11-12add RCSIDslukem
2001-08-17Only report expire time for DYNAMIC forwarding table entries.thorpej
2001-08-17Add support for building Ethernet bridges, based on Jason Wright'sthorpej