summaryrefslogtreecommitdiff
path: root/sys/dev/bge
AgeCommit message (Expand)Author
3 daysbge: disable TXCSUM if UDP transmit checksum offloading is disabledMichael Tuexen
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-09-03bge(4): Stop checking for failures from taskqueue_create_fast(M_WAITOK)Zhenlei Huang
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-16bge: Use device_set_descf()Mark Johnston
2024-02-22bge(4): Fix some typos in source code commentsGordon Bergling
2023-08-25IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-01-31Mechanically convert bge(4) to DrvAPIJustin Hibbits
2022-09-03bge(4): Fix a typo in a source code commentGordon Bergling
2022-07-18bge: tell debugnet there are 2 rx rings, not 1,024Eric van Gyzen
2022-05-06bge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2021-12-03Fix "set but not used" for bgeScott Long
2020-12-25bge(4): remove obsolete support for on-board Fujitsu and Sun MACsMarius Strobl
2020-09-01bge: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2020-02-03Remove sparc64 kernel supportWarner Losh
2020-01-23With MSI interrupts bge(4) just schedules taskqueue. Enter the networkGleb Smirnoff
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-10-17Split out a more generic debugnet(4) from netdump(4)Conrad Meyer
2019-07-16bge: check that the bus is a pci bus before using it as suchAndriy Gapon
2019-05-17Remove unused define.Tycho Nightingale
2019-05-16Fix integer overflow in r346386.Tycho Nightingale
2019-05-16reinstate 4GB DMA boundary workarounds for bge and aacTycho Nightingale
2019-04-19remove the 4GB boundary requirement on PCI DMA segmentsTycho Nightingale
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-08-18Use the size of one bge_devs element for the MODULE_PNP_INFO macro,Dimitry Andric
2018-08-01As non-sparc64 undconditionally returns 1, simplify #ifdefs.Cy Schubert
2018-07-18bge(4): disable MSI for BGE_ASICREV_BCM5784/BGE_CHIPREV_5784_AXEugene Grosbein
2018-07-08Add PNP info to PCI attachments of bge driverWarner Losh
2018-05-06Add netdump hooks to bge(4).Mark Johnston
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-06-01bge: Force chipid to 5720 A0 for 5717 C0 in an early placeSepherosa Ziehau
2016-05-30bge: Support 5717 C0, which is almost same as 5720 A0Sepherosa Ziehau
2015-03-08bge(4): Small memory leakPedro F. Giffuni
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-12-27- Make PCI_QUIRK_MSI_INTX_BUG work by using the ID of the actual PCI deviceMarius Strobl
2014-09-28- Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff
2014-09-18- Use if_inc_counter() to increment various counters.Gleb Smirnoff
2014-08-31It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff
2014-07-18Fix an apparent conversion error in bge to the new driver api.Peter Wemm
2014-07-02Fixed build with DEVICE_POLLING.Sergey Kandaurov
2014-07-02Fix off-by-one introduced by the conversion to the driver API.Marcel Moolenaar
2014-07-01Convert bge(4) to use the driver API.Marcel Moolenaar
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky