summaryrefslogtreecommitdiff
path: root/sys/dev/le
AgeCommit message (Expand)Author
2025-10-24le(4): Update depreciation noticeEd Maste
2025-06-24gone_in: make it __printflike()Gleb Smirnoff
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-06-22le(4): deprecate and mark for removal before 15.0Brooks Davis
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-02-06Mechanically convert le(4) to IfAPIJustin Hibbits
2022-06-04le(4): Fix a typo in a source code commentGordon Bergling
2022-05-06le: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-02-07Miscellaneous typo fixesEd Maste
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-04-08Clean up OF_getprop_alloc APIOleksandr Tymoshenko
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-05-18Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko
2016-04-21sys: use our nitems() macro when param.h is available.Pedro F. Giffuni
2016-03-22Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-03-18Update NetBSD Foundation copyrights to 2-clause BSDEd Maste
2013-10-28Provide necessary includes.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-10-02Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl
2010-12-18Use convenience functions where possible instead of accessing the PCITijl Coosemans
2010-12-10Use SYS_RES_IOPORT instead of PCIM_CMD_PORTEN when calling pci_enable_io.Tijl Coosemans
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2010-03-03The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2008-09-24- Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etcMarius Strobl
2008-09-08o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end toMarius Strobl
2007-12-30Correct the comments in am7990_intr() and am79900_intr(); it's notMarius Strobl
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-01-20Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it'sMarius Strobl
2007-01-20Add front-ends for the 'lebuffer' variants found on some SBus cards.Marius Strobl
2007-01-20For setting the port PCnet chips must be powered down or stopped andMarius Strobl
2007-01-20Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works onMarius Strobl
2006-12-06Use our own callout instead of if_slowtimo() for driving lance_watchdog()Marius Strobl
2006-06-05Revert the part of rev. 1.3 which changed the software style to beMarius Strobl
2006-05-22- Fix the busname in the DRIVER_MODULE.Yoshihiro Takahashi