summaryrefslogtreecommitdiff
path: root/sys/dev/tsec
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06tsec(4): Fix the build from IfAPI conversionJustin Hibbits
2023-02-06Mechanically convert if_tsec(4) to IfAPIJustin Hibbits
2022-05-10tsec: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-02tsec: Fix a typo in a source code commentGordon Bergling
2020-09-01tsec: 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-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-01Clean up MD pollution of bus_dma.h:Jason A. Harmening
2017-04-04Don't calltsec_receive_intr_locked() from the error interrupt handler.Justin Hibbits
2017-04-04Defragment the transmit mbuf chain only if necessary.Justin Hibbits
2017-04-04Fix mis-manual merge.Justin Hibbits
2017-04-04Fix set-but-not-used warningsJustin Hibbits
2017-04-04Use a common tsec_mii_wait() function to busy wait for status changes.Justin Hibbits
2016-08-30Add support for NXP/Freescale etsec2 ethernet controllerJustin Hibbits
2016-05-19Add an alternate compatible string for eTSEC devices.Justin Hibbits
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-16Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner
2016-01-01Fix a couple printf formats.Justin Hibbits
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-09-01Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore
2014-07-26Remove bogus module dependencies.Marcel Moolenaar
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2013-11-11Make tsec work with the device tree present on the RB800. The previous codeNathan Whitehorn
2013-10-29- Provide 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
2012-05-09Do not reinitialise the interface if it is already running, this prevents theAndrew Thompson
2012-05-08The DEVICE_POLLING dereference of sc->tsec_ifp needs to be checked for nullAndrew Thompson
2012-03-04Respect phy-handle property in Ethernet nodes of the device tree.Rafal Jaworowski
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-01-28Don't use the MAC address in the device tree if it's all zeroesMarcel Moolenaar
2010-10-15Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl
2010-07-11Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski
2009-11-20tsec: Use IFQ_DRV macros for managing interface packet queue.Rafal Jaworowski
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-06-13Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withRafal Jaworowski
2009-05-30When user_frac in the polling subsystem is low it is going to busy theAttilio Rao
2009-02-17tsec(4) cosmetics.Rafal Jaworowski
2009-02-17tsec(4): Always try to resume the receiver.Rafal Jaworowski
2009-02-17tsec(4): do not clear interrupt events register before use.Rafal Jaworowski
2009-02-17Handle mbuf exhaustion scenario in tsec(4).Rafal Jaworowski