aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bridge.h
Commit message (Expand)AuthorAgeFilesLines
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-112/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Fix packet flow when both ng_ether(4) and bridge(4) are in use:Gleb Smirnoff2004-10-121-1/+1
* network interface and link layer changes:Sam Leffler2002-11-151-2/+1
* Lots of improvement to the bridging code.Luigi Rizzo2002-02-151-60/+25
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-42/+8
* Fix this so it compiles cleanly for alpha. Tried to do some minimal testing.Matt Jacob2001-10-191-3/+4
* Make it so dummynet and bridge can be loaded as modules.Paul Saab2001-10-051-6/+9
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)Luigi Rizzo2001-02-021-6/+43
* Make the bridge_refresh operation automatic when ethernet interfacesNick Sayer2000-07-291-0/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-4/+3
* Update bridging code to the one already in -stable (this wasLuigi Rizzo2000-02-081-4/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+3
* Bridging support. Wait for LINT to be updated before trying it.Luigi Rizzo1998-12-141-1/+1
* Bring in files for bridging support.Luigi Rizzo1998-09-121-0/+142