| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make sure buffers in if_bridge are fully initialized before copying | Colin Percival | 2006-01-25 | 1 | -0/+3 |
| * | MFC if_bridge r1.30 | Andrew Thompson | 2005-10-27 | 1 | -19/+25 |
| * | MFC ng_ether support for if_bridge and cleanup of bridge hooks. | Andrew Thompson | 2005-10-23 | 1 | -9/+16 |
| * | MFC: if_bridge.c r1.26, if_ethersubr.c r1.205 | Andrew Thompson | 2005-10-19 | 1 | -1/+5 |
| * | MFC: if_bridge.c r1.23 | Andrew Thompson | 2005-10-06 | 1 | -20/+9 |
| * | MFC: if_bridge.c, r1.22 | Andrew Thompson | 2005-09-25 | 1 | -1/+1 |
| * | MFC: if_bridge.c, r1.21; if_ethersubr.c, r1.198; in6_ifattach.c, r1.28; | Andrew Thompson | 2005-09-13 | 1 | -5/+27 |
| * | MFC: if_bridge, r1.20 | Andrew Thompson | 2005-08-30 | 1 | -0/+1 |
| * | MFC: bridgestp.c, r1.6; if_bridge.c, r1.18 | Andrew Thompson | 2005-08-30 | 1 | -5/+8 |
| * | MFC: if_bridge.c, r1.19 | Andrew Thompson | 2005-08-26 | 1 | -7/+0 |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -25/+27 |
| * | MFC: if_bridge.c, r1.17; bridgestp.c, r1.5 | Andrew Thompson | 2005-08-19 | 1 | -0/+5 |
| * | MFC: if_bridge.c, r.1.5 | Andrew Thompson | 2005-08-11 | 1 | -2/+2 |
| * | MFC: if_bridge.c, r1.14 | Andrew Thompson | 2005-08-05 | 1 | -0/+8 |
| * | MFC: if_bridge.c, r1.13 | Andrew Thompson | 2005-07-25 | 1 | -0/+1 |
| * | MFC: Allow interfaces with MTU != 1500 to be bridged | Andrew Thompson | 2005-07-19 | 1 | -1/+6 |
| * | - Previously when broadcasting to N number of interfaces we would run pfil | Andrew Thompson | 2005-07-06 | 1 | -28/+86 |
| * | Check the alignment of the IP header before passing the packet up to the | Andrew Thompson | 2005-07-02 | 1 | -27/+48 |
| * | Sync if_bridge to NetBSD r1.31 | Andrew Thompson | 2005-06-29 | 1 | -9/+9 |
| * | Fix a panic when bringing up the bridge interface. We were casting a ifnet | Andrew Thompson | 2005-06-27 | 1 | -1/+1 |
| * | Catch up with the struct ifnet changes and use if_alloc(). | Andrew Thompson | 2005-06-10 | 1 | -1/+6 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -36/+36 |
| * | Add missing {} in last commit. | Max Laier | 2005-06-10 | 1 | -1/+2 |
| * | Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. | Andrew Thompson | 2005-06-10 | 1 | -18/+80 |
| * | Bring in IPFW layer2 filtering from bridge.c, this allows Ethernet filtering | Andrew Thompson | 2005-06-07 | 1 | -2/+65 |
| * | Change ipv6 packet filtering to match ipv4. It now checks pfil_member and | Andrew Thompson | 2005-06-06 | 1 | -1/+10 |
| * | Add if_bridge, which provides more advanced Ethernet bridging and 802.1d | Andrew Thompson | 2005-06-05 | 1 | -0/+2408 |