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
/
if_nve.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Fix all the inconsistent nve_os* function declarations and definitions
dim
2012-11-10
1
-47
/
+47
*
More conversions of drivers to use the PCI parent DMA tag.
scottl
2012-03-12
1
-3
/
+6
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-7
/
+3
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-7
/
+8
*
Initialize the ifnet before calling mii_phy_probe() as some phy drivers
jhb
2010-01-27
1
-8
/
+8
*
- Hook into the existing stat timer to drive the transmit watchdog instead
jhb
2009-11-19
1
-16
/
+12
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Two ifnet misuse fixes for if_nve:
rwatson
2009-04-23
1
-2
/
+1
*
writereg returns an int.
imp
2009-02-05
1
-3
/
+3
*
Import rewritten nve device id's, which brings this more
remko
2008-05-31
1
-26
/
+46
*
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
*
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
1
-0
/
+4
*
Catch up to the nvenetlib 1.0-0310 import.
obrien
2005-12-07
1
-3
/
+5
*
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
1
-15
/
+1
*
Overhaul nve(4) locking to make it more like other ethernet drivers in
jhb
2005-11-21
1
-86
/
+110
*
- 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
1
-17
/
+23
*
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
1
-0
/
+17
*
FreeBSD consumer bits of the nForce MCP NIC binary blob.
obrien
2005-03-12
1
-0
/
+1700