| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | More small whitespace cleanups | scottl | 2006-10-14 | 1 | -4/+4 |
* | Don't copy the bd_chain head pointers into temporary objects, they are | scottl | 2006-10-14 | 2 | -7/+3 |
* | Fix some whitespace | scottl | 2006-10-13 | 1 | -95/+95 |
* | Add a new 'bce_mgmt_init_locked' function to enable the minimal parts | ambrisko | 2006-09-20 | 1 | -0/+44 |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | andre | 2006-09-17 | 1 | -7/+4 |
* | Remove extra '*/' comment close. In code not normally compiled but a bug neve... | julian | 2006-08-15 | 1 | -1/+0 |
* | Expand locking coverage slightly to cover if_drv_flags in a few places | jhb | 2006-07-20 | 1 | -4/+8 |
* | Fix ifconfig up when the HW was down. If the driver isn't running | ambrisko | 2006-07-12 | 1 | -2/+7 |
* | Log: | davidch | 2006-06-08 | 1 | -13/+27 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Gratuitous tag alignment. It bugged me. | mjacob | 2006-05-04 | 1 | -1/+1 |
* | Only use the low address for stats collection. | ps | 2006-04-26 | 1 | -3/+1 |