aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic/thunder_bgx_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix vnic fallback PHY name matching after r334880.Mark Johnston2018-07-141-1/+2
* In the ThunderX BGX network driver we were skipping the NULL terminatorAndrew Turner2018-06-091-16/+16
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-201-1/+1
* Rework BGX detection to support both new and old firmwareZbigniew Bodek2017-03-311-33/+156
* Fix MAC address configuration for VNICZbigniew Bodek2016-03-311-11/+11
* Fix VNIC enumeration after r294993 and r294990Zbigniew Bodek2016-01-281-1/+1
* Fix finding appropriate BGX node in DTB and move it to a separate functionZbigniew Bodek2016-01-281-10/+140
* Introduce initial support for Cavium's ThunderX networking interfaceZbigniew Bodek2015-10-181-0/+207