aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nve
Commit message (Expand)AuthorAgeFilesLines
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* Allow nfe(4) override nve(4).Pyun YongHyeon2007-06-121-1/+1
* Don't cast the command argument to ether_ioctl() to an int since its not anDoug White2007-06-081-1/+1
* Finish VLAN_MTU support in nve(4). The interface appears to be ableYaroslav Tykhiy2007-05-071-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Fix an off by one error in struct nve_tx_desc's frags[] array as a resultJohn Baldwin2006-12-051-1/+1
* ALTQ-ify nve(4).Max Laier2006-05-201-3/+5
* - When setting up a packet for transmit, if we the tx ring is over halfJohn Baldwin2006-05-181-3/+17
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* The nvidia binary blob sometimes defers tx completion notification to theJohn Baldwin2006-04-281-1/+19
* Make nve(4) work for people with nf3/nf4 who never got itBjoern A. Zeeb2005-12-121-2/+3
* Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters.David E. O'Brien2005-12-072-0/+6
* Catch up to the nvenetlib 1.0-0310 import.David E. O'Brien2005-12-072-4/+6
* Remove unused local variable misssed in previous commit.John Baldwin2005-12-051-1/+0
* - Don't make the driver lock recursive, it shouldn't be recursivelyJohn Baldwin2005-12-052-18/+1
* Overhaul nve(4) locking to make it more like other ethernet drivers inJohn Baldwin2005-11-212-91/+113
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Clear pending_txs when not "RUNNING".David E. O'Brien2005-10-271-0/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh2005-09-191-3/+3
* Fix "struct ifnet" leak if attach() fails in the middle.Ruslan Ermilov2005-09-161-1/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-12/+12
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Remove an erroneous m_freem() call. If m_defrag() returns a non-NULLMaxime Henrion2005-07-251-1/+0
* Move if_alloc() up so it's before mii_phy_probe().Brooks Davis2005-06-111-7/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-21/+24
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Fix typo in a comment.Christian Brueffer2005-05-081-1/+1
* I missed a s/nv/nve/.David E. O'Brien2005-04-261-1/+1
* Support MCP versions 4-11.David E. O'Brien2005-03-242-0/+26
* FreeBSD consumer bits of the nForce MCP NIC binary blob.David E. O'Brien2005-03-122-0/+1875