summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Recognize Broadcom BCM5752 chip, that can be found in HP DC7600.glebius2005-11-152-2/+7
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-4/+4
* Introduce polling(4) capability for bge(4).glebius2005-10-222-2/+113
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-221-1/+1
* Implement suspend/resume methods to be more ACPI friendly.pjd2005-09-281-0/+36
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-2/+3
* When bge_stop() is called from bge_detach(), mii is already NULL, so checkpjd2005-09-041-5/+10
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-15/+16
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Backout the change I made before 5.4-R since I wasn't aware that it was onlydwhite2005-06-241-0/+21
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-31/+40
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Add PCI ID for BCM5789.silby2005-05-222-0/+3
* Support the 5714Cps2005-05-192-0/+12
* Backout part of rev 1.71, which breaks the interfaces on IBM/Intel bladedwhite2005-05-051-17/+0
* Fix the order of the lowaddr,highaddr arguments in the parent tag. Thisscottl2005-04-241-1/+1
* Adding new device ID for BCM5751M support.avatar2005-03-122-0/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Add support for the 5721 which seems to be similar to the 5750/5751.ps2004-12-172-0/+3
* Don't force busdma to pre-allocate bounce pages for the parent tag.scottl2004-11-211-2/+2
* Hide link up/down/media printfs behind bootverbosephk2004-11-081-5/+7
* With ALTQ, it is possible that although the queue was not empty when wedes2004-10-301-0/+7
* Add altq(4) support.des2004-10-301-8/+10
* Whitespace cleanup.des2004-10-302-55/+55
OpenPOWER on IntegriCloud