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
/
bce
/
if_bce.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out r228476.
yongari
2012-04-11
1
-54
/
+53
*
Rework link state tracking and remove superfluous link UP/DOWN
yongari
2011-12-13
1
-53
/
+54
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 so
yongari
2011-10-08
1
-50
/
+25
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-6
/
+3
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-4
/
+4
*
- Added error checking to nvram read functions.
davidch
2011-02-10
1
-40
/
+45
*
- Added systcls for header splitting, RX/TX buffer count, interrupt
davidch
2011-02-07
1
-544
/
+950
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-11
/
+11
*
o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control
marius
2010-11-14
1
-4
/
+3
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-6
/
+7
*
Make sure to not use stale ip/tcp header pointers. The ip/tcp
yongari
2010-10-14
1
-0
/
+2
*
Add the capability to read the complete contents of the NVRAM via sysctl
ambrisko
2010-10-06
1
-0
/
+67
*
Fix an apparent typo.
jkim
2010-07-26
1
-1
/
+1
*
Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)
yongari
2010-07-19
1
-1
/
+1
*
Specify BUS_DMA_ZERO flag to bus_dmamem_alloc(9) and remove bzero()
yongari
2010-07-19
1
-19
/
+14
*
Use bus_get_dma_tag() to get parent tag. Also use
yongari
2010-07-19
1
-3
/
+3
*
Add KASSERT to check number of returned DMA segments.
yongari
2010-07-19
1
-0
/
+2
*
Do not report current link state if interface is not UP.
yongari
2010-07-19
1
-0
/
+4
*
Correctly check the result of media selection. Previously it always
yongari
2010-07-19
1
-5
/
+9
*
Don't change current media in bce_stop(). There is no need to do
yongari
2010-07-19
1
-24
/
+0
*
Have bce_init_ctx() return error code and make caller check the
yongari
2010-07-19
1
-18
/
+22
*
When we didn't find a matching flash device, do not touch flash
yongari
2010-07-19
1
-4
/
+3
*
Add a fastpath to allocate from packet zone when using m_getjcl.
fabient
2010-05-07
1
-5
/
+2
*
- Enable flow control.
davidch
2010-04-30
1
-489
/
+642
*
- Fixed 5708S 2.5G support broken in last commit.
davidch
2010-04-06
1
-2048
/
+2279
*
- Added support for 5709S/5716S PHYs.
davidch
2010-03-18
1
-373
/
+285
*
Add TSO support on VLANs. bce(4) controllers require VLAN hardware
yongari
2010-02-26
1
-2
/
+10
*
Move TSO setup to new function bce_tso_setup(). Also remove VLAN
yongari
2010-02-26
1
-69
/
+114
*
Prefer m_collapse(9) over m_defrag(9).
yongari
2010-02-26
1
-1
/
+1
*
Make toggling TSO, VLAN hardware checksum offloading work. Also fix
yongari
2010-02-26
1
-14
/
+16
*
Make sure to stop controller first before changing MTU. And if
yongari
2010-02-26
1
-7
/
+14
*
Allow disabling VLAN hardware tag stripping with software work
yongari
2010-02-26
1
-20
/
+40
*
- Added a workaround for NC-SI management firmware that would allow
davidch
2010-01-20
1
-29
/
+133
*
- Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable header
stas
2009-10-21
1
-37
/
+37
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-4
/
+4
*
Add necessary include.
phk
2009-09-08
1
-4
/
+4
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
- Added code to read bootcode firwmare version.
davidch
2009-06-23
1
-41
/
+120
*
DMA synchronization fixes:
delphij
2009-05-18
1
-16
/
+13
*
- Fixed incorrect packet length problem caused be earlier change to
davidch
2009-05-08
1
-2
/
+4
*
- Updated firmware to latest 4.6.X release.
davidch
2009-03-04
1
-115
/
+178
*
- Update copyright to 2009.
davidch
2009-02-27
1
-39
/
+38
*
Changes to match "Marketing Description" from Broadcom for HP servers.
delphij
2009-01-15
1
-12
/
+14
*
Remove intermediate variable busaddr and have bus_* operate directly on
delphij
2009-01-13
1
-13
/
+6
*
Add several HP OEM parts' PCI IDs.
delphij
2009-01-13
1
-0
/
+22
*
Don't count InFramesL2FilterDiscards into Ierr. This value does not represent
delphij
2008-12-16
1
-1
/
+0
*
Test whether sc->tx_mbuf_map[i], not whether sc->tx_mbuf_map is NULL before
delphij
2008-12-16
1
-1
/
+1
*
Don't attempt to clear status updates if we did not do a link state
delphij
2008-12-03
1
-5
/
+6
[next]