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
/
bxe
/
if_bxe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utilize new macro to initialize if_baudrate.
glebius
2012-10-18
1
-1
/
+1
*
The drbr(9) API appeared to be so unclear, that most drivers in
glebius
2012-09-28
1
-0
/
+5
*
Only stop the BXE controller if it was first started. Stopping
silby
2012-09-05
1
-1
/
+7
*
Convert a number of drivers to obtaining their parent DMA tag from their
scottl
2012-03-12
1
-1
/
+2
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
Update recently added drivers to use the if_*addr_r*lock() wrapper
jhb
2012-01-05
1
-4
/
+4
*
- 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
*
- Fix compiler warning in ADD_64() macro.
davidch
2011-09-13
1
-1
/
+1
*
- Major reorganization of mbuf handling throughout the driver to
davidch
2011-06-08
1
-3212
/
+2646
*
- Use bus_describe_intr() to describe interrupt usage.
davidch
2011-05-12
1
-22
/
+83
*
- Simplify multicast address programming.
davidch
2011-05-09
1
-64
/
+63
*
- Fixed a typo in an if() statement when setting flow control for MTU
davidch
2011-05-02
1
-1
/
+1
*
- Centralize driver tunables initialization/validation.
davidch
2011-04-21
1
-337
/
+800
*
- Fixed a problem when multiqueue mode was enabled which caused the CQ
davidch
2011-04-07
1
-132
/
+163
*
- Removed multiple console error messages and replaced with statistic
davidch
2011-04-05
1
-213
/
+272
*
Make bxe(4) build with BXE_DEBUG.
yongari
2011-04-01
1
-2
/
+2
*
- Fixed build problem when not useing BXE_DEBUG.
davidch
2011-03-31
1
-28
/
+29
*
- Freshened debug support code.
davidch
2011-03-31
1
-429
/
+472
*
- Fixed DMA engine errors by increasing timeouts to 200ms for reads/writes.
davidch
2011-03-31
1
-26
/
+42
*
- Added debug support to monitor mbuf defrag attempts/failures.
davidch
2011-03-31
1
-44
/
+97
*
- Print number of queues when RSS is enabled.
davidch
2011-03-31
1
-12
/
+66
*
- Fixed a problem where the stack passed a TSO frame larger than the 64K
davidch
2011-03-31
1
-35
/
+104
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-4
/
+4
*
- Inadvertently committed files with +x attribute, fixed.
davidch
2011-03-15
1
-9
/
+20
*
- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.
davidch
2011-03-14
1
-0
/
+17294