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
*
Properly initialize args structure before passing it to ipfw_chk(): having
oleg
2006-02-03
1
-0
/
+1
*
Use PFIL_HOOKED macros in if_bridge and pass the right argument to
csjp
2006-02-02
1
-10
/
+10
*
Fix two bugs with the bridge
thompsa
2006-01-31
1
-3
/
+17
*
Make sure buffers in if_bridge are fully initialized before copying
cperciva
2006-01-25
1
-0
/
+3
*
Add code that clears certain capabilities from the member interface, these are
thompsa
2006-01-14
1
-10
/
+50
*
Fix a brain-o in the last commit, the conditional was always false.
thompsa
2006-01-02
1
-1
/
+1
*
Reorganise bridge_rtupdate slightly to reduce duplication.
thompsa
2006-01-02
1
-3
/
+2
*
Reset the route expiry time on each update rather than always letting them get
thompsa
2006-01-02
1
-4
/
+3
*
It is better to use time_uptime here since it is monotonic.
thompsa
2006-01-02
1
-5
/
+5
*
Minor whitespace cleanup.
thompsa
2006-01-02
1
-18
/
+17
*
Read time_second directly rather than calling getmicrotime().
thompsa
2006-01-02
1
-13
/
+5
*
When pfil(9) is enabled the bridge only considers ETHERTYPE_ARP, ETHERTYPE_IP...
thompsa
2005-12-29
1
-5
/
+13
*
Add RFC 3378 EtherIP support. This change makes it possible to add gif
thompsa
2005-12-21
1
-6
/
+20
*
As of r1.21 all broadcast packets are reprocessed by ether_input as arriving on
thompsa
2005-12-21
1
-2
/
+6
*
Use M_ZERO for the bridge_iflist to ensure there are no unexpected suprises.
thompsa
2005-12-17
1
-1
/
+1
*
Minor whitespace cleanup.
thompsa
2005-12-17
1
-30
/
+30
*
Change from a callback in if_ethersubr to using EVENTHANDLER in order to detach
thompsa
2005-12-17
1
-13
/
+66
*
It is not safe to use m_copypacket() here as the returned mbuf is readonly,
thompsa
2005-12-15
1
-1
/
+6
*
Add support for creating span ports so that one can snoop bridged traffic
thompsa
2005-12-14
1
-0
/
+147
*
The bridge is capable of sending broadcast packets so enable IFF_BROADCAST
thompsa
2005-11-29
1
-1
/
+1
*
Fix a second missed case where the refcount is not decremented.
thompsa
2005-11-13
1
-2
/
+3
*
Fix a mbuf and refcnt leak in the broadcast code.
thompsa
2005-11-13
1
-4
/
+4
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Move the cloned interface list management in to if_clone. For some drivers the
thompsa
2005-11-08
1
-18
/
+0
*
If we have been called from ether_ifdetach() then do not try and clear the
thompsa
2005-10-23
1
-20
/
+25
*
Make four more functions static that were missed in the last commit.
thompsa
2005-10-14
1
-5
/
+5
*
Change most of the bridge and stp funtions to static. This has highlighted
thompsa
2005-10-14
1
-110
/
+114
*
Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c
thompsa
2005-10-14
1
-8
/
+6
*
From 101 ways to panic your kernel.
thompsa
2005-10-13
1
-1
/
+5
*
Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, move
thompsa
2005-10-13
1
-1
/
+10
*
Change the reference counting to count the number of cloned interfaces for each
thompsa
2005-10-12
1
-1
/
+2
*
Do not packet filter in the bridge_start() routine, locally generated packets
thompsa
2005-10-02
1
-20
/
+9
*
Fix an alignment panic my preserving the 2byte padding (ETHER_ALIGN) on our
thompsa
2005-09-22
1
-1
/
+1
*
Add support for multicast to the bridge and allow inet6 addresses to be
thompsa
2005-09-06
1
-5
/
+27
*
Fix a panic in softclock() if the interface is destroyed with a bpf consumer
thompsa
2005-08-27
1
-0
/
+1
*
The mtu check in bridge_enqueue is bogus as the maximum Ethernet frame is
thompsa
2005-08-23
1
-7
/
+0
*
Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1.
thompsa
2005-08-18
1
-5
/
+8
*
Ensure that we are holding the lock when initialising the bridge interface. We
thompsa
2005-08-15
1
-0
/
+5
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-25
/
+27
*
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
[next]