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
/
ed
/
if_ed.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo
imp
2015-02-04
1
-1
/
+1
*
Add comment about why checking for 0xff is OK. There's two bits in the
imp
2015-02-04
1
-2
/
+4
*
In order to reduce use of M_EXT outside of the mbuf allocator and
rwatson
2015-01-06
1
-4
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-8
/
+8
*
Add bus space barriers for page switches missed in r260050.
marius
2014-02-05
1
-0
/
+50
*
- Switch to using the common MII bitbang'ing code instead of duplicating it.
marius
2013-12-29
1
-0
/
+16
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-2
/
+2
*
Fix off by one error in mbuf access. Previously it caused panic.
yongari
2011-12-05
1
-6
/
+13
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-5
/
+5
*
Fix a possible unaligned access to savebyte array.
yongari
2010-08-23
1
-6
/
+9
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Use a private callout timer to drive the transmit watchdog instead of using
jhb
2009-11-17
1
-15
/
+29
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
ifp->if_softc is managed entirely by the driver. We never set it to
imp
2009-05-13
1
-8
/
+0
*
Sometimes we can call ed_detach() before the mtx has been initialized.
imp
2009-04-20
1
-2
/
+4
*
Cleanup resource allocation code a bit. Store the rids on the
imp
2009-04-20
1
-18
/
+12
*
Provide a generic ifmedia set of routines as a fallback. The
imp
2009-04-07
1
-0
/
+35
*
Two fixes:
imp
2009-03-30
1
-7
/
+11
*
This is a major reworking of the AX88x90 support.
imp
2009-03-30
1
-10
/
+20
*
When reading via memory, read in (amount + 1) / 2 (to properly round
imp
2009-03-28
1
-1
/
+1
*
Allow the attach routine to fail gracefully and not panic the system.
imp
2009-03-26
1
-1
/
+2
*
Tweak comments.
imp
2009-03-25
1
-15
/
+16
*
When the miibus for the AX88x90 or TC5299J cards fails to attach, we
imp
2008-08-06
1
-7
/
+9
*
Don't call bus_deactivate_resource() explicitly before calling
nyan
2007-03-21
1
-6
/
+0
*
MFp4:
imp
2006-06-12
1
-1
/
+20
*
Have a function pointer to the routine to call for writing an mbuf
imp
2006-01-27
1
-81
/
+81
*
Create mediachg functions for the 3c503 and hpp cards. This is used
imp
2006-01-27
1
-30
/
+4
*
Transition from ALTPHYS to LINK2. We already document in the ed(4)
imp
2006-01-27
1
-9
/
+13
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Go ahead and detach our children in our detach routine. I'm undecided
imp
2005-09-26
1
-0
/
+1
*
Remove duplicate if_free().
imp
2005-09-19
1
-1
/
+0
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
MFp4:
imp
2005-09-18
1
-92
/
+11
*
Fix "struct ifnet" leaks when attach() fails in the middle.
ru
2005-09-16
1
-1
/
+2
*
MFp4: Omnibus ed changes
imp
2005-09-13
1
-37
/
+0
*
The ed driver lock is already held in the mii frobbing routines. Remove
imp
2005-09-08
1
-11
/
+0
*
MFp4: kill bogus comment
imp
2005-09-02
1
-5
/
+0
*
Finish conversion to bus space and make ed MP safe.
imp
2005-08-28
1
-142
/
+182
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-12
/
+12
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Fix four casts of the softc to a struct ifnet.
brooks
2005-06-15
1
-4
/
+4
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-8
/
+16
*
Add a stratigic newline
imp
2005-02-22
1
-0
/
+1
*
MFp4: Optimize in/out macros. Cache the handle and tag in softc and
imp
2005-02-22
1
-0
/
+4
*
Minor style(9)isms.
imp
2005-02-21
1
-40
/
+32
*
Minor optimizations to compile out bits that aren't necessary when
imp
2005-02-20
1
-5
/
+18
*
Add some comments in preparation for converting bcopy/bzero to busspace.
imp
2005-02-14
1
-9
/
+14
*
Diff reduction with p4.
imp
2005-02-11
1
-6
/
+3
*
Move enable/disable 16bit access routines into if_ed. Slightly
imp
2005-02-10
1
-21
/
+27
[next]