aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bce
Commit message (Expand)AuthorAgeFilesLines
* MFC r213844:Pyun YongHyeon2010-10-241-0/+2
* MFC r210271:Pyun YongHyeon2010-08-152-1/+2
* MFC r210263,210267,210269-210270:Pyun YongHyeon2010-08-151-22/+23
* MFC r210257,210259-210261:Pyun YongHyeon2010-08-151-51/+34
* MFC r207411:Pyun YongHyeon2010-08-152-784/+955
* MFC r206268Pyun YongHyeon2010-04-152-2839/+3118
* MFC r205300:Pyun YongHyeon2010-04-153-386/+285
* MFC r204373-204374:Pyun YongHyeon2010-03-231-71/+124
* MFC r204368,204370-204372:Pyun YongHyeon2010-03-231-41/+70
* MFC r202717:Pyun YongHyeon2010-03-192-29/+137
* MFC r194781:Pyun YongHyeon2010-03-192-42/+130
* - MFC r198320:Stanislav Sedov2009-11-152-47/+47
* DMA synchronization fixes:Xin LI2009-06-011-16/+13
* MFC r191923 (davidch):Xin LI2009-05-202-2/+6
* Update bce(4) to latest -CURRENT version:Xin LI2009-03-313-13636/+14082
* MFC r186169:Xin LI2008-12-191-1/+0
* MFC r186168:Xin LI2008-12-191-1/+1
* MFC r185593:Xin LI2008-12-051-5/+6
* MFC r185082:Xin LI2008-11-221-1/+1
* Merge the following bce(4) changes:Xin LI2008-11-103-6964/+19739
* MFC: Fix function prototype for device_shutdown method.Pyun YongHyeon2008-03-131-3/+5
* - Fixed a problem that would cause kernel panics and "bce0: discard frame .."David Christensen2007-07-313-119/+240
* - Migrated IPMI fix from RELENG_6.David Christensen2007-06-162-205/+362
* New Features:David Christensen2007-06-072-410/+412
* - Added TSO supportDavid Christensen2007-05-163-3483/+6210
* MFC after: 2 weeksDavid Christensen2007-05-043-312/+515
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add support for SERDES PHY configurations. These are commonly found inDoug White2007-01-261-43/+13
* The multicast hash table has 8 slots in the BCE hardware, not 4 slots likeScott Long2007-01-201-4/+4
* - Add a locked variant of bce_ifmedia_upd() for use within the driver andJohn Baldwin2007-01-131-7/+18
* Space cleanup.Xin LI2007-01-111-1/+1
* - Instead of if_watchdog/if_timer interface use our own timerXin LI2007-01-112-29/+28
* Fix compile with BCE_DEBUG. The last one tripped up gcc 2.95 on 4.x evenJohn Baldwin2006-12-061-4/+4
* Due to an incorrect macro, it appears that this driver has always beenScott Long2006-11-162-14/+18
* In bce_start_locked, check the used_tx_bd count rather than theJohn Polstra2006-11-161-8/+8
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportJohn Baldwin2006-11-151-3/+11
* Fix a typo in the device ID table that prevented 5708S chips from beingScott Long2006-10-311-2/+2
* Refine the checksum hack a little. It appears that the chip can handle UDPScott Long2006-10-241-3/+7
* There seems to be a problem with txcsum and UDP. Turn it off until it isScott Long2006-10-211-0/+5
* Be more like the BGE driver. Ensure that at least 16 TX descriptors areScott Long2006-10-211-8/+11
* I can't find any reason why an 8 byte alignment should be enforced on rxScott Long2006-10-191-3/+3
* Remove some spurious debugging, and use more complete error handling forScott Long2006-10-191-10/+20
* Overhaul the transmit and dma paths:Scott Long2006-10-152-219/+121
* Simplify the arguments to bce_tx_encap.Scott Long2006-10-141-17/+14
* More small whitespace cleanupsScott Long2006-10-141-4/+4
* Don't copy the bd_chain head pointers into temporary objects, they areScott Long2006-10-142-7/+3
* Fix some whitespaceScott Long2006-10-131-95/+95
* Add a new 'bce_mgmt_init_locked' function to enable the minimal partsDoug Ambrisko2006-09-201-0/+44
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-7/+4