aboutsummaryrefslogtreecommitdiff
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-10-081-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* neta: Fix MTU change sequenceKornel Dulęba2022-09-011-2/+6
* neta: Fix a typo in a source code commentGordon Bergling2022-04-141-1/+1
* neta: Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* neta: split fixed and in-band link status configurationSebastien Bini2022-03-291-5/+5
* mvneta: Unconditionally print an error message if mii_attach() failsMark Johnston2022-01-111-4/+2
* mvneta: Fix MTU update sequenceKornel Duleba2021-09-281-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