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
/
ep
/
if_ep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-4
/
+4
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order
trasz
2010-01-08
1
-1
/
+1
*
- Add a private timer to drive the transmit watchdog instead of using
jhb
2009-11-19
1
-18
/
+41
*
Cleanup tortured logic a big. Noticed by FlexLint, per phk.
imp
2009-09-08
1
-8
/
+7
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-1
/
+0
*
Add necessary include.
phk
2009-09-08
1
-0
/
+1
*
Add a missing break in a switch statement.
brueffer
2009-05-15
1
-0
/
+1
*
Two refinements to the 3c1 support:
imp
2009-04-11
1
-2
/
+7
*
o Report ethernet status for at least 10BaseT media. Since I don't
imp
2009-04-11
1
-1
/
+18
*
ALTQify ep(4).
mlaier
2006-12-01
1
-5
/
+7
*
Remove ifdef notdef SIOCHWADDR vestige.
imp
2006-02-04
1
-6
/
+0
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-2
/
+2
*
Better use of gone.
imp
2005-09-20
1
-9
/
+5
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-10
/
+10
*
The isa attachment calls ep_free after it has already been called once
imp
2005-07-31
1
-1
/
+3
*
Spell destroy in a more traditional way
imp
2005-07-19
1
-3
/
+3
*
Make a pass and cleanup the printfs from this driver.
imp
2005-07-01
1
-4
/
+2
*
Minor cleanup of ep driver and pccard attachment:
imp
2005-07-01
1
-34
/
+28
*
o When calling ep_get_macaddr(), provide it a local buffer. Add a comment
imp
2005-06-26
1
-4
/
+4
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-13
/
+18
*
Make it clear that the statement following the conditional is a NOP.
mdodd
2005-04-13
1
-1
/
+2
*
u_intXX_t -> uintXX_t while I'm here.
imp
2005-01-20
1
-6
/
+6
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+3
*
Removed duplicate __FBSDID(). Keep the one that style(9) likes.
ru
2004-03-14
1
-3
/
+0
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-3
/
+0
*
MFp4:
imp
2003-11-02
1
-1
/
+3
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Pass sc to GO_WINDOW macro.
imp
2003-10-26
1
-18
/
+18
*
Minor style nits suggested by sam and mdodd:
imp
2003-10-25
1
-24
/
+25
*
Whole grab-bag of changes:
imp
2003-10-25
1
-139
/
+159
*
Fix mismerge from one tree to another: add (
imp
2003-10-23
1
-1
/
+1
*
Learn basic C.
imp
2003-10-23
1
-2
/
+3
*
Transition to using bus_space macros rather than the inb/outb/etc.
imp
2003-10-18
1
-98
/
+96
*
Style fixes of the whitespace variety. Fix long lines and tabs.
markm
2003-08-30
1
-56
/
+78
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Use bus_child_present() to make sure the card is still there before calling
cognet
2003-08-19
1
-1
/
+2
*
Style(9) cleanup. There was no consistent style in this driver, and
markm
2003-07-17
1
-559
/
+512
*
Other minor style nits I missed in ep_if_start() in my previous
mux
2003-06-26
1
-3
/
+4
*
Make if_ep_start() look a bit more like other if_start() functions,
mux
2003-06-26
1
-18
/
+13
*
Fix a race condition that was introduced since pccbb interrupts are
mux
2003-06-26
1
-7
/
+5
*
- Free interrupt handler in ep_free().
mdodd
2003-03-29
1
-0
/
+27
*
- Return error status instead of value in get_e().
mdodd
2003-03-29
1
-18
/
+44
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
network interface driver changes:
sam
2002-11-14
1
-15
/
+4
[next]