summaryrefslogtreecommitdiff
path: root/sys/dev/neta/if_mvneta.c
Commit message (Expand)AuthorAgeFilesLines
* neta: improve TCP LROMichael Tuexen2024-10-311-7/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mechanically convert neta(4) to IfAPIJustin Hibbits2023-01-241-133/+132
* mvneta: Use clkgen API on armv7Albert Jakieła2022-09-071-8/+7
* neta: Fix MTU change sequenceKornel Dulęba2022-08-181-2/+6
* 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: 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-041-18/+29
* Suport Q-in-Q for mvneta.Arnaud Ysmal2021-12-031-0/+4
* neta: cleanup warningBjoern A. Zeeb2021-09-291-1/+0
* mvneta: split to FDT and generic partWojciech Macek2021-09-211-40/+5
* 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-041-18/+18
* 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-081-10/+40
* 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
* 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-091-6/+25
* Store virtual address of buffer in mvneta_rx_ringMarcin Wojtas2017-09-091-2/+2
* 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-131-0/+3570