| Commit message (Expand) | Author | Age | Files | Lines |
* | bge: Force chipid to 5720 A0 for 5717 C0 in an early place | sephe | 2016-06-01 | 1 | -3/+4 |
* | bge: Support 5717 C0, which is almost same as 5720 A0 | sephe | 2016-05-30 | 2 | -0/+7 |
* | bge(4): Small memory leak | pfg | 2015-03-08 | 1 | -0/+1 |
* | In order to reduce use of M_EXT outside of the mbuf allocator and | rwatson | 2015-01-06 | 1 | -2/+1 |
* | - Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI device | marius | 2014-12-27 | 1 | -4/+2 |
* | - Remove empty wrappers ether_poll_[de]register_drv(). [1] | glebius | 2014-09-28 | 1 | -1/+1 |
* | - Use if_inc_counter() to increment various counters. | glebius | 2014-09-18 | 1 | -14/+34 |
* | It is actually possible to have if_t a typedef to non-void type, | glebius | 2014-08-31 | 1 | -1/+1 |
* | Fix an apparent conversion error in bge to the new driver api. | peter | 2014-07-18 | 1 | -2/+2 |
* | Fixed build with DEVICE_POLLING. | pluknet | 2014-07-02 | 1 | -2/+2 |
* | Fix off-by-one introduced by the conversion to the driver API. | marcel | 2014-07-02 | 1 | -1/+1 |
* | Convert bge(4) to use the driver API. | marcel | 2014-07-01 | 1 | -174/+181 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -13/+4 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -4/+13 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -13/+4 |
* | Fix various NIC drivers to properly cleanup static DMA resources. | jhb | 2014-06-11 | 1 | -14/+12 |
* | Increase the number of TX DMA segments from 32 to 35. It turned | yongari | 2014-03-31 | 1 | -1/+1 |
* | - Simplify MSI allocation and release. For a single one, we don't need to | marius | 2013-12-29 | 1 | -18/+12 |
* | Add support for BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787. | yongari | 2013-12-02 | 2 | -0/+15 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Fix for IPv4 fragment packets treated as RMCP. | yongari | 2013-08-09 | 2 | -0/+3 |
* | 5725 family of devices corrupts TSO packets when TSO DMA buffers | yongari | 2013-07-22 | 1 | -11/+45 |
* | Add support for upcoming BCM5725 (ASIC 5762) controller. This is a | yongari | 2013-07-20 | 2 | -12/+49 |
* | Setup the PCIE Fast Training Sequence (FTS) value to prevent | yongari | 2013-07-20 | 2 | -0/+19 |
* | Implement workaround for BCM5719/BCM5720 TX hang. | yongari | 2013-07-17 | 2 | -4/+55 |
* | Fix triggering false watchdog timeout as done in bce(4) when | yongari | 2013-06-30 | 2 | -1/+30 |
* | Don't blidly clear GPIOs configuration. Just use firmware configured | yongari | 2013-06-26 | 1 | -1/+1 |
* | Fix a typo introduced in r213280. IFM_OPTIONS macro should see | yongari | 2013-06-14 | 1 | -1/+1 |
* | Correct setting TX random backoff register. This register is | yongari | 2013-06-07 | 2 | -3/+3 |
* | Do not report current link status if driver is not running. | yongari | 2013-06-07 | 1 | -0/+4 |
* | Fix a typo. | yongari | 2013-04-02 | 1 | -1/+1 |
* | r241438 broke IPMI access on Sun Fire X2200 M2(BCM5715). | yongari | 2013-03-13 | 1 | -3/+17 |
* | Mention NetLink controllers in the fallback description, too. | marius | 2013-01-26 | 1 | -1/+1 |
* | - Improve some comments. | marius | 2013-01-26 | 1 | -83/+70 |
* | bge_attach() can fail before attaching mii(4). So make sure to check | yongari | 2013-01-24 | 1 | -2/+2 |
* | For 57765 class controllers, set low watermark max receive frames to 1. | yongari | 2013-01-24 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -10/+10 |
* | Add preliminary support for BCM57766 ASIC. | yongari | 2012-11-30 | 2 | -7/+19 |
* | Remove duplicate const specifiers in many drivers (I hope I got all of | dim | 2012-11-05 | 1 | -5/+5 |
* | TCP/UDP checksum offloading feature for IP fragmented datagram was | yongari | 2012-11-01 | 1 | -27/+0 |
* | For fast ethernet controllers, Ethernet@WireSpeed is not defined so | yongari | 2012-10-24 | 1 | -3/+3 |
* | Ethernet@WireSpeed is defined for 1000baseT adapter to establish a | yongari | 2012-10-24 | 1 | -45/+46 |
* | Do not hardcode phy address. Multi-port controllers use different phy | yongari | 2012-10-24 | 2 | -12/+14 |
* | Add APE firmware support and improve firmware handshake procedure. | yongari | 2012-10-11 | 2 | -48/+627 |
* | Rework controller reset procedure. Previously driver saved | yongari | 2012-10-11 | 2 | -34/+24 |
* | Remove unnecessary delay. I don't see any comments in data sheet | yongari | 2012-10-10 | 1 | -1/+0 |
* | Fix a long standing VCPU reset sequence bug on BCM5906. | yongari | 2012-10-10 | 1 | -9/+9 |
* | Do not force PCIe 1.0a mode in device reset on BCM5717 and newer | yongari | 2012-10-10 | 1 | -2/+5 |
* | Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720. | yongari | 2012-10-10 | 1 | -1/+1 |
* | On PHY write error use hex number to show the value. | yongari | 2012-10-10 | 1 | -4/+7 |