summaryrefslogtreecommitdiff
path: root/sys/dev/neta
Commit message (Expand)AuthorAgeFilesLines
* 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