| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r308237: | loos | 2017-07-15 | 1 | -1/+1 |
* | Stop abusing from struct ifnet presence to determine the packet direction | loos | 2017-07-15 | 1 | -4/+2 |
* | MFC r305940: | ae | 2017-07-15 | 1 | -2/+2 |
* | MFC r305778: | ae | 2017-07-15 | 1 | -6/+38 |
* | Add script to copy config.xml off an available USB drive after the installati... | jim-p | 2017-07-12 | 3 | -1/+62 |
* | Merge remote-tracking branch 'origin/releng/11.0' into RELENG_2_4 | Renato Botelho | 2017-07-12 | 3 | -4/+8 |
|\ |
|
| * | Fix heimdal KDC-REP service name validation vulnerability [SA-17:05] | delphij | 2017-07-12 | 3 | -4/+8 |
* | | Fix a crash in gpioctl, the flags list must be null terminated. | Luiz Souza | 2017-06-24 | 1 | -0/+1 |
* | | Fix the port based vlans for the Marvell e6000 series switches. | Luiz Souza | 2017-06-22 | 2 | -92/+87 |
* | | Make the probe routine fail when no compatible is found. | Luiz Souza | 2017-06-22 | 1 | -0/+2 |
* | | Convert gpioc to use the make_dev_s(9) KPI. This fix a possible race where | loos | 2017-06-22 | 1 | -5/+12 |
* | | Add initial support to is31fl319x RGB LED driver. | Luiz Souza | 2017-06-20 | 3 | -0/+436 |
* | | Add initial GPIO PWM support. | Luiz Souza | 2017-06-20 | 6 | -15/+245 |
* | | Add support for the PCA9552 16-bit LED driver with programmable blink rates. | Luiz Souza | 2017-06-20 | 3 | -0/+457 |
* | | Always ignore the START and STOP bits whenever the control register is | loos | 2017-06-20 | 1 | -4/+8 |
* | | Make ofw_iicbus attach to twsi I2C controllers. | loos | 2017-06-20 | 2 | -1/+15 |
* | | Add support to 2.5G uplink for the MV88E6141 and MV88E6341 switches. | loos | 2017-06-20 | 2 | -43/+111 |
* | | Prevent multiple lock initialization in e6000sw probe | zbb | 2017-06-19 | 1 | -3/+8 |
* | | Add the initial support for the Marvell 88E6141 and 88E6341 switches. | loos | 2017-06-19 | 1 | -18/+66 |
* | | [etherswitch] add in an initial API for controlling per-port LED behaviour. | adrian | 2017-06-19 | 5 | -4/+146 |
* | | Convert etherswitch to use the make_dev_s(9) KPI. This fix a possible race | loos | 2017-06-19 | 1 | -6/+13 |
* | | Allow simultaneous access to switch device, there is no reason to prevent | loos | 2017-06-19 | 1 | -2/+0 |
* | | Remove an unnecessary variable from the switch softc structure and make the | loos | 2017-06-10 | 1 | -19/+22 |
* | | style(9) fixes, remove unnecessary headers, remove duplicate #defines and | loos | 2017-06-10 | 2 | -136/+88 |
* | | Poll PHY status using internal e6000sw registers | wma | 2017-06-10 | 2 | -6/+53 |
* | | Improve busy-wait loop during switch phy access in e6000sw | wma | 2017-06-10 | 1 | -8/+39 |
* | | Add missing unlock in e6000sw driver | zbb | 2017-06-10 | 1 | -0/+1 |
* | | Fix broken malloc in e6000sw | zbb | 2017-06-10 | 1 | -2/+4 |
* | | When the switch is set to operate in the Multi Chip Addressing Mode we | loos | 2017-06-10 | 1 | -13/+7 |
* | | Improve ports handling in e6000sw driver | zbb | 2017-06-10 | 2 | -80/+286 |
* | | Add a bitmask field to keep the enabled ports of a switch, not all switches w... | Luiz Souza | 2017-06-09 | 2 | -0/+16 |
* | | Add the Denverton HSUART device ID. | Luiz Souza | 2017-06-04 | 1 | -0/+2 |
* | | MFC r312346: | loos | 2017-05-24 | 1 | -2/+6 |
* | | Persistently store NIC's hardware MAC address, and add a way to retrive it | rpokala | 2017-05-19 | 1 | -2/+2 |
* | | MFC r308187, r311660, r311693, r311727, r311797: | ian | 2017-05-12 | 3 | -38/+110 |
* | | Revert this change. | Luiz Souza | 2017-05-11 | 1 | -1/+1 |
* | | Export more information about ARM CPUs and SoCs. | Luiz Souza | 2017-05-11 | 3 | -11/+30 |
* | | Remove the extra '\n' at end of the sysctl string. | Luiz Souza | 2017-05-11 | 1 | -1/+1 |
* | | Fix hw.model sysctl on ARM. | Luiz Souza | 2017-05-11 | 1 | -9/+7 |
* | | Persistently store NIC's hardware MAC address, and add a way to retrive it | rpokala | 2017-05-11 | 1 | -1/+2 |
* | | Persistently store NIC's hardware MAC address, and add a way to retrive it | rpokala | 2017-05-11 | 5 | -1/+83 |
* | | Merge remote-tracking branch 'origin/releng/11.0' into RELENG_2_4 | Renato Botelho | 2017-05-11 | 411 | -73546/+16368 |
|\ \
| |/ |
|
| * | Fix ipfilter(4) fragment handling panic. | delphij | 2017-04-27 | 3 | -2/+6 |
| * | Fix multiple vulnerabilities of ntp. [SA-17:03] | delphij | 2017-04-12 | 410 | -73545/+16363 |
* | | Reimplement the commit 3a10a90e55b9cd00bf9c1343ff5df940cdd16a19 to export the... | Luiz Souza | 2017-05-09 | 1 | -1/+13 |
* | | MFC r304285: | kib | 2017-05-09 | 24 | -171/+246 |
* | | MFC r303548: | kib | 2017-05-09 | 1 | -10/+8 |
* | | MFC r303382: | kib | 2017-05-09 | 16 | -52/+140 |
* | | MFC r303384: | kib | 2017-05-09 | 1 | -2/+2 |
* | | MFC r303383: | kib | 2017-05-09 | 1 | -18/+8 |