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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Remove spurious 8bit chars, turning files into plain ASCII.
uqs
2012-01-15
1
-1
/
+1
*
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
*
s/timout/timeout
kevlo
2011-12-15
1
-1
/
+1
*
- 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
*
- change "is is" to "is" or "it is"
eadler
2011-10-16
1
-2
/
+2
*
- 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
4
-3451
/
+2855
*
- Use bus_describe_intr() to describe interrupt usage.
davidch
2011-05-12
2
-23
/
+85
*
- Simplify multicast address programming.
davidch
2011-05-09
2
-66
/
+65
*
- Fixed a typo in an if() statement when setting flow control for MTU
davidch
2011-05-02
1
-1
/
+1
*
- Re-committed r220603 which was accidentally backed out by an earlier
davidch
2011-05-02
2
-4
/
+1
*
- Centralize driver tunables initialization/validation.
davidch
2011-04-21
4
-415
/
+896
*
Remove a comment which is no longer true since r213878, apart from
marius
2011-04-19
1
-3
/
+0
*
Remove mii(4) dependency and unneeded headers.
yongari
2011-04-13
1
-10
/
+0
*
- Fixed a problem when multiqueue mode was enabled which caused the CQ
davidch
2011-04-07
2
-154
/
+184
*
- Removed multiple console error messages and replaced with statistic
davidch
2011-04-05
2
-221
/
+289
*
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
2
-440
/
+493
*
- 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
2
-44
/
+99
*
- Print number of queues when RSS is enabled.
davidch
2011-03-31
2
-12
/
+67
*
- Fixed a problem where the stack passed a TSO frame larger than the 64K
davidch
2011-03-31
2
-37
/
+107
*
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
16
-9
/
+20
*
- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.
davidch
2011-03-14
16
-0
/
+107821