| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Modify Copyright information and other strings to reflect Qlogic Corporation'... | David C Somayajulu | 2014-05-08 | 1 | -19/+19 |
| * | Modify Copyright information to reflect Qlogic Corporation's purchase | David C Somayajulu | 2014-05-06 | 22 | -176/+22 |
| * | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | Gleb Smirnoff | 2014-03-13 | 1 | -5/+1 |
| * | Fixed MSI interrupt allocation and handling. | Eric Davis | 2014-03-11 | 1 | -78/+36 |
| * | Another round of removing historical mbuf(9) allocator flags. | Gleb Smirnoff | 2014-01-16 | 1 | -6/+6 |
| * | defragment mbuf chains longer than hw segment limit before dropping | Eric Davis | 2014-01-07 | 2 | -4/+32 |
| * | For TSO, when the first mbuf contains both the packet header and data, the | Eric Davis | 2013-12-30 | 2 | -18/+17 |
| * | In sys/dev/bxe/bxe.c, remove static function bxe_has_tx_work_unload(), | Dimitry Andric | 2013-12-26 | 1 | -7/+0 |
| * | Fixed a tx watchdog chip reset that could occur on mostly idle links. | Eric Davis | 2013-11-15 | 8 | -115/+186 |
| * | In sys/dev/bxe/bxe.c, print bus_addr_t values using %#jx, to fix several | Dimitry Andric | 2013-10-11 | 1 | -7/+7 |
| * | Fixed the media type shown via ifconfig. | Eric Davis | 2013-10-10 | 3 | -8/+36 |
| * | Substantial rewrite of bxe(4) to add support for the BCM57712 and | David Christensen | 2013-09-20 | 38 | -108103/+177888 |
| * | Remove unused and incomplete support for delayed fragment checksums | Andre Oppermann | 2013-08-19 | 1 | -3/+1 |
| * | This fixes a out-of-order problem with several | Randall Stewart | 2013-02-07 | 1 | -20/+8 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -5/+5 |
| * | Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability. | Andre Oppermann | 2012-11-27 | 1 | -1/+1 |
| * | Utilize new macro to initialize if_baudrate. | Gleb Smirnoff | 2012-10-18 | 1 | -1/+1 |
| * | The drbr(9) API appeared to be so unclear, that most drivers in | Gleb Smirnoff | 2012-09-28 | 1 | -0/+5 |
| * | Only stop the BXE controller if it was first started. Stopping | Mike Silbersack | 2012-09-05 | 1 | -1/+7 |
| * | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long | 2012-03-12 | 1 | -1/+2 |
| * | Remove spurious 8bit chars, turning files into plain ASCII. | Ulrich Spörlein | 2012-01-15 | 1 | -1/+1 |
| * | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo | 2012-01-07 | 1 | -1/+0 |
| * | Update recently added drivers to use the if_*addr_r*lock() wrapper | John Baldwin | 2012-01-05 | 1 | -4/+4 |
| * | s/timout/timeout | Kevin Lo | 2011-12-15 | 1 | -1/+1 |
| * | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -5/+1 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | - change "is is" to "is" or "it is" | Eitan Adler | 2011-10-16 | 1 | -2/+2 |
| * | - Fix compiler warning in ADD_64() macro. | David Christensen | 2011-09-13 | 1 | -1/+1 |
| * | - Major reorganization of mbuf handling throughout the driver to | David Christensen | 2011-06-08 | 4 | -3451/+2855 |
| * | - Use bus_describe_intr() to describe interrupt usage. | David Christensen | 2011-05-12 | 2 | -23/+85 |
| * | - Simplify multicast address programming. | David Christensen | 2011-05-09 | 2 | -66/+65 |
| * | - Fixed a typo in an if() statement when setting flow control for MTU | David Christensen | 2011-05-02 | 1 | -1/+1 |
| * | - Re-committed r220603 which was accidentally backed out by an earlier | David Christensen | 2011-05-02 | 2 | -4/+1 |
| * | - Centralize driver tunables initialization/validation. | David Christensen | 2011-04-21 | 4 | -415/+896 |
| * | Remove a comment which is no longer true since r213878, apart from | Marius Strobl | 2011-04-19 | 1 | -3/+0 |
| * | Remove mii(4) dependency and unneeded headers. | Pyun YongHyeon | 2011-04-13 | 1 | -10/+0 |
| * | - Fixed a problem when multiqueue mode was enabled which caused the CQ | David Christensen | 2011-04-07 | 2 | -154/+184 |
| * | - Removed multiple console error messages and replaced with statistic | David Christensen | 2011-04-05 | 2 | -221/+289 |
| * | Make bxe(4) build with BXE_DEBUG. | Pyun YongHyeon | 2011-04-01 | 1 | -2/+2 |
| * | - Fixed build problem when not useing BXE_DEBUG. | David Christensen | 2011-03-31 | 1 | -28/+29 |
| * | - Freshened debug support code. | David Christensen | 2011-03-31 | 2 | -440/+493 |
| * | - Fixed DMA engine errors by increasing timeouts to 200ms for reads/writes. | David Christensen | 2011-03-31 | 1 | -26/+42 |
| * | - Added debug support to monitor mbuf defrag attempts/failures. | David Christensen | 2011-03-31 | 2 | -44/+99 |
| * | - Print number of queues when RSS is enabled. | David Christensen | 2011-03-31 | 2 | -12/+67 |
| * | - Fixed a problem where the stack passed a TSO frame larger than the 64K | David Christensen | 2011-03-31 | 2 | -37/+107 |
| * | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | John Baldwin | 2011-03-23 | 1 | -4/+4 |
| * | - Inadvertently committed files with +x attribute, fixed. | David Christensen | 2011-03-15 | 16 | -9/+20 |
| * | - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE. | David Christensen | 2011-03-14 | 16 | -0/+107821 |