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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/dev: minor spelling fixes.
pfg
2016-05-03
2
-4
/
+4
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-1
/
+1
*
Correct a typo.
yongari
2015-02-24
1
-1
/
+1
*
Const'ify a firmware image missed in r251142.
marius
2014-12-27
1
-3
/
+3
*
- Provide bce_get_counter() to return counters that are not collected,
glebius
2014-09-25
2
-45
/
+49
*
Use CSUM_BITS instead of incorrect copy.
glebius
2014-09-03
1
-5
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-15
/
+0
*
Revert r267961, r267973:
gjb
2014-06-27
1
-0
/
+15
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-15
/
+0
*
- Unmap static DMA buffers allocated via bus_dmemem_alloc() before
jhb
2014-06-11
1
-58
/
+42
*
Modify Copyright information and other strings to reflect Qlogic Corporation'...
davidcs
2014-05-08
3
-23
/
+11
*
Increase the number of TX DMA segments from 32 to 35. It turned
yongari
2014-03-31
1
-2
/
+2
*
Fix regression introduced in r235816.
yongari
2013-10-29
1
-3
/
+5
*
Move includes from if_bcereg.h to .c files.
glebius
2013-10-26
2
-45
/
+48
*
Remove unused and incomplete support for delayed fragment checksums
andre
2013-08-19
1
-3
/
+1
*
Fix triggering false watchdog timeout when controller is in PAUSE
yongari
2013-06-30
2
-3
/
+31
*
- Checking for spurious interrupts is only necessary when using INTx.
marius
2013-05-30
1
-11
/
+17
*
- Do supply arguments as pointers to bce_get_{pg,rx}_buf() that are not
marius
2013-05-30
1
-114
/
+86
*
- As a follow-up to r247565, make firmware images that do not require
marius
2013-05-30
3
-157
/
+101
*
Initialize count in order to appease clang.
marius
2013-03-01
1
-0
/
+1
*
- Make tables, device ID strings etc const.
marius
2013-03-01
2
-59
/
+34
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-5
/
+5
*
Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.
andre
2012-11-27
1
-1
/
+1
*
- Remove BCE_JUMBO_HDRSPLIT kernel option which was forgotten in r218423.
zont
2012-10-30
1
-1
/
+0
*
Remove a spurious bace which cause build fail in case BCE_DEBUG option
davide
2012-08-06
1
-1
/
+1
*
Make IPMI work in the bce driver even when the interface is
yongari
2012-05-23
1
-1
/
+23
*
Implement basic remote PHY support. Remote PHY allows the
yongari
2012-05-09
2
-52
/
+444
*
- Rename sysctl "loose_rx_mtu" to "strict_rx_mtu" to match code usage.
davidch
2012-05-08
1
-1
/
+1
*
Restore jumbo frame configuration which was broken in r218423.
yongari
2012-05-07
1
-14
/
+4
*
Back out r228476.
yongari
2012-04-11
2
-55
/
+53
*
Rework link state tracking and remove superfluous link UP/DOWN
yongari
2011-12-13
2
-53
/
+55
*
- 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
2
-52
/
+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
*
- Updated firmware which improves small packet performance.
davidch
2011-02-11
1
-10855
/
+11115
*
- Added error checking to nvram read functions.
davidch
2011-02-10
2
-43
/
+49
*
- Added systcls for header splitting, RX/TX buffer count, interrupt
davidch
2011-02-07
2
-703
/
+1112
*
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
2
-0
/
+68
*
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
2
-1
/
+2
*
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
[next]