summaryrefslogtreecommitdiffstats
path: root/sys/dev/nfe
Commit message (Expand)AuthorAgeFilesLines
* MFC: r266270brueffer2014-05-311-6/+3
* MFC r264293:yongari2014-04-221-2/+36
* MFC r263957:yongari2014-04-141-1/+1
* Fix clearing MAC stats registers. Previously it cleared everyyongari2013-10-041-2/+2
* Fix a typo when accounting for tx_broadcast statistics.delphij2013-09-171-1/+1
* Change local variable tso_segsz to tsosegsz to avoid mbuf.h macro conflicts.andre2013-08-241-9/+9
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* 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
* If driver is not running, disable interrupts and do not try toyongari2011-05-311-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-8/+4
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-3/+3
* Reinitialize driver when MTU is changed and driver is running.yongari2011-01-241-1/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Add a 'locked' variant of the foo_start() routine and call it directlyjhb2011-01-032-19/+12
* MCP55 is the only NVIDIA controller that supports VLAN tagyongari2010-11-171-26/+31
* Plug memory leakage introduced in r215327.yongari2010-11-151-4/+11
* P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issueyongari2010-11-141-0/+43
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-3/+5
* Fix regression introduced in r215132. Caller always holds a driveryongari2010-11-121-4/+0
* Add basic WOL support for MCP ethernet controllers. It seems theyongari2010-11-113-56/+175
* Converted the remainder of the NIC drivers to use the mii_attach()marius2010-10-151-4/+4
* With r206844, CSUM_TCP is also set for CSUM_TSO case. Modifyyongari2010-04-191-7/+6
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-13/+23
* NVIDIA MCP controllers have no Rx buffer alignment restrictions.yongari2009-05-251-1/+1
* Fix a typo.yongari2008-12-201-1/+1
* Add hardware MAC statistics support. Register information wasyongari2008-10-033-25/+287
* Add device ids for MCP77/79 and set appropriate support flags.yongari2008-10-012-0/+40
* Add support for MCP73 chips.yongari2008-04-102-0/+16
* Nuke local jumbo allocator and switch to use of UMA backed pageyongari2008-03-063-185/+6
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-89/+1
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* use the private task q thread instead of the shared system threadsam2007-11-161-6/+5
* Apparently some NVIDIA NICs store ethernet address in reverse orderyongari2007-11-061-2/+2
* During boot(before setting IP address) PHY can generate link stateyongari2007-09-141-6/+6
* Fix typo.yongari2007-09-141-2/+2
* Don't fail on device attach if jumbo frame support was unsuccessful.yongari2007-07-242-9/+26
* The maximum size of the sum of all segment lengths in a given DMA mappingyongari2007-06-121-1/+1
* Increase a maximum segment size of DMA to 4096. Previously it usedyongari2007-06-122-2/+4
* Bring overhauled nfe(4) into tree.yongari2007-06-123-909/+2103
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix TX/RX checksum offload.obrien2006-11-272-16/+21
* Reformat to KNF after revision 1.12.obrien2006-11-271-85/+81
* Fix the jumbo frame support.obrien2006-11-273-209/+63
* Grrr. new .vimrc file is really giving me trouble.. get the whitespace right.obrien2006-11-271-2/+2
OpenPOWER on IntegriCloud