index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_bridge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use m_copypacket() which is an optimization of the common case
thompsa
2005-08-08
1
-2
/
+2
*
We check that all the member interfaces have the same MTU on attach to the
thompsa
2005-07-25
1
-0
/
+8
*
Clear the PROMISC flag from the vlan interface when we remove a member. We
thompsa
2005-07-20
1
-0
/
+1
*
Previously the bridge MTU was set to ETHERMTU and could not be changed. Since
thompsa
2005-07-13
1
-1
/
+6
*
- Previously when broadcasting to N number of interfaces we would run pfil
thompsa
2005-07-06
1
-28
/
+86
*
Check the alignment of the IP header before passing the packet up to the
thompsa
2005-07-02
1
-27
/
+48
*
Sync if_bridge to NetBSD r1.31
thompsa
2005-06-29
1
-9
/
+9
*
Fix a panic when bringing up the bridge interface. We were casting a ifnet
thompsa
2005-06-27
1
-1
/
+1
*
Catch up with the struct ifnet changes and use if_alloc().
thompsa
2005-06-10
1
-1
/
+6
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-36
/
+36
*
Add missing {} in last commit.
mlaier
2005-06-10
1
-1
/
+2
*
Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.
thompsa
2005-06-10
1
-18
/
+80
*
Bring in IPFW layer2 filtering from bridge.c, this allows Ethernet filtering
thompsa
2005-06-07
1
-2
/
+65
*
Change ipv6 packet filtering to match ipv4. It now checks pfil_member and
thompsa
2005-06-06
1
-1
/
+10
*
Add if_bridge, which provides more advanced Ethernet bridging and 802.1d
thompsa
2005-06-05
1
-0
/
+2408