index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
hme
/
if_hme.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-1
/
+1
*
Correct spelling in comments.
marius
2011-04-22
1
-2
/
+2
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-11
/
+14
*
KTR_CTx are long time aliased by existing classes so they can't serve
attilio
2010-07-21
1
-1
/
+1
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
o Disable HMEDEBUG by default.
marius
2008-04-24
1
-183
/
+214
*
Remove invalid BUS_DMA_ALLOCNOW when creating a tag which is used for
marius
2007-05-01
1
-1
/
+1
*
- Use the hme_tick() callout instead of if_slowtimo() for driving
marius
2006-12-06
1
-17
/
+21
*
Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in the
marius
2006-12-04
1
-1
/
+0
*
- In hme_stop() mask all interrupts.
marius
2006-12-04
1
-45
/
+91
*
Fix invalid reference of mbuf chains.
yongari
2006-08-12
1
-16
/
+16
*
Fix typo in printf string.
simon
2006-05-27
1
-2
/
+2
*
Backout rev. 1.46. It caused Rx checksum offload breakage on little
yongari
2006-03-21
1
-1
/
+1
*
fix Rx checksum computation on little endian systems.
yongari
2006-01-17
1
-1
/
+1
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
- Convert hme(4) to use TX side bus_dmamap_load_mbuf_sg(9).
yongari
2005-10-25
1
-143
/
+129
*
Move hme_stop() after ether_ifdetach() and if_free() to prevent a
kensmith
2005-09-08
1
-2
/
+2
*
- Remove redundant assertions that the driver lock is not held in attach()
jhb
2005-08-24
1
-5
/
+2
*
Add callout_drain()'s to foo_detach() after calling foo_stop() to make sure
jhb
2005-08-17
1
-0
/
+1
*
- Use callout_init_mtx() to close races between hme_stop() and hme_tick().
jhb
2005-08-10
1
-57
/
+22
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-9
/
+10
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-16
/
+23
*
According to STP2002QFP User's Guide, it seems that driver should
yongari
2005-05-23
1
-1
/
+4
*
Fix "Duplicate mbuf free panic".
yongari
2005-02-02
1
-1
/
+1
*
Fix kernel builds with INVARIANTS.
obrien
2005-01-16
1
-1
/
+1
*
Use bus_dmamap_load_mbuf_sg() for loading rx buffers.
scottl
2005-01-15
1
-19
/
+7
*
Make hme(4) mpsafe
yongari
2004-11-22
1
-17
/
+97
*
Since if_hme doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
- Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1]
marius
2004-08-12
1
-2
/
+2
*
Implement TCP/UDP Transmit/Receive checksum offload.
yongari
2004-08-05
1
-11
/
+158
*
Second part of ALTQ driver modifications, covering:
mlaier
2004-08-01
1
-3
/
+5
*
Back out 1.23 until I figure out why it causes Netra t1 100 to no longer
marius
2004-06-12
1
-1
/
+1
*
- Add a LLADDR() forgotten in the conversion to ether_crc32_le().
marius
2004-06-10
1
-4
/
+2
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-18
/
+2
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
In hme_init() call mii_mediachg() to make sure the current media is set.
marius
2004-05-29
1
-1
/
+4
*
Mark the VLAN_MTU capability as initially enabled since it's
yar
2004-05-23
1
-0
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Spelling and style fixes.
marius
2004-05-22
1
-4
/
+4
*
The Sun hme hardware supposedly supports Tx frames up to 65535 octets,
joerg
2004-05-06
1
-3
/
+13
*
Let ether_ifattach() announce our MAC address.
mdodd
2004-03-20
1
-5
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
s#<foo/bar.h>#<dev/foo/bar.h>#g
marcel
2003-08-23
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-4
/
+5
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
bus_dmamap_sync() overhaul:
tmm
2003-01-21
1
-21
/
+24
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Add detach, shutdown, suspend and resume methods.
tmm
2003-01-09
1
-12
/
+43
[next]