summaryrefslogtreecommitdiff
path: root/sys/dev/nfe
AgeCommit message (Expand)Author
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-03-27dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-25IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-12-21DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits
2022-05-06nfe: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2021-12-10nfe: plug set-but-not-unused varsMateusz Guzik
2020-09-01nfe: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-12-14Add support for the nForce MCP89 adapter.Mark Johnston
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-03-01Remove taskqueue_enqueue_fast().John Baldwin
2014-10-16Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano
2014-10-13Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl().Robert Watson
2014-09-28- Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff
2014-09-18- Use if_inc_counter() to increment various counters.Gleb Smirnoff
2014-08-31It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff
2014-08-03Fix multicast, broken by the conversion of the nfe(4) driver to theMarcel Moolenaar
2014-07-02Fixed build with DEVICE_POLLING.Sergey Kandaurov
2014-07-01Convert nfe(4) to use the driver API.Marcel Moolenaar
2014-06-17Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin
2014-05-16Remove some unused variables.Christian Brueffer
2014-04-09Add workaround for MCP61 Ethernet controller found on MSI K9Pyun YongHyeon
2014-03-31Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-10-04Fix clearing MAC stats registers. Previously it cleared everyPyun YongHyeon
2013-09-17Fix a typo when accounting for tx_broadcast statistics.Xin LI
2013-08-24Change local variable tso_segsz to tsosegsz to avoid mbuf.h macro conflicts.Andre Oppermann
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-05-31If driver is not running, disable interrupts and do not try toPyun YongHyeon
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2011-03-23Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin
2011-01-24Reinitialize driver when MTU is changed and driver is running.Pyun YongHyeon
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2011-01-03Add a 'locked' variant of the foo_start() routine and call it directlyJohn Baldwin
2010-11-17MCP55 is the only NVIDIA controller that supports VLAN tagPyun YongHyeon
2010-11-15Plug memory leakage introduced in r215327.Pyun YongHyeon
2010-11-14P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issuePyun YongHyeon
2010-11-14o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl
2010-11-12Fix regression introduced in r215132. Caller always holds a driverPyun YongHyeon