summaryrefslogtreecommitdiff
path: root/sys/dev/bxe/bxe_stats.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2018-10-15Add support for Error RecoveryDavid C Somayajulu
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-271. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync thr...David C Somayajulu
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-191. modify fwdump (a.k.a grcdump) so that grcdump memory is allocatedDavid C Somayajulu
2016-04-13reversed commits r297916 r297909 r297898 due to i386 build failures.David C Somayajulu
2016-04-131. modify fwdump (a.k.a grcdump) memory is allocated and freed on as neededDavid C Somayajulu
2016-02-25Upgrade the firmware carried in driver and loaded during hardwareDavid C Somayajulu
2016-02-19Remove dead code. Code Cleanup. Improve clarity in debug messagesDavid C Somayajulu
2015-12-23Check for packet_length is greater than 60 bytes as well as packet_length isDavid C Somayajulu
2015-05-22Add stat counters for Jumbo Frames using SGE ring.David C Somayajulu
2014-09-18- Use if_inc_counter() to increment various counters.Gleb Smirnoff
2014-07-18Fix build by using the driver API (driver converted in r266979 which shouldXin LI
2014-07-18Initiate error recovery stats fail to update after 3 retries.David C Somayajulu
2014-06-02Convert bxe(4) to use the driver API.Marcel Moolenaar
2014-05-06Modify Copyright information to reflect Qlogic Corporation's purchaseDavid C Somayajulu
2013-10-10Fixed the media type shown via ifconfig.Eric Davis
2013-09-20Substantial rewrite of bxe(4) to add support for the BCM57712 andDavid Christensen