aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/neta
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert neta(4) to IfAPIJustin Hibbits2023-01-242-135/+134
* mvneta: Use clkgen API on armv7Albert Jakieła2022-09-071-8/+7
* neta: Fix MTU change sequenceKornel Dulęba2022-08-181-2/+6
* mvneta: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-4/+2
* Remove unused mdio_devclass.John Baldwin2022-05-061-1/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* if_mvneta: Use __diagused for a variable only used in KASSERT().John Baldwin2022-04-131-1/+1
* neta: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* if_mvneta: Remove unused variables.John Baldwin2022-04-091-10/+1
* neta: remove write only variableWarner Losh2022-04-061-2/+0
* neta: Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* neta: Fix a few common typos in a source code commentGordon Bergling2022-04-021-2/+2
* neta: split fixed and in-band link status configurationSebastien Bini2022-03-221-5/+5
* neta: clk code ifdef'd aarch64Warner Losh2022-01-041-0/+2
* mvneta: Unconditionally print an error message if mii_attach() failsMark Johnston2022-01-041-4/+2
* if_mvneta: Use clock frequencyHubert Mazur2022-01-042-18/+31
* Suport Q-in-Q for mvneta.Arnaud Ysmal2021-12-031-0/+4
* mvneta: fix encap propertyWojciech Macek2021-10-291-1/+1
* neta: cleanup warningBjoern A. Zeeb2021-09-292-1/+1
* mvneta: split to FDT and generic partWojciech Macek2021-09-213-40/+50
* if_mvneta: Build the driver as a kernel moduleHubert Mazur2021-09-201-34/+47
* Revert "if_mvneta: Build the driver as a kernel module"Wojciech Macek2021-09-141-43/+30
* if_mvneta: Build the driver as a kernel moduleHubert Mazur2021-09-141-30/+43
* Revert "if_mvneta: Build the driver as a kernel module"Wojciech Macek2021-09-131-43/+30
* if_mvneta: Build the driver as a kernel moduleHubert Mazur2021-09-131-30/+43
* mvneta: Fix MTU update sequenceKornel Duleba2021-08-311-19/+18
* mvneta: Acquire the softc lock before clearing the MIBMark Johnston2021-01-091-0/+2
* mvneta: Fix 64-bit MIB readsMark Johnston2021-01-042-21/+19
* Fix TX csum handling in if_mvnetaMarcin Wojtas2020-08-011-5/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-8/+9
* Implement jumbo frame support in mvneta driverMarcin Wojtas2020-02-083-19/+68
* Destroy RX DMA tag on detach in mvneta driverMarcin Wojtas2020-02-081-0/+2
* Update mvneta/e6000sw for new DSA Device Tree BindingsMarcin Wojtas2019-03-231-12/+31
* Disable the auto negotiation if the port is set to fixed-link.Luiz Otavio O Souza2018-08-141-0/+1
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Make this compile if NO_SYSCTL_DESCR is defined.Nick Hibma2017-09-281-4/+5
* Fix gcc compilation issues in the mvneta driverMarcin Wojtas2017-09-251-12/+13
* Add support for Armada 3700 in the NETA driverMarcin Wojtas2017-09-092-7/+32
* Store virtual address of buffer in mvneta_rx_ringMarcin Wojtas2017-09-092-2/+5
* Allow the use of extended media types with if_mvneta, so it can report 2.5GLuiz Otavio O Souza2017-06-201-2/+3
* Introduce Armada 38x/XP network controller supportZbigniew Bodek2017-06-134-0/+5049