aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tsec/if_tsec.c
Commit message (Expand)AuthorAgeFilesLines
* tsec: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-9/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-9/+9
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-14/+12
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* Don't calltsec_receive_intr_locked() from the error interrupt handler.Justin Hibbits2017-04-041-3/+0
* Defragment the transmit mbuf chain only if necessary.Justin Hibbits2017-04-041-126/+121
* Fix mis-manual merge.Justin Hibbits2017-04-041-2/+2
* Fix set-but-not-used warningsJustin Hibbits2017-04-041-6/+1
* Use a common tsec_mii_wait() function to busy wait for status changes.Justin Hibbits2017-04-041-21/+31
* Fix a couple printf formats.Justin Hibbits2016-01-011-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-10/+10
* Make tsec work with the device tree present on the RB800. The previous codeNathan Whitehorn2013-11-111-11/+27
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Do not reinitialise the interface if it is already running, this prevents theAndrew Thompson2012-05-091-0/+3
* The DEVICE_POLLING dereference of sc->tsec_ifp needs to be checked for nullAndrew Thompson2012-05-081-7/+7
* Respect phy-handle property in Ethernet nodes of the device tree.Rafal Jaworowski2012-03-041-15/+13
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-14/+5
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-6/+5
* tsec: Use IFQ_DRV macros for managing interface packet queue.Rafal Jaworowski2009-11-201-3/+3
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withRafal Jaworowski2009-06-131-2/+5
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-6/+14
* tsec(4) cosmetics.Rafal Jaworowski2009-02-171-2/+1
* tsec(4): Always try to resume the receiver.Rafal Jaworowski2009-02-171-3/+10
* tsec(4): do not clear interrupt events register before use.Rafal Jaworowski2009-02-171-2/+2
* Handle mbuf exhaustion scenario in tsec(4).Rafal Jaworowski2009-02-171-1/+6
* tsec(4) style improvements and clean-up.Rafal Jaworowski2009-02-171-61/+68
* Additional features for the tsec(4) Ethernet driver.Rafal Jaworowski2009-02-171-115/+644
* tsec: Refactor driver's structure.Rafal Jaworowski2008-08-261-546/+265
* tsec: Improve and clean up callouts.Rafal Jaworowski2008-08-261-15/+12
* Convert TSEC watchdog to the new scheme.Rafal Jaworowski2008-03-121-18/+25
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatRafal Jaworowski2008-03-121-10/+14
* Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).Rafal Jaworowski2008-03-031-0/+1648