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
*
MFC r284348: Fix panic when adding vtnet interfaces to a bridge
kp
2015-07-01
1
-5
/
+6
*
- Relax the restriction on the member interfaces with LLAs. Two or more
hrs
2013-07-28
1
-27
/
+8
*
Fix a compiler warning.
hrs
2013-07-03
1
-0
/
+1
*
- Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE
hrs
2013-07-02
1
-18
/
+83
*
Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.
ae
2013-04-09
1
-3
/
+3
*
Ignore interface renames instead of removing the interface from the bridge
markj
2013-03-28
1
-0
/
+3
*
Reinitialize eh after pfil(9) processing.
glebius
2013-03-11
1
-0
/
+1
*
Fix typo in comment.
kevlo
2012-12-18
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-9
/
+9
*
- Use more appropriate loop (do { } while()) when generating ethernet address
pjd
2012-11-29
1
-3
/
+5
*
o Remove last argument to ip_fragment(), and obtain all needed information
glebius
2012-10-26
1
-2
/
+2
*
Fix fallout from r240071. If destination interface lookup fails,
glebius
2012-10-24
1
-6
/
+5
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-4
/
+6
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
A step in resolving mess with byte ordering for AF_INET. After this change:
glebius
2012-10-06
1
-12
/
+1
*
Remove the M_NOWAIT from bridge_rtable_init as it isn't needed. The function
thompsa
2012-10-04
1
-8
/
+3
*
- In the bridge_enqueue() do success/error accounting for
glebius
2012-09-26
1
-5
/
+4
*
Introduce new link-layer PFIL hook V_link_pfil_hook.
melifaro
2012-09-04
1
-61
/
+10
*
Change bridge(4) to use if_transmit for forwarding packets to underlying
glebius
2012-09-03
1
-33
/
+33
*
Simplify error case
emaste
2012-07-10
1
-4
/
+4
*
Plug potential mbuf leak when bridging fragments
emaste
2012-07-10
1
-0
/
+2
*
Restore error handling lost in r191603
emaste
2012-07-09
1
-1
/
+1
*
Fix a panic I introduced in r234487, the bridge softc pointer is set to null
thompsa
2012-06-11
1
-14
/
+22
*
Revert r234834 per luigi@ request.
melifaro
2012-05-03
1
-0
/
+1
*
Move several enums and structures required for L2 filtering from ip_fw_privat...
melifaro
2012-04-30
1
-1
/
+0
*
Add linkstate to bridge(4), set the link to up when at least one underlying
thompsa
2012-04-20
1
-9
/
+50
*
Use a more appropriate default for the maximum number of addresses in the
thompsa
2012-02-29
1
-2
/
+2
*
bstp_input() always consumes the packet so remove the mbuf handling dance
thompsa
2012-02-23
1
-5
/
+3
*
Allow to set if_bridge(4) sysctls from /boot/loader.conf.
pjd
2012-02-07
1
-0
/
+7
*
In r191367 the need for if_free_type() was removed and a new member
brooks
2011-11-11
1
-1
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
On the first loop for generating a bridge MAC address use the local
thompsa
2011-09-04
1
-6
/
+21
*
When adding IPv6 fwd support to ipfw in r225044 these two files were
bz
2011-08-27
1
-0
/
+1
*
Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with
will
2010-08-11
1
-6
/
+2
*
Allow carp(4) to be loaded as a kernel module. Follow precedent set by
will
2010-08-11
1
-6
/
+7
*
Bring in the most recent version of ipfw and dummynet, developed
luigi
2010-03-02
1
-5
/
+4
*
- Check if_type of "addm <interface>" before setting the
hrs
2010-01-31
1
-14
/
+34
*
Declare a new EVENTHANDLER called iflladdr_event which signals that the L2
thompsa
2010-01-18
1
-0
/
+2
*
Various cleanup done in ipfw3-head branch including:
luigi
2010-01-04
1
-9
/
+10
*
bring in several cleanups tested in ipfw3-head branch, namely:
luigi
2009-12-28
1
-4
/
+8
*
merge code from ipfw3-head to reduce contention on the ipfw lock
luigi
2009-12-22
1
-6
/
+9
*
Start splitting ip_fw2.c and ip_fw.h into smaller components.
luigi
2009-12-15
1
-0
/
+1
*
Virtualize the pfil hooks so that different jails may chose different
julian
2009-10-11
1
-20
/
+21
*
When bridging LRO is causing a problem, the believe
jfv
2009-08-24
1
-7
/
+6
*
Many network stack subsystems use a single global data structure to hold
rwatson
2009-08-02
1
-9
/
+9
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-6
/
+0
*
carp(4) allows people to share a set of IP addresses and can only
bz
2009-06-11
1
-1
/
+3
*
Close long existed race with net.inet.ip.fw.one_pass = 0:
oleg
2009-06-09
1
-3
/
+11
[next]