aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bce/if_bce.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-12/+14
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Add PNP info to the bce driver.Warner Losh2018-04-171-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* - Provide bce_get_counter() to return counters that are not collected,Gleb Smirnoff2014-09-251-45/+48
* Use CSUM_BITS instead of incorrect copy.Gleb Smirnoff2014-09-031-5/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-15/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+15
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-15/+0
* - Unmap static DMA buffers allocated via bus_dmemem_alloc() beforeJohn Baldwin2014-06-111-58/+42
* Modify Copyright information and other strings to reflect Qlogic Corporation'...David C Somayajulu2014-05-081-12/+8
* Fix regression introduced in r235816.Pyun YongHyeon2013-10-291-3/+5
* Move includes from if_bcereg.h to .c files.Gleb Smirnoff2013-10-261-0/+48
* Remove unused and incomplete support for delayed fragment checksumsAndre Oppermann2013-08-191-3/+1
* Fix triggering false watchdog timeout when controller is in PAUSEPyun YongHyeon2013-06-301-3/+30
* - Checking for spurious interrupts is only necessary when using INTx.Marius Strobl2013-05-301-11/+17
* - Do supply arguments as pointers to bce_get_{pg,rx}_buf() that are notMarius Strobl2013-05-301-114/+86
* - As a follow-up to r247565, make firmware images that do not requireMarius Strobl2013-05-301-72/+33
* Initialize count in order to appease clang.Marius Strobl2013-03-011-0/+1
* - Make tables, device ID strings etc const.Marius Strobl2013-03-011-46/+25
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-5/+5
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.Andre Oppermann2012-11-271-1/+1
* Remove a spurious bace which cause build fail in case BCE_DEBUG optionDavide Italiano2012-08-061-1/+1
* Make IPMI work in the bce driver even when the interface isPyun YongHyeon2012-05-231-1/+23
* Implement basic remote PHY support. Remote PHY allows thePyun YongHyeon2012-05-091-52/+405
* - Rename sysctl "loose_rx_mtu" to "strict_rx_mtu" to match code usage.David Christensen2012-05-081-1/+1
* Restore jumbo frame configuration which was broken in r218423.Pyun YongHyeon2012-05-071-14/+4
* Back out r228476.Pyun YongHyeon2012-04-111-54/+53
* Rework link state tracking and remove superfluous link UP/DOWNPyun YongHyeon2011-12-131-53/+54
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* BCE_MISC_ID register of BCM5716 returns the same id of BCM5709 soPyun YongHyeon2011-10-081-50/+25
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-6/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-4/+4
* - Added error checking to nvram read functions.David Christensen2011-02-101-40/+45
* - Added systcls for header splitting, RX/TX buffer count, interruptDavid Christensen2011-02-071-544/+950
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-11/+11
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-4/+3
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-6/+7
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-141-0/+2
* Add the capability to read the complete contents of the NVRAM via sysctlDoug Ambrisko2010-10-061-0/+67
* Fix an apparent typo.Jung-uk Kim2010-07-261-1/+1
* Specify BCE_RX_BUF_ALIGN alignment for RX buffers. All bce(4)Pyun YongHyeon2010-07-191-1/+1
* Specify BUS_DMA_ZERO flag to bus_dmamem_alloc(9) and remove bzero()Pyun YongHyeon2010-07-191-19/+14