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
/
nfe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reinitialize driver when MTU is changed and driver is running.
yongari
2011-01-24
1
-1
/
+3
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-1
/
+1
*
Add a 'locked' variant of the foo_start() routine and call it directly
jhb
2011-01-03
2
-19
/
+12
*
MCP55 is the only NVIDIA controller that supports VLAN tag
yongari
2010-11-17
1
-26
/
+31
*
Plug memory leakage introduced in r215327.
yongari
2010-11-15
1
-4
/
+11
*
P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issue
yongari
2010-11-14
1
-0
/
+43
*
o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control
marius
2010-11-14
1
-3
/
+5
*
Fix regression introduced in r215132. Caller always holds a driver
yongari
2010-11-12
1
-4
/
+0
*
Add basic WOL support for MCP ethernet controllers. It seems the
yongari
2010-11-11
3
-56
/
+175
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-4
/
+4
*
With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify
yongari
2010-04-19
1
-7
/
+6
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-1
/
+0
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-13
/
+23
*
NVIDIA MCP controllers have no Rx buffer alignment restrictions.
yongari
2009-05-25
1
-1
/
+1
*
Fix a typo.
yongari
2008-12-20
1
-1
/
+1
*
Add hardware MAC statistics support. Register information was
yongari
2008-10-03
3
-25
/
+287
*
Add device ids for MCP77/79 and set appropriate support flags.
yongari
2008-10-01
2
-0
/
+40
*
Add support for MCP73 chips.
yongari
2008-04-10
2
-0
/
+16
*
Nuke local jumbo allocator and switch to use of UMA backed page
yongari
2008-03-06
3
-185
/
+6
*
Give MEXTADD() another argument to make both void pointers to the
phk
2008-02-01
1
-1
/
+1
*
- Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and
jhb
2008-01-17
1
-89
/
+1
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-2
/
+4
*
use the private task q thread instead of the shared system thread
sam
2007-11-16
1
-6
/
+5
*
Apparently some NVIDIA NICs store ethernet address in reverse order
yongari
2007-11-06
1
-2
/
+2
*
During boot(before setting IP address) PHY can generate link state
yongari
2007-09-14
1
-6
/
+6
*
Fix typo.
yongari
2007-09-14
1
-2
/
+2
*
Don't fail on device attach if jumbo frame support was unsuccessful.
yongari
2007-07-24
2
-9
/
+26
*
The maximum size of the sum of all segment lengths in a given DMA mapping
yongari
2007-06-12
1
-1
/
+1
*
Increase a maximum segment size of DMA to 4096. Previously it used
yongari
2007-06-12
2
-2
/
+4
*
Bring overhauled nfe(4) into tree.
yongari
2007-06-12
3
-909
/
+2103
*
Catch up the rest of the drivers with the ether_vlan_mtap modifications.
csjp
2007-03-04
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Fix TX/RX checksum offload.
obrien
2006-11-27
2
-16
/
+21
*
Reformat to KNF after revision 1.12.
obrien
2006-11-27
1
-85
/
+81
*
Fix the jumbo frame support.
obrien
2006-11-27
3
-209
/
+63
*
Grrr. new .vimrc file is really giving me trouble.. get the whitespace right.
obrien
2006-11-27
1
-2
/
+2
*
Fix editor fatfingering in rev 1.9.
obrien
2006-11-27
1
-2
/
+2
*
nfe_stop() requires lock to be held when calling.
obrien
2006-11-26
1
-0
/
+2
*
Missed two nits in rev 1.7.
obrien
2006-11-17
1
-2
/
+2
*
style(9)
obrien
2006-10-19
1
-153
/
+153
*
style(9) cleanup.
obrien
2006-10-19
1
-243
/
+332
*
Correct the WOL magic value.
obrien
2006-10-16
1
-1
/
+1
*
Try to be more precise in identifying the various nForce networking adapters.
obrien
2006-10-16
1
-14
/
+14
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-16
/
+5
*
Add support for MCP61 and MCP65 adaptors.
obrien
2006-09-11
2
-0
/
+36
*
Fix alignment of RX bufs DMA map to be realistic. Maybe it works on
ru
2006-08-14
1
-2
/
+2
*
Add a pure open source nForce Ethernet driver, under BSDL.
obrien
2006-06-26
3
-999
/
+1484
*
Import the nfe (nForce Ethernet) driver from OpenBSD.
obrien
2006-06-26
3
-0
/
+2009