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
/
dev
/
bge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add initial jumbo frame support for BCM5714/BCM5715 and BCM5780.
yongari
2011-04-05
2
-17
/
+38
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-3
/
+3
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-1
/
+1
*
Apply DMA address space restriction to controllers that have 4GB
yongari
2011-01-10
1
-1
/
+11
*
Backout r216973 and r216970. r216973 didn't solve watchdog timeout
yongari
2011-01-10
1
-11
/
+1
*
Limit hardware bug workaround to controllers that have 4GB boundary
yongari
2011-01-04
1
-1
/
+4
*
Partially revert change made in r212061. r212061 relied on
yongari
2011-01-04
1
-1
/
+8
*
- Remove the remaining support for older (in this case pre-7.0-RELEASE)
marius
2010-11-30
1
-47
/
+19
*
Move the limiting of the PHY to 10/100 modes of operation due to limitations
marius
2010-11-14
1
-5
/
+23
*
o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control
marius
2010-11-14
1
-4
/
+6
*
Add initial BCM5718 family support. The BCM5718 family includes
yongari
2010-10-27
2
-69
/
+290
*
Use bge_chipid to compare controller ids. r214251 incorrectly used
yongari
2010-10-24
1
-3
/
+3
*
Apply the same workaround for SDI flow control used on BCM5906 A1
yongari
2010-10-23
2
-5
/
+9
*
Add workaround for BCM5906 A1 controller silicon bug. When
yongari
2010-10-22
2
-0
/
+6
*
Enable TX MAC state machine lockup fix for both BCM5755 or higher
yongari
2010-10-22
2
-1
/
+7
*
Add workaround for BCM5906 controller silicon bug. If device
yongari
2010-10-19
2
-0
/
+44
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
2
-12
/
+7
*
Make sure to not use stale ip/tcp header pointers. The ip/tcp
yongari
2010-10-14
1
-0
/
+2
*
Fix a regression introduced in r213710. r213710 removed the use of
yongari
2010-10-13
1
-0
/
+7
*
Add more checks for resolved link speed in bge_miibus_statchg().
yongari
2010-10-13
1
-6
/
+24
*
Protect bge(4) from accessing invalid NIC internal memory regions
yongari
2010-10-12
1
-0
/
+8
*
Fix a regression introduced in r213495. r213495 disabled mini
yongari
2010-10-12
1
-1
/
+1
*
The IFF_DRV_RUNNING flag is set at the end of bge_init_locked. But
yongari
2010-10-11
1
-9
/
+13
*
Remove one last reference of BGE_MI_MODE register for auto polling.
yongari
2010-10-11
1
-5
/
+15
*
Do not blindly UP the interface when interface's MTU is changed. If
yongari
2010-10-08
1
-2
/
+6
*
Fix a long standing bug which regarded some revisions of controller
yongari
2010-10-07
1
-8
/
+6
*
Add more comments to rings supported by the controller. Different
yongari
2010-10-06
1
-37
/
+103
*
Remove bge_tx_buf_ratio, unused member of softc.
yongari
2010-10-06
1
-1
/
+0
*
Overhaul MII register access routine and remove unnecessary
yongari
2010-10-06
2
-39
/
+94
*
Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.
yongari
2010-10-06
1
-1
/
+1
*
Rearrange code a bit to correctly set PHY flags. This change make
yongari
2010-10-05
1
-5
/
+7
*
Separate common flags into controller specific and PHY related
yongari
2010-10-05
2
-28
/
+29
*
Enable fix for read DMA FIFO overruns on controllers that have this
yongari
2010-10-04
2
-0
/
+17
*
Consistently use ifHCOutOctets/ifHCInOctets instead of Octets as
yongari
2010-10-04
1
-9
/
+9
*
Remove extra semicolon.
yongari
2010-10-01
1
-2
/
+2
*
Allow write DMA to request larger DMA burst size to get better
yongari
2010-10-01
2
-0
/
+5
*
Fix IFCAP_TXCSUM/IFCAP_RXCSUM handling. Previously bge(4) used
yongari
2010-09-30
1
-4
/
+8
*
Implement hardware MAC statistics for BCM5705 or newer Broadcom
yongari
2010-09-29
2
-49
/
+339
*
After r207391, brgphy(4) passes resolved flow-control settings to
yongari
2010-09-29
1
-2
/
+13
*
Set the number of RX frames to receive after RX MBUF low watermark
yongari
2010-09-29
2
-0
/
+9
*
Always show asic/chip revision in device attach phase. There are
yongari
2010-09-23
1
-6
/
+5
*
Fix incorrect RX BD producer updates. The producer index was
yongari
2010-09-16
1
-2
/
+4
*
Make sure to create DMA'able memory for statistics block. This was
yongari
2010-09-07
1
-0
/
+9
*
Remove unnecessary atomic operation in bge_poll. bge(4) always
yongari
2010-08-31
1
-2
/
+2
*
bge_txeof() already checks whether it has to free transmitted mbufs
yongari
2010-08-31
1
-4
/
+3
*
Handle PAE case correctly. You cannot effectively specify a 4GB
yongari
2010-08-31
2
-3
/
+7
*
Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMA
yongari
2010-08-31
2
-243
/
+152
*
It seems all Broadcom controllers have a bug that can generate UDP
yongari
2010-08-22
2
-7
/
+43
*
Load tunable from loader.conf(5) instead of device.hints(5).
yongari
2010-08-21
1
-3
/
+6
*
Use Miscellaneous Configuration Register bit definition instead of
yongari
2010-07-15
2
-1
/
+2
[next]