summaryrefslogtreecommitdiff
path: root/sys/dev/bce
AgeCommit message (Expand)Author
2025-08-25bce(4): Fix a typo in a source code commentGordon Bergling
2025-02-02bce: make compile with BCE_DEBUGWarner Losh
2025-02-02bce: Fix register dumping to skip blank areaWarner Losh
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-16bce: Use device_set_descf()Mark Johnston
2024-01-20bce(4): Fix a typo in a kernel messageGordon Bergling
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-06Mechanically convert bce(4) to IfAPIJustin Hibbits
2022-09-03bce(4): Fix a typo in a source code commentGordon Bergling
2022-08-06bce(4): Fix two typos in kernel messagesGordon Bergling
2022-05-06bce: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-05bce: Mark a few debugging variables as unused.Warner Losh
2022-04-02bce(4): Fix a typo in a source code commentGordon Bergling
2021-12-02Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert
2021-12-02wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert
2021-12-02bce(4): Fix a typo in a sysctl descriptionGordon Bergling
2021-08-14Fix some common typos in source code commentsGordon Bergling
2020-09-01bce: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-01Remove all the compatibility hacks for systems that predate FreeBSD 8. Some ofWarner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-09-26Reapply, with minor tweaks, r338025, from the original commit:Warner Losh
2018-08-19Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer
2018-08-19Remove unused and easy to misuse PNP macro parameterConrad Meyer
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-04-17Add PNP info to the bce driver.Warner Losh
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-21sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2015-02-24Correct a typo.Pyun YongHyeon
2014-12-27Const'ify a firmware image missed in r251142.Marius Strobl
2014-09-25- Provide bce_get_counter() to return counters that are not collected,Gleb Smirnoff
2014-09-03Use CSUM_BITS instead of incorrect copy.Gleb Smirnoff
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-06-11- Unmap static DMA buffers allocated via bus_dmemem_alloc() beforeJohn Baldwin
2014-05-08Modify Copyright information and other strings to reflect Qlogic Corporation'...David C Somayajulu
2014-03-31Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon
2013-10-29Fix regression introduced in r235816.Pyun YongHyeon
2013-10-26Move includes from if_bcereg.h to .c files.Gleb Smirnoff
2013-08-19Remove unused and incomplete support for delayed fragment checksumsAndre Oppermann
2013-06-30Fix triggering false watchdog timeout when controller is in PAUSEPyun YongHyeon
2013-05-30- Checking for spurious interrupts is only necessary when using INTx.Marius Strobl
2013-05-30- Do supply arguments as pointers to bce_get_{pg,rx}_buf() that are notMarius Strobl
2013-05-30- As a follow-up to r247565, make firmware images that do not requireMarius Strobl