aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hme/if_hme.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r357788:Brooks Davis2020-02-181-0/+2
* 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
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-8/+8
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Avoid controller reinitialization which could be triggered byPyun YongHyeon2013-07-101-0/+6
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-1/+1
* Correct spelling in comments.Marius Strobl2011-04-221-2/+2
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-11/+14
* KTR_CTx are long time aliased by existing classes so they can't serveAttilio Rao2010-07-211-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* o Disable HMEDEBUG by default.Marius Strobl2008-04-241-183/+214
* Remove invalid BUS_DMA_ALLOCNOW when creating a tag which is used forMarius Strobl2007-05-011-1/+1
* - Use the hme_tick() callout instead of if_slowtimo() for drivingMarius Strobl2006-12-061-17/+21
* Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in theMarius Strobl2006-12-041-1/+0
* - In hme_stop() mask all interrupts.Marius Strobl2006-12-041-45/+91
* Fix invalid reference of mbuf chains.Pyun YongHyeon2006-08-121-16/+16
* Fix typo in printf string.Simon L. B. Nielsen2006-05-271-2/+2
* Backout rev. 1.46. It caused Rx checksum offload breakage on littlePyun YongHyeon2006-03-211-1/+1
* fix Rx checksum computation on little endian systems.Pyun YongHyeon2006-01-171-1/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* - Convert hme(4) to use TX side bus_dmamap_load_mbuf_sg(9).Pyun YongHyeon2005-10-251-143/+129
* Move hme_stop() after ether_ifdetach() and if_free() to prevent aKen Smith2005-09-081-2/+2
* - Remove redundant assertions that the driver lock is not held in attach()John Baldwin2005-08-241-5/+2
* Add callout_drain()'s to foo_detach() after calling foo_stop() to make sureJohn Baldwin2005-08-171-0/+1
* - Use callout_init_mtx() to close races between hme_stop() and hme_tick().John Baldwin2005-08-101-57/+22
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-9/+10
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-16/+23
* According to STP2002QFP User's Guide, it seems that driver shouldPyun YongHyeon2005-05-231-1/+4
* Fix "Duplicate mbuf free panic".Pyun YongHyeon2005-02-021-1/+1
* Fix kernel builds with INVARIANTS.David E. O'Brien2005-01-161-1/+1
* Use bus_dmamap_load_mbuf_sg() for loading rx buffers.Scott Long2005-01-151-19/+7
* Make hme(4) mpsafePyun YongHyeon2004-11-221-17/+97
* Since if_hme doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1]Marius Strobl2004-08-121-2/+2
* Implement TCP/UDP Transmit/Receive checksum offload.Pyun YongHyeon2004-08-051-11/+158
* Second part of ALTQ driver modifications, covering:Max Laier2004-08-011-3/+5
* Back out 1.23 until I figure out why it causes Netra t1 100 to no longerMarius Strobl2004-06-121-1/+1
* - Add a LLADDR() forgotten in the conversion to ether_crc32_le().Marius Strobl2004-06-101-4/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-18/+2
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* In hme_init() call mii_mediachg() to make sure the current media is set.Marius Strobl2004-05-291-1/+4
* Mark the VLAN_MTU capability as initially enabled since it'sYaroslav Tykhiy2004-05-231-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Spelling and style fixes.Marius Strobl2004-05-221-4/+4
* The Sun hme hardware supposedly supports Tx frames up to 65535 octets,Joerg Wunsch2004-05-061-3/+13
* Let ether_ifattach() announce our MAC address.Matthew N. Dodd2004-03-201-5/+0