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
/
bridge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In theory, m_dup should not be necessary, as m_copypacket should be
nsayer
2000-09-25
1
-3
/
+3
*
Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf
bmilekic
2000-09-24
1
-0
/
+3
*
Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.
ru
2000-09-14
1
-2
/
+0
*
Make the bridge_refresh operation automatic when ethernet interfaces
nsayer
2000-07-29
1
-1
/
+6
*
Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS)
nsayer
2000-07-20
1
-1
/
+1
*
Add sysctl to perform bridge refresh. This is required if bridged
nsayer
2000-07-20
1
-7
/
+29
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-2
/
+2
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-2
/
+2
*
Don't try to apply ipfw filtering to non-IP packets.
archie
2000-06-02
1
-0
/
+2
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-35
/
+23
*
Update bridging code to the one already in -stable (this was
luigi
2000-02-08
1
-185
/
+368
*
IPSEC support in the kernel.
shin
1999-12-22
1
-1
/
+2
*
Fix kernel compile with BRIDGE, but without DUMMYNET
nsayer
1999-09-11
1
-0
/
+3
*
Fix two easy warnings when using BRIDGE without IPFIREWALL.
peter
1999-07-01
1
-2
/
+3
*
Free the dummynet descriptor in ip_dummynet, not in the called
luigi
1999-05-04
1
-3
/
+1
*
Minor seatbelt tweak. The init code used to be splimp() protected,
peter
1999-04-26
1
-2
/
+7
*
Fix my breakage of BRIDGE compiling option without IPFIREWALL..
peter
1999-04-21
1
-1
/
+5
*
Tidy up some stray / unused stuff in the IPFW package and friends.
peter
1999-04-20
1
-3
/
+1
*
Add a missing declaration that broke the compilation of this file.
jdp
1999-04-03
1
-0
/
+1
*
Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the
nsayer
1999-03-30
1
-3
/
+30
*
The fe driver supports bridging, so added it to lists.
kato
1999-02-25
1
-3
/
+3
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-0
/
+1
*
Remove one unused variable.
luigi
1998-12-31
1
-2
/
+1
*
Bridging support. Wait for LINT to be updated before trying it.
luigi
1998-12-14
1
-8
/
+12
*
fix an mbuf leak when using ipfw to filger bridged packets
luigi
1998-09-18
1
-2
/
+5
*
Bring in files for bridging support.
luigi
1998-09-12
1
-0
/
+611