aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* bge(4): Fix a typo in a source code commentGordon Bergling2022-09-031-1/+1
* bge: tell debugnet there are 2 rx rings, not 1,024Eric van Gyzen2022-07-181-1/+8
* bge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* Fix "set but not used" for bgeScott Long2021-12-041-4/+0
* bge(4): remove obsolete support for on-board Fujitsu and Sun MACsMarius Strobl2020-12-252-7/+0
* bge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-19/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-24/+25
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-4/+1
* Remove sparc64 kernel supportWarner Losh2020-02-031-53/+0
* With MSI interrupts bge(4) just schedules taskqueue. Enter the networkGleb Smirnoff2020-01-231-0/+3
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-22/+14
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-11/+11
* bge: check that the bus is a pci bus before using it as suchAndriy Gapon2019-07-161-2/+2
* Remove unused define.Tycho Nightingale2019-05-171-8/+0
* Fix integer overflow in r346386.Tycho Nightingale2019-05-161-1/+1
* reinstate 4GB DMA boundary workarounds for bge and aacTycho Nightingale2019-05-162-6/+37
* remove the 4GB boundary requirement on PCI DMA segmentsTycho Nightingale2019-04-191-0/+8
* 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
* Use the size of one bge_devs element for the MODULE_PNP_INFO macro,Dimitry Andric2018-08-181-1/+1
* As non-sparc64 undconditionally returns 1, simplify #ifdefs.Cy Schubert2018-08-011-3/+3
* bge(4): disable MSI for BGE_ASICREV_BCM5784/BGE_CHIPREV_5784_AXEugene Grosbein2018-07-181-0/+8
* Add PNP info to PCI attachments of bge driverWarner Losh2018-07-081-0/+2
* Add netdump hooks to bge(4).Mark Johnston2018-05-061-14/+97
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-0/+4
* bge: Force chipid to 5720 A0 for 5717 C0 in an early placeSepherosa Ziehau2016-06-011-3/+4
* bge: Support 5717 C0, which is almost same as 5720 A0Sepherosa Ziehau2016-05-302-0/+7
* bge(4): Small memory leakPedro F. Giffuni2015-03-081-0/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* - Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI deviceMarius Strobl2014-12-271-4/+2
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff2014-09-281-1/+1
* - Use if_inc_counter() to increment various counters.Gleb Smirnoff2014-09-181-14/+34
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-1/+1
* Fix an apparent conversion error in bge to the new driver api.Peter Wemm2014-07-181-2/+2
* Fixed build with DEVICE_POLLING.Sergey Kandaurov2014-07-021-2/+2
* Fix off-by-one introduced by the conversion to the driver API.Marcel Moolenaar2014-07-021-1/+1
* Convert bge(4) to use the driver API.Marcel Moolenaar2014-07-011-174/+181
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-13/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+13
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-13/+4
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-14/+12
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* - Simplify MSI allocation and release. For a single one, we don't need toMarius Strobl2013-12-291-18/+12
* Add support for BCM57764, BCM57767, BCM57782, BCM57786 and BCM57787.Pyun YongHyeon2013-12-022-0/+15
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix for IPv4 fragment packets treated as RMCP.Pyun YongHyeon2013-08-092-0/+3
* 5725 family of devices corrupts TSO packets when TSO DMA buffersPyun YongHyeon2013-07-221-11/+45
* Add support for upcoming BCM5725 (ASIC 5762) controller. This is aPyun YongHyeon2013-07-202-12/+49