summaryrefslogtreecommitdiffstats
path: root/sys/dev/bce
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-141-1/+1
* sys/dev: minor spelling fixes.pfg2016-05-032-4/+4
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* Correct a typo.yongari2015-02-241-1/+1
* Const'ify a firmware image missed in r251142.marius2014-12-271-3/+3
* - Provide bce_get_counter() to return counters that are not collected,glebius2014-09-252-45/+49
* Use CSUM_BITS instead of incorrect copy.glebius2014-09-031-5/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-15/+0
* Revert r267961, r267973:gjb2014-06-271-0/+15
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-15/+0
* - Unmap static DMA buffers allocated via bus_dmemem_alloc() beforejhb2014-06-111-58/+42
* Modify Copyright information and other strings to reflect Qlogic Corporation'...davidcs2014-05-083-23/+11
* Increase the number of TX DMA segments from 32 to 35. It turnedyongari2014-03-311-2/+2
* Fix regression introduced in r235816.yongari2013-10-291-3/+5
* Move includes from if_bcereg.h to .c files.glebius2013-10-262-45/+48
* Remove unused and incomplete support for delayed fragment checksumsandre2013-08-191-3/+1
* Fix triggering false watchdog timeout when controller is in PAUSEyongari2013-06-302-3/+31
* - Checking for spurious interrupts is only necessary when using INTx.marius2013-05-301-11/+17
* - Do supply arguments as pointers to bce_get_{pg,rx}_buf() that are notmarius2013-05-301-114/+86
* - As a follow-up to r247565, make firmware images that do not requiremarius2013-05-303-157/+101
* Initialize count in order to appease clang.marius2013-03-011-0/+1
* - Make tables, device ID strings etc const.marius2013-03-012-59/+34
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-5/+5
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-271-1/+1
* - Remove BCE_JUMBO_HDRSPLIT kernel option which was forgotten in r218423.zont2012-10-301-1/+0
* Remove a spurious bace which cause build fail in case BCE_DEBUG optiondavide2012-08-061-1/+1
* Make IPMI work in the bce driver even when the interface isyongari2012-05-231-1/+23
* Implement basic remote PHY support. Remote PHY allows theyongari2012-05-092-52/+444
* - Rename sysctl "loose_rx_mtu" to "strict_rx_mtu" to match code usage.davidch2012-05-081-1/+1
* Restore jumbo frame configuration which was broken in r218423.yongari2012-05-071-14/+4
* Back out r228476.yongari2012-04-112-55/+53
* Rework link state tracking and remove superfluous link UP/DOWNyongari2011-12-132-53/+55
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 soyongari2011-10-082-52/+25
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-6/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-4/+4
* - Updated firmware which improves small packet performance.davidch2011-02-111-10855/+11115
* - Added error checking to nvram read functions.davidch2011-02-102-43/+49
* - Added systcls for header splitting, RX/TX buffer count, interruptdavidch2011-02-072-703/+1112
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-11/+11
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-4/+3
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-6/+7
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-141-0/+2
* Add the capability to read the complete contents of the NVRAM via sysctlambrisko2010-10-062-0/+68
* Fix an apparent typo.jkim2010-07-261-1/+1
* Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)yongari2010-07-192-1/+2
* Specify BUS_DMA_ZERO flag to bus_dmamem_alloc(9) and remove bzero()yongari2010-07-191-19/+14
* Use bus_get_dma_tag() to get parent tag. Also useyongari2010-07-191-3/+3
* Add KASSERT to check number of returned DMA segments.yongari2010-07-191-0/+2
OpenPOWER on IntegriCloud