summaryrefslogtreecommitdiff
path: root/sys/dev/tsec/if_tsec.c
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c 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-01-01Fix a couple printf formats.Justin Hibbits
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-11-11Make tsec work with the device tree present on the RB800. The previous codeNathan Whitehorn
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
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
2009-02-17tsec(4) style improvements and clean-up.Rafal Jaworowski
2009-02-17Additional features for the tsec(4) Ethernet driver.Rafal Jaworowski
2008-08-26tsec: Refactor driver's structure.Rafal Jaworowski
2008-08-26tsec: Improve and clean up callouts.Rafal Jaworowski
2008-03-12Convert TSEC watchdog to the new scheme.Rafal Jaworowski
2008-03-12Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatRafal Jaworowski
2008-03-03Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).Rafal Jaworowski