summaryrefslogtreecommitdiff
path: root/sys/dev/neta
AgeCommit message (Expand)Author
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-09-05neta: improve TCP LROMichael Tuexen
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-07mvneta: add the missing include opt_mvneta.hMateusz Guzik
2023-01-24Mechanically convert neta(4) to IfAPIJustin Hibbits
2022-09-07mvneta: Use clkgen API on armv7Albert Jakieła
2022-08-18neta: Fix MTU change sequenceKornel Dulęba
2022-05-09mvneta: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused mdio_devclass.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2022-04-13if_mvneta: Use __diagused for a variable only used in KASSERT().John Baldwin
2022-04-09neta: Fix a typo in a source code commentGordon Bergling
2022-04-08if_mvneta: Remove unused variables.John Baldwin
2022-04-05neta: remove write only variableWarner Losh
2022-04-02neta: Fix a typo in a source code commentGordon Bergling
2022-04-02neta: Fix a few common typos in a source code commentGordon Bergling
2022-03-22neta: split fixed and in-band link status configurationSebastien Bini
2022-01-04neta: clk code ifdef'd aarch64Warner Losh
2022-01-04mvneta: Unconditionally print an error message if mii_attach() failsMark Johnston
2022-01-04if_mvneta: Use clock frequencyHubert Mazur
2021-12-03Suport Q-in-Q for mvneta.Arnaud Ysmal
2021-10-29mvneta: fix encap propertyWojciech Macek
2021-09-29neta: cleanup warningBjoern A. Zeeb
2021-09-21mvneta: split to FDT and generic partWojciech Macek
2021-09-20if_mvneta: Build the driver as a kernel moduleHubert Mazur
2021-09-14Revert "if_mvneta: Build the driver as a kernel module"Wojciech Macek
2021-09-14if_mvneta: Build the driver as a kernel moduleHubert Mazur
2021-09-13Revert "if_mvneta: Build the driver as a kernel module"Wojciech Macek
2021-09-13if_mvneta: Build the driver as a kernel moduleHubert Mazur
2021-08-31mvneta: Fix MTU update sequenceKornel Duleba
2021-01-09mvneta: Acquire the softc lock before clearing the MIBMark Johnston
2021-01-04mvneta: Fix 64-bit MIB readsMark Johnston
2020-08-01Fix TX csum handling in if_mvnetaMarcin Wojtas
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-08Implement jumbo frame support in mvneta driverMarcin Wojtas
2020-02-08Destroy RX DMA tag on detach in mvneta driverMarcin Wojtas
2019-03-23Update mvneta/e6000sw for new DSA Device Tree BindingsMarcin Wojtas
2018-08-14Disable the auto negotiation if the port is set to fixed-link.Luiz Otavio O Souza
2018-04-08Clean up OF_getprop_alloc APIOleksandr Tymoshenko
2017-09-28Make this compile if NO_SYSCTL_DESCR is defined.Nick Hibma
2017-09-25Fix gcc compilation issues in the mvneta driverMarcin Wojtas
2017-09-09Add support for Armada 3700 in the NETA driverMarcin Wojtas
2017-09-09Store virtual address of buffer in mvneta_rx_ringMarcin Wojtas
2017-06-20Allow the use of extended media types with if_mvneta, so it can report 2.5GLuiz Otavio O Souza