summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* bge: Force chipid to 5720 A0 for 5717 C0 in an early placesephe2016-06-011-3/+4
* bge: Support 5717 C0, which is almost same as 5720 A0sephe2016-05-302-0/+7
* bge(4): Small memory leakpfg2015-03-081-0/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-2/+1
* - Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI devicemarius2014-12-271-4/+2
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]glebius2014-09-281-1/+1
* - Use if_inc_counter() to increment various counters.glebius2014-09-181-14/+34
* It is actually possible to have if_t a typedef to non-void type,glebius2014-08-311-1/+1
* Fix an apparent conversion error in bge to the new driver api.peter2014-07-181-2/+2
* Fixed build with DEVICE_POLLING.pluknet2014-07-021-2/+2
* Fix off-by-one introduced by the conversion to the driver API.marcel2014-07-021-1/+1
* Convert bge(4) to use the driver API.marcel2014-07-011-174/+181
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-13/+4
* Revert r267961, r267973:gjb2014-06-271-4/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-13/+4
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-111-14/+12
* Increase the number of TX DMA segments from 32 to 35. It turnedyongari2014-03-311-1/+1
* - Simplify MSI allocation and release. For a single one, we don't need tomarius2013-12-291-18/+12
* Add support for BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787.yongari2013-12-022-0/+15
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Fix for IPv4 fragment packets treated as RMCP.yongari2013-08-092-0/+3
* 5725 family of devices corrupts TSO packets when TSO DMA buffersyongari2013-07-221-11/+45
* Add support for upcoming BCM5725 (ASIC 5762) controller. This is ayongari2013-07-202-12/+49
* Setup the PCIE Fast Training Sequence (FTS) value to preventyongari2013-07-202-0/+19
* Implement workaround for BCM5719/BCM5720 TX hang.yongari2013-07-172-4/+55
* Fix triggering false watchdog timeout as done in bce(4) whenyongari2013-06-302-1/+30
* Don't blidly clear GPIOs configuration. Just use firmware configuredyongari2013-06-261-1/+1
* Fix a typo introduced in r213280. IFM_OPTIONS macro should seeyongari2013-06-141-1/+1
* Correct setting TX random backoff register. This register isyongari2013-06-072-3/+3
* Do not report current link status if driver is not running.yongari2013-06-071-0/+4
* Fix a typo.yongari2013-04-021-1/+1
* r241438 broke IPMI access on Sun Fire X2200 M2(BCM5715).yongari2013-03-131-3/+17
* Mention NetLink controllers in the fallback description, too.marius2013-01-261-1/+1
* - Improve some comments.marius2013-01-261-83/+70
* bge_attach() can fail before attaching mii(4). So make sure to checkyongari2013-01-241-2/+2
* For 57765 class controllers, set low watermark max receive frames to 1.yongari2013-01-241-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-10/+10
* Add preliminary support for BCM57766 ASIC.yongari2012-11-302-7/+19
* Remove duplicate const specifiers in many drivers (I hope I got all ofdim2012-11-051-5/+5
* TCP/UDP checksum offloading feature for IP fragmented datagram wasyongari2012-11-011-27/+0
* For fast ethernet controllers, Ethernet@WireSpeed is not defined soyongari2012-10-241-3/+3
* Ethernet@WireSpeed is defined for 1000baseT adapter to establish ayongari2012-10-241-45/+46
* Do not hardcode phy address. Multi-port controllers use different phyyongari2012-10-242-12/+14
* Add APE firmware support and improve firmware handshake procedure.yongari2012-10-112-48/+627
* Rework controller reset procedure. Previously driver savedyongari2012-10-112-34/+24
* Remove unnecessary delay. I don't see any comments in data sheetyongari2012-10-101-1/+0
* Fix a long standing VCPU reset sequence bug on BCM5906.yongari2012-10-101-9/+9
* Do not force PCIe 1.0a mode in device reset on BCM5717 and neweryongari2012-10-101-2/+5
* Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720.yongari2012-10-101-1/+1
* On PHY write error use hex number to show the value.yongari2012-10-101-4/+7
OpenPOWER on IntegriCloud