summaryrefslogtreecommitdiffstats
path: root/sys/dev/nve
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Fix all the inconsistent nve_os* function declarations and definitionsdim2012-11-101-47/+47
* Don't redefine macros defined in if.h and ethernet.h.glebius2012-10-171-4/+0
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-3/+6
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-171-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-7/+3
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-7/+8
* Initialize the ifnet before calling mii_phy_probe() as some phy driversjhb2010-01-271-8/+8
* - Hook into the existing stat timer to drive the transmit watchdog insteadjhb2009-11-192-16/+13
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Two ifnet misuse fixes for if_nve:rwatson2009-04-231-2/+1
* writereg returns an int.imp2009-02-051-3/+3
* Import rewritten nve device id's, which brings this moreremko2008-05-312-41/+79
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* Allow nfe(4) override nve(4).yongari2007-06-121-1/+1
* Don't cast the command argument to ether_ioctl() to an int since its not andwhite2007-06-081-1/+1
* Finish VLAN_MTU support in nve(4). The interface appears to be ableyar2007-05-071-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix an off by one error in struct nve_tx_desc's frags[] array as a resultjhb2006-12-051-1/+1
* ALTQ-ify nve(4).mlaier2006-05-201-3/+5
* - When setting up a packet for transmit, if we the tx ring is over halfjhb2006-05-181-3/+17
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* The nvidia binary blob sometimes defers tx completion notification to thejhb2006-04-281-1/+19
* Make nve(4) work for people with nf3/nf4 who never got itbz2005-12-121-2/+3
* Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters.obrien2005-12-072-0/+6
* Catch up to the nvenetlib 1.0-0310 import.obrien2005-12-072-4/+6
* Remove unused local variable misssed in previous commit.jhb2005-12-051-1/+0
* - Don't make the driver lock recursive, it shouldn't be recursivelyjhb2005-12-052-18/+1
* Overhaul nve(4) locking to make it more like other ethernet drivers injhb2005-11-212-91/+113
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Clear pending_txs when not "RUNNING".obrien2005-10-271-0/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-3/+3
* Fix "struct ifnet" leak if attach() fails in the middle.ru2005-09-161-1/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-12/+12
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Remove an erroneous m_freem() call. If m_defrag() returns a non-NULLmux2005-07-251-1/+0
* Move if_alloc() up so it's before mii_phy_probe().brooks2005-06-111-7/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-21/+24
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Fix typo in a comment.brueffer2005-05-081-1/+1
* I missed a s/nv/nve/.obrien2005-04-261-1/+1
* Support MCP versions 4-11.obrien2005-03-242-0/+26
* FreeBSD consumer bits of the nForce MCP NIC binary blob.obrien2005-03-122-0/+1875
OpenPOWER on IntegriCloud