| Commit message (Expand) | Author | Age | Files | Lines |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | andre | 2006-09-17 | 1 | -6/+4 |
* | - Consistently use if_printf() only in interface methods: if_start(), | glebius | 2006-09-15 | 1 | -2/+2 |
* | Add support to bge(4) to not break IPMI support when the driver attaches | ambrisko | 2006-09-09 | 2 | -12/+215 |
* | add a newbus method for obtaining the bus's bus_dma_tag_t... This is | jmg | 2006-09-03 | 1 | -1/+1 |
* | /tmp/cvsleYf6y | davidch | 2006-09-01 | 2 | -9/+11 |
* | Properly lock ifmedia callbacks. This should prevent concurrent access to PHY. | oleg | 2006-08-24 | 1 | -5/+24 |
* | Pack several boolean fields into single bge_flags field. | glebius | 2006-08-23 | 2 | -37/+43 |
* | bge_cksum_pad() can modify the mbuf, thus call it before bus_dmamap_load(). | glebius | 2006-08-18 | 1 | -20/+19 |
* | Rewrite bge_encap() so that it takes mbuf ** argument. In this case if | glebius | 2006-08-17 | 1 | -38/+48 |
* | Recognize the 5750 C2. | glebius | 2006-08-07 | 2 | -0/+2 |
* | Since 5714 family doesn't have Jumbo ring, we do not support | glebius | 2006-06-29 | 1 | -3/+0 |
* | - Recognize more device IDs adding support for BCM5754, BCM5755, | glebius | 2006-06-28 | 2 | -34/+44 |
* | Possess some work from OpenBSD, with some local additions. | glebius | 2006-06-15 | 2 | -293/+382 |
* | Whitespace. | glebius | 2006-06-08 | 1 | -9/+9 |
* | u_intXX -> uintXX | glebius | 2006-06-08 | 1 | -139/+139 |
* | - style(9) cleanup. | glebius | 2006-06-07 | 1 | -442/+267 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | If one removes the option from conf/options, one should | mjacob | 2006-04-25 | 1 | -2/+0 |
* | make BGE_FAKE_AUTONEG a tunable. | mr | 2006-04-25 | 1 | -3/+5 |
* | Fix the interrupt handler to do the mandatory PCI flush before looking at | scottl | 2006-04-15 | 1 | -14/+10 |
* | Correct an obvious typo. | pjd | 2006-04-12 | 1 | -1/+1 |
* | Remove dead code. | glebius | 2006-03-17 | 1 | -2/+0 |
* | 1) Ignore link events for MII/GMII cards if MI auto-polling disabled. This | oleg | 2006-02-17 | 1 | -4/+14 |
* | Enable 'complete' rx checksum offloading (i.e. let chip calculate checksums | oleg | 2006-02-02 | 1 | -2/+3 |
* | Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packets | oleg | 2006-02-01 | 1 | -4/+10 |
* | Since bge_rxeof() & bge_txeof() depends on status block data it should be | oleg | 2006-02-01 | 1 | -14/+16 |
* | 1) Fix link state detection for cards operating in TBI mode (fiber ones) | oleg | 2006-02-01 | 2 | -25/+31 |
* | Setting IFF_ALLMULTI on a running interface didn't call bge_setmulti() | ru | 2006-02-01 | 1 | -1/+4 |
* | This driver can do hardware VLAN tagging + checksum offloading. | glebius | 2006-01-30 | 1 | -1/+2 |
* | Use m_getcl() instead of getting mbuf, and then getting a cluster. | glebius | 2006-01-23 | 1 | -9/+2 |
* | Check for BGE_RXBDFLAG_IP_CSUM flag before marking mbuf as with valid | glebius | 2006-01-21 | 1 | -4/+5 |
* | Be ready to a case when not a constant number of segments is returned | glebius | 2006-01-18 | 2 | -13/+23 |
* | - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc) | oleg | 2006-01-17 | 2 | -29/+33 |
* | Don't base the number of jumbo segments on page size, instead base it on the | scottl | 2006-01-14 | 1 | -1/+1 |
* | 1) move all link state detection code from bge_tick_locked() to bge_link_upd() | oleg | 2006-01-13 | 1 | -60/+101 |
* | Use device_printf() and if_printf() rather than printf() and axe | yongari | 2005-12-23 | 2 | -53/+51 |
* | - All bge(4) supported hardware is known to support RX/TX checksum offloading, | glebius | 2005-12-22 | 1 | -10/+69 |
* | Fix bge_eeprom_getbyte() to return 1 when timeout happens. | yongari | 2005-12-22 | 1 | -3/+8 |
* | Add bge(4) support for big-endian architectures(part 2/2). | yongari | 2005-12-22 | 1 | -92/+75 |
* | Since BGE_MBX_TX_HOST_PROD0_LO register is write-only to software, | glebius | 2005-12-18 | 2 | -4/+11 |
* | - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in | glebius | 2005-12-18 | 1 | -2/+5 |
* | o Rewrite bge_encap() to use bus_dmamap_load_mbuf_sg(9), inlining the | glebius | 2005-12-15 | 1 | -82/+55 |
* | Add bge(4) support for big-endian architectures(part 1/2). | yongari | 2005-12-15 | 2 | -88/+139 |
* | In bge_link_upd(), rewrite the logic so that status is assigned | marcel | 2005-12-13 | 1 | -4/+2 |
* | A big rewrite of receive Jumbo frame handling. Remove the local Jumbo | glebius | 2005-12-08 | 2 | -248/+75 |
* | 1) fix tiny bug in bge_start_locked() | oleg | 2005-12-08 | 1 | -105/+115 |
* | If bus_dmamap_load() failed, we free the mbuf. We also need to clear | glebius | 2005-11-30 | 1 | -2/+6 |
* | Recognize Broadcom BCM5752 chip, that can be found in HP DC7600. | glebius | 2005-11-15 | 2 | -2/+7 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -4/+4 |
* | Introduce polling(4) capability for bge(4). | glebius | 2005-10-22 | 2 | -2/+113 |