aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nfe
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-2/+2
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-4/+4
* Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl().Robert Watson2014-10-131-4/+0
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff2014-09-281-2/+2
* - Use if_inc_counter() to increment various counters.Gleb Smirnoff2014-09-181-15/+15
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-9/+9
* Fix multicast, broken by the conversion of the nfe(4) driver to theMarcel Moolenaar2014-08-031-9/+8
* Fixed build with DEVICE_POLLING.Sergey Kandaurov2014-07-021-2/+2
* Convert nfe(4) to use the driver API.Marcel Moolenaar2014-07-011-174/+190
* Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin2014-06-171-3/+0
* Remove some unused variables.Christian Brueffer2014-05-161-6/+3
* Add workaround for MCP61 Ethernet controller found on MSI K9Pyun YongHyeon2014-04-091-2/+36
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix clearing MAC stats registers. Previously it cleared everyPyun YongHyeon2013-10-041-2/+2
* Fix a typo when accounting for tx_broadcast statistics.Xin LI2013-09-171-1/+1
* Change local variable tso_segsz to tsosegsz to avoid mbuf.h macro conflicts.Andre Oppermann2013-08-241-9/+9
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* If driver is not running, disable interrupts and do not try toPyun YongHyeon2011-05-311-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-8/+4
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-3/+3
* Reinitialize driver when MTU is changed and driver is running.Pyun YongHyeon2011-01-241-1/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* Add a 'locked' variant of the foo_start() routine and call it directlyJohn Baldwin2011-01-032-19/+12
* MCP55 is the only NVIDIA controller that supports VLAN tagPyun YongHyeon2010-11-171-26/+31
* Plug memory leakage introduced in r215327.Pyun YongHyeon2010-11-151-4/+11
* P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issuePyun YongHyeon2010-11-141-0/+43
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-3/+5
* Fix regression introduced in r215132. Caller always holds a driverPyun YongHyeon2010-11-121-4/+0
* Add basic WOL support for MCP ethernet controllers. It seems thePyun YongHyeon2010-11-113-56/+175
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-4/+4
* With r206844, CSUM_TCP is also set for CSUM_TSO case. ModifyPyun YongHyeon2010-04-191-7/+6
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-1/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-13/+23
* NVIDIA MCP controllers have no Rx buffer alignment restrictions.Pyun YongHyeon2009-05-251-1/+1
* Fix a typo.Pyun YongHyeon2008-12-201-1/+1
* Add hardware MAC statistics support. Register information wasPyun YongHyeon2008-10-033-25/+287
* Add device ids for MCP77/79 and set appropriate support flags.Pyun YongHyeon2008-10-012-0/+40
* Add support for MCP73 chips.Pyun YongHyeon2008-04-102-0/+16
* Nuke local jumbo allocator and switch to use of UMA backed pagePyun YongHyeon2008-03-063-185/+6
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andJohn Baldwin2008-01-171-89/+1
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* use the private task q thread instead of the shared system threadSam Leffler2007-11-161-6/+5