| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make OF_searchencprop signature consistent with OF_getencprop | Oleksandr Tymoshenko | 2018-04-09 | 2 | -2/+2 |
| * | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 16 | -40/+69 |
| * | Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. These | Andrew Turner | 2018-04-08 | 1 | -44/+3 |
| * | Allow hinted attachment on FDT-based systems. Instead of returning ENXIO | Ian Lepore | 2018-04-08 | 1 | -8/+11 |
| * | Revert r332277, it contained an unintended extra change | Andrew Turner | 2018-04-08 | 1 | -2/+75 |
| * | Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. These | Andrew Turner | 2018-04-08 | 1 | -75/+2 |
| * | Move fdt_is_type to be a Marvell specific function. It's not used by any | Andrew Turner | 2018-04-08 | 2 | -20/+0 |
| * | Update VMCI license based on comments from core, the FreeBSD Foundation, | Mark Peek | 2018-04-08 | 28 | -27/+78 |
| * | Cast the data pointer to the correct type for the data being accessed (as | Ian Lepore | 2018-04-07 | 1 | -2/+2 |
| * | Don't check for impossible NULL return from malloc(..., M_WAITOK). | Ian Lepore | 2018-04-07 | 1 | -6/+0 |
| * | Add an ioctl to get/set the SPI transfer mode. Also, make the bus clock | Ian Lepore | 2018-04-07 | 1 | -12/+11 |
| * | Generate a spibus_set_[ivarname]() convenience function for each ivar, | Ian Lepore | 2018-04-07 | 1 | -1/+7 |
| * | Remove the existing identify() hack to force-add a spigen device on | Ian Lepore | 2018-04-07 | 1 | -15/+16 |
| * | Return BUS_PROBE_DEFAULT, not zero, because this is not the one driver | Ian Lepore | 2018-04-07 | 1 | -1/+5 |
| * | A couple minor improvements to spibus.c... | Ian Lepore | 2018-04-07 | 1 | -9/+5 |
| * | Add support for writing/changing spi device ivars. The SPI mode (polarity | Ian Lepore | 2018-04-07 | 1 | -0/+32 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 27 | -37/+1 |
| * | In cases where an application issues certain IPMI commands at a high | Jonathan T. Looney | 2018-04-06 | 1 | -3/+5 |
| * | cxgbe(4): Always display an error message if SIOCSIFFLAGS will leave | Navdeep Parhar | 2018-04-04 | 1 | -3/+13 |
| * | netmap: align if_ptnet guest driver to the upstream code (commit 0e15788) | Vincenzo Maffione | 2018-04-04 | 3 | -174/+204 |
| * | Add a missing MODULE_DEPEND(). | Ian Lepore | 2018-04-04 | 1 | -0/+1 |
| * | Remove fdt_pm_is_enabled as it's Marvell specific. Replace the only call to | Andrew Turner | 2018-04-04 | 2 | -15/+0 |
| * | Add api for creating resource list based on 'assigned-addresses' | Marcin Wojtas | 2018-04-04 | 2 | -4/+23 |
| * | Bump driver version number in mlx5en(4). | Hans Petter Selasky | 2018-04-04 | 1 | -1/+3 |
| * | regulator: Disable unused regulator | Emmanuel Vadot | 2018-04-04 | 1 | -0/+31 |
| * | Limit glyph count in vtfont_load to avoid integer overflow. | Gordon Tetlow | 2018-04-04 | 1 | -1/+3 |
| * | Fix kernel modules names for Marvell armv7 | Marcin Wojtas | 2018-04-03 | 1 | -2/+2 |
| * | Remove fdt_is_enabled, fdt_reg_to_rl, and fdt_get_unit. These are not used | Andrew Turner | 2018-04-03 | 2 | -89/+0 |
| * | Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These are | Andrew Turner | 2018-04-03 | 1 | -1/+1 |
| * | cxgbe: Implement tcp_info handler for connections handled by t4_tom. | Navdeep Parhar | 2018-04-03 | 4 | -22/+102 |
| * | Fix the build on arches with default unsigned char. Capture the fubyte() | Ian Lepore | 2018-04-01 | 1 | -3/+4 |
| * | The Uninorth ID was really for Uninorth 2. | Warner Losh | 2018-04-01 | 2 | -3/+3 |
| * | fwohcireg.h is 99% the same between the boot loader and the | Warner Losh | 2018-03-31 | 1 | -0/+2 |
| * | Add deprecation notices for Arcnet and FDDI drivers. | Brooks Davis | 2018-03-30 | 2 | -0/+2 |
| * | Fall back to ether_ioctl() by default. | Brooks Davis | 2018-03-30 | 4 | -28/+5 |
| * | Remove unused structure field in mlx5core. | Hans Petter Selasky | 2018-03-30 | 1 | -1/+0 |
| * | Bump mlx5core driver version. | Hans Petter Selasky | 2018-03-30 | 1 | -2/+4 |
| * | Fix for use after free in mlx5core. | Hans Petter Selasky | 2018-03-30 | 1 | -1/+2 |
| * | Make sure Giant is locked when allocating bus resources in mlx5core. | Hans Petter Selasky | 2018-03-30 | 1 | -0/+4 |
| * | Collect firmware dump when mlx5core is in device error state. | Hans Petter Selasky | 2018-03-30 | 1 | -0/+3 |
| * | Reorganize health recovery in mlx5core. | Hans Petter Selasky | 2018-03-30 | 1 | -39/+47 |
| * | Prepare for FW dump in error state in mlx5core. | Hans Petter Selasky | 2018-03-30 | 2 | -5/+9 |
| * | Properly check if crspace is supported in mlx5core. | Hans Petter Selasky | 2018-03-30 | 1 | -6/+12 |
| * | Add missing newline character in print in mlx5core. | Hans Petter Selasky | 2018-03-30 | 1 | -1/+1 |
| * | Use an accessor function to access ifr_data. | Brooks Davis | 2018-03-30 | 15 | -63/+81 |
| * | ocs_fc(4): Fix GCC build (-Wredundant-decls) | Conrad Meyer | 2018-03-30 | 1 | -3/+0 |
| * | Bring in the Broadcom/Emulex Fibre Channel driver, ocs_fc(4). | Kenneth D. Merry | 2018-03-30 | 49 | -0/+69126 |
| * | Correct comment typo in Hyper-V | Ed Maste | 2018-03-30 | 1 | -1/+1 |
| * | bhnd(4): Use the new BHND_CAP_BP64 capability flag to exclude DMA | Landon J. Fuller | 2018-03-29 | 1 | -1/+8 |
| * | bhnd(4): include a subset of the ChipCommon capability flags in bhnd_chipid; | Landon J. Fuller | 2018-03-29 | 8 | -200/+200 |