summaryrefslogtreecommitdiff
path: root/sys/dev/nge
AgeCommit message (Expand)Author
2025-03-27dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-06Mechanically convert nge(4) to IfAPIJustin Hibbits
2022-05-06nge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2021-08-28Fix a common typo in man pages and src commentsGordon Bergling
2020-09-01nge: 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
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-01-12Receive filter configuration is done in nge_rxfilter(). RemovePyun YongHyeon
2014-09-18Mechanically 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-06-11Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin
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
2012-11-05Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-01- Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-03-23Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-05-30Unbreak build.Attilio Rao
2009-05-21bus_dma(9) conversion and make nge(4) work on all architectures.Pyun YongHyeon
2009-05-18Remove extra parenthesis used in macros. These macros are not usedPyun YongHyeon
2009-05-18Consistently use tab characters instead of spaces.Pyun YongHyeon
2009-05-18style(9)Pyun YongHyeon
2009-05-18s/u_int8_t/uint8_t/gPyun YongHyeon
2009-05-18style(9) - space after keyword.Pyun YongHyeon
2009-05-18Remove return statement at the end of functions that return void.Pyun YongHyeon
2009-05-18Remove trailling whitespaces.Pyun YongHyeon
2009-05-18Remove register keyword.Pyun YongHyeon
2009-05-18Use ANSI C declarations for all functions.Pyun YongHyeon
2007-11-22Fix function prototype for device_shutdown method.Pyun YongHyeon
2007-03-04Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-09-17Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann
2006-09-15- Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2006-02-14Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff
2005-12-18- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inGleb Smirnoff
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov