summaryrefslogtreecommitdiffstats
path: root/sys/dev/nve
Commit message (Expand)AuthorAgeFilesLines
* 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