summaryrefslogtreecommitdiffstats
path: root/sys/dev/bxe
Commit message (Expand)AuthorAgeFilesLines
* - Major reorganization of mbuf handling throughout the driver todavidch2011-06-084-3451/+2855
* - Use bus_describe_intr() to describe interrupt usage.davidch2011-05-122-23/+85
* - Simplify multicast address programming.davidch2011-05-092-66/+65
* - Fixed a typo in an if() statement when setting flow control for MTUdavidch2011-05-021-1/+1
* - Re-committed r220603 which was accidentally backed out by an earlierdavidch2011-05-022-4/+1
* - Centralize driver tunables initialization/validation.davidch2011-04-214-415/+896
* Remove a comment which is no longer true since r213878, apart frommarius2011-04-191-3/+0
* Remove mii(4) dependency and unneeded headers.yongari2011-04-131-10/+0
* - Fixed a problem when multiqueue mode was enabled which caused the CQdavidch2011-04-072-154/+184
* - Removed multiple console error messages and replaced with statisticdavidch2011-04-052-221/+289
* Make bxe(4) build with BXE_DEBUG.yongari2011-04-011-2/+2
* - Fixed build problem when not useing BXE_DEBUG.davidch2011-03-311-28/+29
* - Freshened debug support code.davidch2011-03-312-440/+493
* - Fixed DMA engine errors by increasing timeouts to 200ms for reads/writes.davidch2011-03-311-26/+42
* - Added debug support to monitor mbuf defrag attempts/failures.davidch2011-03-312-44/+99
* - Print number of queues when RSS is enabled.davidch2011-03-312-12/+67
* - Fixed a problem where the stack passed a TSO frame larger than the 64Kdavidch2011-03-312-37/+107
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-4/+4
* - Inadvertently committed files with +x attribute, fixed.davidch2011-03-1516-9/+20
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-1416-0/+107821
OpenPOWER on IntegriCloud