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
/
smc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable interrupts in filter in order to avoid interrupt storm and
gonzo
2012-12-13
1
-7
/
+4
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-2
/
+2
*
- Do not reinitialize the card if it is already running.
stas
2012-04-07
1
-2
/
+3
*
- Import the common MII bitbang'ing code from NetBSD and convert drivers to
marius
2011-11-01
1
-88
/
+57
*
- Fix NULL pointer dereference when a packet of uneven size is being
stas
2011-09-02
1
-1
/
+4
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-2
/
+3
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
strict kobj signatures: fix assortment of miibus_writereg impls
avg
2009-06-11
2
-2
/
+3
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-0
/
+2
*
- Move ether_ifdetach earlier.
benno
2008-06-17
1
-2
/
+7
*
Use callout_init_mtx to simplify locking somewhat. While we're here, rearrange
benno
2008-06-13
2
-35
/
+18
*
Make sure we drain our taskqueues and stop our callouts in detach.
benno
2008-06-12
2
-7
/
+37
*
Switch to using a normal mutex instead of a spin mutex.
benno
2008-06-11
2
-22
/
+30
*
Convert bus_space_{read,write}_* calls to bus_{read,write}_* calls.
benno
2008-06-11
2
-30
/
+18
*
This is a rewritten driver for the SMSC LAN91C111. It's based in part on the
benno
2008-06-06
3
-0
/
+1660