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
/
nve
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import rewritten nve device id's, which brings this more
remko
2008-05-31
2
-41
/
+79
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-2
/
+4
*
Allow nfe(4) override nve(4).
yongari
2007-06-12
1
-1
/
+1
*
Don't cast the command argument to ether_ioctl() to an int since its not an
dwhite
2007-06-08
1
-1
/
+1
*
Finish VLAN_MTU support in nve(4). The interface appears to be able
yar
2007-05-07
1
-0
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Fix an off by one error in struct nve_tx_desc's frags[] array as a result
jhb
2006-12-05
1
-1
/
+1
*
ALTQ-ify nve(4).
mlaier
2006-05-20
1
-3
/
+5
*
- When setting up a packet for transmit, if we the tx ring is over half
jhb
2006-05-18
1
-3
/
+17
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
The nvidia binary blob sometimes defers tx completion notification to the
jhb
2006-04-28
1
-1
/
+19
*
Make nve(4) work for people with nf3/nf4 who never got it
bz
2005-12-12
1
-2
/
+3
*
Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters.
obrien
2005-12-07
2
-0
/
+6
*
Catch up to the nvenetlib 1.0-0310 import.
obrien
2005-12-07
2
-4
/
+6
*
Remove unused local variable misssed in previous commit.
jhb
2005-12-05
1
-1
/
+0
*
- Don't make the driver lock recursive, it shouldn't be recursively
jhb
2005-12-05
2
-18
/
+1
*
Overhaul nve(4) locking to make it more like other ethernet drivers in
jhb
2005-11-21
2
-91
/
+113
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Clear pending_txs when not "RUNNING".
obrien
2005-10-27
1
-0
/
+1
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-3
/
+3
*
Fix "struct ifnet" leak if attach() fails in the middle.
ru
2005-09-16
1
-1
/
+3
*
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
*
Remove an erroneous m_freem() call. If m_defrag() returns a non-NULL
mux
2005-07-25
1
-1
/
+0
*
Move if_alloc() up so it's before mii_phy_probe().
brooks
2005-06-11
1
-7
/
+9
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-21
/
+24
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Fix typo in a comment.
brueffer
2005-05-08
1
-1
/
+1
*
I missed a s/nv/nve/.
obrien
2005-04-26
1
-1
/
+1
*
Support MCP versions 4-11.
obrien
2005-03-24
2
-0
/
+26
*
FreeBSD consumer bits of the nForce MCP NIC binary blob.
obrien
2005-03-12
2
-0
/
+1875