aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* bge(4): Small memory leakPedro F. Giffuni2015-03-081-0/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* - Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI deviceMarius Strobl2014-12-271-4/+2
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff2014-09-281-1/+1
* - Use if_inc_counter() to increment various counters.Gleb Smirnoff2014-09-181-14/+34
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-1/+1
* Fix an apparent conversion error in bge to the new driver api.Peter Wemm2014-07-181-2/+2
* Fixed build with DEVICE_POLLING.Sergey Kandaurov2014-07-021-2/+2
* Fix off-by-one introduced by the conversion to the driver API.Marcel Moolenaar2014-07-021-1/+1
* Convert bge(4) to use the driver API.Marcel Moolenaar2014-07-011-174/+181
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-13/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-13/+4
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-14/+12
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* - Simplify MSI allocation and release. For a single one, we don't need toMarius Strobl2013-12-291-18/+12
* Add support for BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787.Pyun YongHyeon2013-12-022-0/+15
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix for IPv4 fragment packets treated as RMCP.Pyun YongHyeon2013-08-092-0/+3
* 5725 family of devices corrupts TSO packets when TSO DMA buffersPyun YongHyeon2013-07-221-11/+45
* Add support for upcoming BCM5725 (ASIC 5762) controller. This is aPyun YongHyeon2013-07-202-12/+49
* Setup the PCIE Fast Training Sequence (FTS) value to preventPyun YongHyeon2013-07-202-0/+19
* Implement workaround for BCM5719/BCM5720 TX hang.Pyun YongHyeon2013-07-172-4/+55
* Fix triggering false watchdog timeout as done in bce(4) whenPyun YongHyeon2013-06-302-1/+30
* Don't blidly clear GPIOs configuration. Just use firmware configuredPyun YongHyeon2013-06-261-1/+1
* Fix a typo introduced in r213280. IFM_OPTIONS macro should seePyun YongHyeon2013-06-141-1/+1
* Correct setting TX random backoff register. This register isPyun YongHyeon2013-06-072-3/+3
* Do not report current link status if driver is not running.Pyun YongHyeon2013-06-071-0/+4
* Fix a typo.Pyun YongHyeon2013-04-021-1/+1
* r241438 broke IPMI access on Sun Fire X2200 M2(BCM5715).Pyun YongHyeon2013-03-131-3/+17
* Mention NetLink controllers in the fallback description, too.Marius Strobl2013-01-261-1/+1
* - Improve some comments.Marius Strobl2013-01-261-83/+70
* bge_attach() can fail before attaching mii(4). So make sure to checkPyun YongHyeon2013-01-241-2/+2
* For 57765 class controllers, set low watermark max receive frames to 1.Pyun YongHyeon2013-01-241-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-10/+10
* Add preliminary support for BCM57766 ASIC.Pyun YongHyeon2012-11-302-7/+19
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-5/+5
* TCP/UDP checksum offloading feature for IP fragmented datagram wasPyun YongHyeon2012-11-011-27/+0
* For fast ethernet controllers, Ethernet@WireSpeed is not defined soPyun YongHyeon2012-10-241-3/+3
* Ethernet@WireSpeed is defined for 1000baseT adapter to establish aPyun YongHyeon2012-10-241-45/+46
* Do not hardcode phy address. Multi-port controllers use different phyPyun YongHyeon2012-10-242-12/+14
* Add APE firmware support and improve firmware handshake procedure.Pyun YongHyeon2012-10-112-48/+627
* Rework controller reset procedure. Previously driver savedPyun YongHyeon2012-10-112-34/+24
* Remove unnecessary delay. I don't see any comments in data sheetPyun YongHyeon2012-10-101-1/+0
* Fix a long standing VCPU reset sequence bug on BCM5906.Pyun YongHyeon2012-10-101-9/+9
* Do not force PCIe 1.0a mode in device reset on BCM5717 and newerPyun YongHyeon2012-10-101-2/+5
* Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720.Pyun YongHyeon2012-10-101-1/+1
* On PHY write error use hex number to show the value.Pyun YongHyeon2012-10-101-4/+7
* If the maximum payload size is 256 bytes or more, set the DMA writePyun YongHyeon2012-10-102-5/+15
* Rework device detach. While here, move driver lock/calloutPyun YongHyeon2012-10-081-18/+13