| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Introduce new option BCE_JUMBO_HDRSPLIT that allows user to enable header | stas | 2009-10-21 | 2 | -47/+47 |
* | Revert previous commit and add myself to the list of people who should | phk | 2009-09-08 | 1 | -4/+4 |
* | Add necessary include. | phk | 2009-09-08 | 1 | -4/+4 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | - Added code to read bootcode firwmare version. | davidch | 2009-06-23 | 2 | -43/+131 |
* | DMA synchronization fixes: | delphij | 2009-05-18 | 1 | -16/+13 |
* | - Fixed incorrect packet length problem caused be earlier change to | davidch | 2009-05-08 | 2 | -2/+6 |
* | - Updated firmware to latest 4.6.X release. | davidch | 2009-03-04 | 3 | -13581/+13987 |
* | - Update copyright to 2009. | davidch | 2009-02-27 | 3 | -42/+65 |
* | Changes to match "Marketing Description" from Broadcom for HP servers. | delphij | 2009-01-15 | 1 | -12/+14 |
* | Remove intermediate variable busaddr and have bus_* operate directly on | delphij | 2009-01-13 | 1 | -13/+6 |
* | Add several HP OEM parts' PCI IDs. | delphij | 2009-01-13 | 1 | -0/+22 |
* | Don't count InFramesL2FilterDiscards into Ierr. This value does not represent | delphij | 2008-12-16 | 1 | -1/+0 |
* | Test whether sc->tx_mbuf_map[i], not whether sc->tx_mbuf_map is NULL before | delphij | 2008-12-16 | 1 | -1/+1 |
* | Don't attempt to clear status updates if we did not do a link state | delphij | 2008-12-03 | 1 | -5/+6 |
* | - bump __FreeBSD version to reflect added buf_ring, memory barriers, | kmacy | 2008-11-22 | 1 | -0/+3 |
* | Correct a logic error when testing BCE_PHY_SERDES_FLAG. | delphij | 2008-11-19 | 1 | -1/+1 |
* | - Updated support for 5716. | davidch | 2008-08-27 | 2 | -297/+545 |
* | - Added support for BCM5709 and BCM5716 controllers. | davidch | 2008-06-13 | 3 | -6019/+16022 |
* | - Fixed kern/123696 by increasing firmware timeout value from 100 to 1000. | davidch | 2008-06-10 | 2 | -54/+193 |
* | Trim an extra semi-colon. | jhb | 2008-05-30 | 1 | -1/+1 |
* | The BCE chips appear to have an undocumented requirement that RX frames be | scottl | 2008-05-08 | 1 | -0/+8 |
* | Remove some remnant alpha hacks. | marius | 2008-04-26 | 1 | -1/+1 |
* | - Fixed a problem with the send chain consumer index which would cause | davidch | 2008-04-11 | 3 | -1658/+1613 |
* | MFC after: 4 weeks | davidch | 2008-02-22 | 3 | -5555/+7977 |
* | Fix function prototype for device_shutdown method. | yongari | 2007-11-22 | 1 | -3/+5 |
* | - Fixed a problem that would cause kernel panics and "bce0: discard frame .." | davidch | 2007-07-31 | 3 | -119/+240 |
* | - Migrated IPMI fix from RELENG_6. | davidch | 2007-06-16 | 2 | -206/+363 |
* | New Features: | davidch | 2007-06-07 | 2 | -410/+412 |
* | - Added TSO support | davidch | 2007-05-16 | 3 | -3485/+6212 |
* | MFC after: 2 weeks | davidch | 2007-05-04 | 3 | -312/+515 |
* | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | csjp | 2007-03-04 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add support for SERDES PHY configurations. These are commonly found in | dwhite | 2007-01-26 | 1 | -43/+13 |
* | The multicast hash table has 8 slots in the BCE hardware, not 4 slots like | scottl | 2007-01-20 | 1 | -4/+4 |
* | - Add a locked variant of bce_ifmedia_upd() for use within the driver and | jhb | 2007-01-13 | 1 | -7/+18 |
* | Space cleanup. | delphij | 2007-01-11 | 1 | -1/+1 |
* | - Instead of if_watchdog/if_timer interface use our own timer | delphij | 2007-01-11 | 2 | -29/+28 |
* | Fix compile with BCE_DEBUG. The last one tripped up gcc 2.95 on 4.x even | jhb | 2006-12-06 | 1 | -4/+4 |
* | Due to an incorrect macro, it appears that this driver has always been | scottl | 2006-11-16 | 2 | -14/+18 |
* | In bce_start_locked, check the used_tx_bd count rather than the | jdp | 2006-11-16 | 1 | -8/+8 |
* | Add MSI support to em(4), bce(4), and mpt(4). For now, we only support | jhb | 2006-11-15 | 1 | -3/+11 |
* | Fix a typo in the device ID table that prevented 5708S chips from being | scottl | 2006-10-31 | 1 | -2/+2 |
* | Refine the checksum hack a little. It appears that the chip can handle UDP | scottl | 2006-10-24 | 1 | -3/+7 |
* | There seems to be a problem with txcsum and UDP. Turn it off until it is | scottl | 2006-10-21 | 1 | -0/+5 |
* | Be more like the BGE driver. Ensure that at least 16 TX descriptors are | scottl | 2006-10-21 | 1 | -8/+11 |
* | I can't find any reason why an 8 byte alignment should be enforced on rx | scottl | 2006-10-19 | 1 | -3/+3 |
* | Remove some spurious debugging, and use more complete error handling for | scottl | 2006-10-19 | 1 | -10/+20 |
* | Overhaul the transmit and dma paths: | scottl | 2006-10-15 | 2 | -219/+121 |
* | Simplify the arguments to bce_tx_encap. | scottl | 2006-10-14 | 1 | -17/+14 |