aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bxe
Commit message (Expand)AuthorAgeFilesLines
* MFC r265703David C Somayajulu2014-05-121-19/+19
* MFC r265411David C Somayajulu2014-05-1022-176/+22
* MFC 262999Eric Davis2014-03-211-78/+36
* Merged r260415 from head.Eric Davis2014-01-072-4/+32
* MFC Broadcom 10Gb bxe driverEric Davis2014-01-0438-108100/+177987
* MFC r246482 (rrs) + r246581:Xin LI2013-11-251-20/+8
* MFC r243624:Andre Oppermann2013-07-051-1/+1
* MFC r228526 (by kevlo):Alexander Motin2013-06-181-1/+1
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC: r243857 (partial)Marius Strobl2013-03-091-5/+5
* Merge r241037 from head:Gleb Smirnoff2012-11-231-0/+5
* MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag()Scott Long2012-03-161-1/+2
* MFC 229613:John Baldwin2012-02-071-4/+4
* MFC r227458, r226436:Eitan Adler2012-01-041-2/+2
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-311-5/+1
* - Fix compiler warning in ADD_64() macro.David Christensen2011-09-131-1/+1
* - Major reorganization of mbuf handling throughout the driver toDavid Christensen2011-06-084-3438/+2842
* - Use bus_describe_intr() to describe interrupt usage.David Christensen2011-05-122-23/+85
* - Simplify multicast address programming.David Christensen2011-05-092-65/+64
* - Fixed a typo in an if() statement when setting flow control for MTUDavid Christensen2011-05-021-1/+1
* - Re-committed r220603 which was accidentally backed out by an earlierDavid Christensen2011-05-022-4/+1
* - Centralize driver tunables initialization/validation.David Christensen2011-04-214-415/+896
* Remove a comment which is no longer true since r213878, apart fromMarius Strobl2011-04-191-3/+0
* Remove mii(4) dependency and unneeded headers.Pyun YongHyeon2011-04-131-10/+0
* - Fixed a problem when multiqueue mode was enabled which caused the CQDavid Christensen2011-04-072-154/+184
* - Removed multiple console error messages and replaced with statisticDavid Christensen2011-04-052-221/+289
* Make bxe(4) build with BXE_DEBUG.Pyun YongHyeon2011-04-011-2/+2
* - Fixed build problem when not useing BXE_DEBUG.David Christensen2011-03-311-25/+26
* - Freshened debug support code.David Christensen2011-03-312-438/+491
* - Fixed DMA engine errors by increasing timeouts to 200ms for reads/writes.David Christensen2011-03-311-26/+42
* - Added debug support to monitor mbuf defrag attempts/failures.David Christensen2011-03-312-44/+99
* - Print number of queues when RSS is enabled.David Christensen2011-03-312-12/+67
* - Fixed a problem where the stack passed a TSO frame larger than the 64KDavid Christensen2011-03-312-37/+107
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-4/+4
* - Inadvertently committed files with +x attribute, fixed.David Christensen2011-03-1516-9/+20
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.David Christensen2011-03-1416-0/+107821