summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* Allow the ASF feature to be disabled via a tunable. On one of my systems,scottl2006-09-231-2/+12
* Do not strip VLAN tag in promiscuous mode.jkim2006-09-181-15/+28
* Simplify promiscuous mode check and make ALLMULTI independent from it.jkim2006-09-181-14/+13
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-6/+4
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-151-2/+2
* Add support to bge(4) to not break IPMI support when the driver attachesambrisko2006-09-092-12/+215
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-1/+1
* /tmp/cvsleYf6ydavidch2006-09-012-9/+11
* Properly lock ifmedia callbacks. This should prevent concurrent access to PHY.oleg2006-08-241-5/+24
* Pack several boolean fields into single bge_flags field.glebius2006-08-232-37/+43
* bge_cksum_pad() can modify the mbuf, thus call it before bus_dmamap_load().glebius2006-08-181-20/+19
* Rewrite bge_encap() so that it takes mbuf ** argument. In this case ifglebius2006-08-171-38/+48
* Recognize the 5750 C2.glebius2006-08-072-0/+2
* Since 5714 family doesn't have Jumbo ring, we do not supportglebius2006-06-291-3/+0
* - Recognize more device IDs adding support for BCM5754, BCM5755,glebius2006-06-282-34/+44
* Possess some work from OpenBSD, with some local additions.glebius2006-06-152-293/+382
* Whitespace.glebius2006-06-081-9/+9
* u_intXX -> uintXXglebius2006-06-081-139/+139
* - style(9) cleanup.glebius2006-06-071-442/+267
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* If one removes the option from conf/options, one shouldmjacob2006-04-251-2/+0
* make BGE_FAKE_AUTONEG a tunable.mr2006-04-251-3/+5
* Fix the interrupt handler to do the mandatory PCI flush before looking atscottl2006-04-151-14/+10
* Correct an obvious typo.pjd2006-04-121-1/+1
* Remove dead code.glebius2006-03-171-2/+0
* 1) Ignore link events for MII/GMII cards if MI auto-polling disabled. Thisoleg2006-02-171-4/+14
* Enable 'complete' rx checksum offloading (i.e. let chip calculate checksumsoleg2006-02-021-2/+3
* Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packetsoleg2006-02-011-4/+10
* Since bge_rxeof() & bge_txeof() depends on status block data it should beoleg2006-02-011-14/+16
* 1) Fix link state detection for cards operating in TBI mode (fiber ones)oleg2006-02-012-25/+31
* Setting IFF_ALLMULTI on a running interface didn't call bge_setmulti()ru2006-02-011-1/+4
* This driver can do hardware VLAN tagging + checksum offloading.glebius2006-01-301-1/+2
* Use m_getcl() instead of getting mbuf, and then getting a cluster.glebius2006-01-231-9/+2
* Check for BGE_RXBDFLAG_IP_CSUM flag before marking mbuf as with validglebius2006-01-211-4/+5
* Be ready to a case when not a constant number of segments is returnedglebius2006-01-182-13/+23
* - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)oleg2006-01-172-29/+33
* Don't base the number of jumbo segments on page size, instead base it on thescottl2006-01-141-1/+1
* 1) move all link state detection code from bge_tick_locked() to bge_link_upd()oleg2006-01-131-60/+101
* Use device_printf() and if_printf() rather than printf() and axeyongari2005-12-232-53/+51
* - All bge(4) supported hardware is known to support RX/TX checksum offloading,glebius2005-12-221-10/+69
* Fix bge_eeprom_getbyte() to return 1 when timeout happens.yongari2005-12-221-3/+8
* Add bge(4) support for big-endian architectures(part 2/2).yongari2005-12-221-92/+75
* Since BGE_MBX_TX_HOST_PROD0_LO register is write-only to software,glebius2005-12-182-4/+11
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+5
* o Rewrite bge_encap() to use bus_dmamap_load_mbuf_sg(9), inlining theglebius2005-12-151-82/+55
* Add bge(4) support for big-endian architectures(part 1/2).yongari2005-12-152-88/+139
* In bge_link_upd(), rewrite the logic so that status is assignedmarcel2005-12-131-4/+2
* A big rewrite of receive Jumbo frame handling. Remove the local Jumboglebius2005-12-082-248/+75
* 1) fix tiny bug in bge_start_locked()oleg2005-12-081-105/+115
* If bus_dmamap_load() failed, we free the mbuf. We also need to clearglebius2005-11-301-2/+6
OpenPOWER on IntegriCloud