| Commit message (Expand) | Author | Age | Files | Lines |
| * | bus_generic_detach: Delete children after detaching them | John Baldwin | 2025-01-02 | 1 | -1/+0 |
| * | bge(4): Stop checking for failures from taskqueue_create_fast(M_WAITOK) | Zhenlei Huang | 2024-09-03 | 1 | -6/+0 |
| * | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang | 2024-06-28 | 1 | -5/+0 |
| * | bge: Use device_set_descf() | Mark Johnston | 2024-06-16 | 1 | -3/+1 |
| * | bge(4): Fix some typos in source code comments | Gordon Bergling | 2024-02-22 | 1 | -4/+4 |
| * | IfAPI: Retire if_etherbpfmtap() and if_bpfmtap() | Justin Hibbits | 2023-08-25 | 1 | -1/+1 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | Mechanically convert bge(4) to DrvAPI | Justin Hibbits | 2023-01-31 | 2 | -5/+7 |
| * | bge(4): Fix a typo in a source code comment | Gordon Bergling | 2022-09-03 | 1 | -1/+1 |
| * | bge: tell debugnet there are 2 rx rings, not 1,024 | Eric van Gyzen | 2022-07-18 | 1 | -1/+8 |
| * | bge: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 1 | -3/+1 |
| * | Remove unused miibus_devclass and miibus_fdt_devclass. | John Baldwin | 2022-05-06 | 1 | -1/+1 |
| * | Fix "set but not used" for bge | Scott Long | 2021-12-04 | 1 | -4/+0 |
| * | bge(4): remove obsolete support for on-board Fujitsu and Sun MACs | Marius Strobl | 2020-12-25 | 2 | -7/+0 |
| * | bge: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 2 | -19/+0 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -24/+25 |
| * | Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that process | Gleb Smirnoff | 2020-02-11 | 1 | -4/+1 |
| * | Remove sparc64 kernel support | Warner Losh | 2020-02-03 | 1 | -53/+0 |
| * | With MSI interrupts bge(4) just schedules taskqueue. Enter the network | Gleb Smirnoff | 2020-01-23 | 1 | -0/+3 |
| * | Convert to if_foreach_llmaddr() KPI. | Gleb Smirnoff | 2019-10-21 | 1 | -22/+14 |
| * | Split out a more generic debugnet(4) from netdump(4) | Conrad Meyer | 2019-10-17 | 1 | -11/+11 |
| * | bge: check that the bus is a pci bus before using it as such | Andriy Gapon | 2019-07-16 | 1 | -2/+2 |
| * | Remove unused define. | Tycho Nightingale | 2019-05-17 | 1 | -8/+0 |
| * | Fix integer overflow in r346386. | Tycho Nightingale | 2019-05-16 | 1 | -1/+1 |
| * | reinstate 4GB DMA boundary workarounds for bge and aac | Tycho Nightingale | 2019-05-16 | 2 | -6/+37 |
| * | remove the 4GB boundary requirement on PCI DMA segments | Tycho Nightingale | 2019-04-19 | 1 | -0/+8 |
| * | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
| * | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
| * | Use the size of one bge_devs element for the MODULE_PNP_INFO macro, | Dimitry Andric | 2018-08-18 | 1 | -1/+1 |
| * | As non-sparc64 undconditionally returns 1, simplify #ifdefs. | Cy Schubert | 2018-08-01 | 1 | -3/+3 |
| * | bge(4): disable MSI for BGE_ASICREV_BCM5784/BGE_CHIPREV_5784_AX | Eugene Grosbein | 2018-07-18 | 1 | -0/+8 |
| * | Add PNP info to PCI attachments of bge driver | Warner Losh | 2018-07-08 | 1 | -0/+2 |
| * | Add netdump hooks to bge(4). | Mark Johnston | 2018-05-06 | 1 | -14/+97 |
| * | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 2 | -0/+4 |
| * | bge: Force chipid to 5720 A0 for 5717 C0 in an early place | Sepherosa Ziehau | 2016-06-01 | 1 | -3/+4 |
| * | bge: Support 5717 C0, which is almost same as 5720 A0 | Sepherosa Ziehau | 2016-05-30 | 2 | -0/+7 |
| * | bge(4): Small memory leak | Pedro F. Giffuni | 2015-03-08 | 1 | -0/+1 |
| * | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson | 2015-01-06 | 1 | -2/+1 |
| * | - Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI device | Marius Strobl | 2014-12-27 | 1 | -4/+2 |
| * | - Remove empty wrappers ether_poll_[de]register_drv(). [1] | Gleb Smirnoff | 2014-09-28 | 1 | -1/+1 |
| * | - Use if_inc_counter() to increment various counters. | Gleb Smirnoff | 2014-09-18 | 1 | -14/+34 |
| * | It is actually possible to have if_t a typedef to non-void type, | Gleb Smirnoff | 2014-08-31 | 1 | -1/+1 |
| * | Fix an apparent conversion error in bge to the new driver api. | Peter Wemm | 2014-07-18 | 1 | -2/+2 |
| * | Fixed build with DEVICE_POLLING. | Sergey Kandaurov | 2014-07-02 | 1 | -2/+2 |
| * | Fix off-by-one introduced by the conversion to the driver API. | Marcel Moolenaar | 2014-07-02 | 1 | -1/+1 |
| * | Convert bge(4) to use the driver API. | Marcel Moolenaar | 2014-07-01 | 1 | -174/+181 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -13/+4 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -4/+13 |