summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert if_bridge.c back to if_start() to re-add the ALTQ support.Luiz Souza2017-10-301-32/+24
* bridge: Set module versionkp2017-10-271-0/+1
* Make if_bridge complain if it can't disable some capabilities.mav2017-10-271-2/+6
* Remove excess CTLFLAG_VNETbdrewery2017-10-271-1/+1
* Make the bandwidth internal storage an unsigned int in IPFW dummynet.Luiz Souza2017-10-264-9/+11
* ipfw: dummynet: Add 'G' and 'g' suffix for bandwidth configuration/displaymanu2017-10-261-0/+5
* Enable VTNET_LEGACY_TX when ALTQ is enabled.Luiz Souza2017-10-251-0/+4
* Do not count the input and output bytes, they are already accounted in the up...Luiz Souza2017-10-251-2/+2
* Look for the correct netgraph name when looking for VLANs in dot notation.Luiz Souza2017-10-241-2/+2
* Use the single byte FIFO, the correct implementation of the two bytes FIFO in...Luiz Souza2017-10-201-69/+32
* Zero the dummy bytes sent in reads.Luiz Souza2017-10-191-0/+1
* White space fixes.Luiz Souza2017-10-191-4/+4
* Revert "Disable the SPI driver in pfSense for now."Luiz Souza2017-10-191-4/+0
* Disable the SPI driver in pfSense for now.Luiz Souza2017-10-191-0/+4
* Disable the two bytes FIFO after the transfer to keep the controller in a con...Luiz Souza2017-10-191-0/+3
* net/vlan: Revert 305177sephe2017-10-181-1/+1
* Speed up the SPI driver.Luiz Souza2017-10-181-1/+1
* Enable the two bytes FIFO when possible.Luiz Souza2017-10-181-29/+75
* Merge remote-tracking branch 'origin/releng/11.1' into RELENG_2_4Renato Botelho2017-10-1815-54/+245
|\
| * Correct copy-paste. 11.1 is p2, not p13.gordon2017-10-171-1/+1
| * Fix WPA2 protocol vulnerability. [SA-17:07]gordon2017-10-1715-54/+245
* | ofw_spi: Parse property for the SPI mode and CS polarity.manu2017-10-1713-0/+46
* | Add config_intrhook_oneshot(): schedule an intrhook function and unregisterian2017-10-174-6/+63
* | Enable the SPI driver and the SPI flash on ARMADA38X kernel.Luiz Souza2017-10-181-0/+5
* | Add the SPI driver for the Marvell Armada 38x/Orion.Luiz Souza2017-10-182-0/+340
* | Add the ID for the Numonyx N25Q128 SPI Flash.Luiz Souza2017-10-181-0/+1
* | fix image alignmentJared Dillard2017-10-171-2/+2
* | Import patch to fix hostres high CPU usageRenato Botelho2017-10-161-1/+2
* | Add ATU dump routine, useful for switch state debugging.Luiz Souza2017-10-141-0/+51
* | Fix a panic during boot caused by inadequate locking of some vt(4) driverjtl2017-10-111-3/+5
* | Increase the EFI staging area to better fit the pfSense installer mfsroot.Luiz Souza2017-10-111-1/+1
* | Verify and reset the next pointer when it is set out of range.Luiz Souza2017-10-091-0/+2
* | Replace a hardcoded value and an unnecessary assignment.Luiz Souza2017-10-091-2/+2
* | Revert "Change the name of SG-3100 NIC to "mvn" to workaround Ticket #294."Luiz Souza2017-10-081-1/+1
* | Change the name of SG-3100 NIC to "mvn" to workaround Ticket #294.Luiz Souza2017-10-081-1/+1
* | Revert "Increase the interface size to 64 bytes (including the terminating NU...Luiz Souza2017-10-082-2/+2
* | Revert "Increase the size of local storage to cope with the new IF_NAMESIZEi ...Luiz Souza2017-10-081-1/+1
* | Revert "Fix the build. Reduce the interface name size on ipfw tables."Luiz Souza2017-10-081-1/+1
* | Add the ARMADA38X-netboot kernel config that is going be used in factory inst...Luiz Souza2017-10-072-1/+34
* | Fix the build. Reduce the interface name size on ipfw tables.Luiz Souza2017-10-071-1/+1
* | Add the environment files for the build of the SG-3100 installer images.Luiz Souza2017-10-073-0/+98
* | Increase the size of local storage to cope with the new IF_NAMESIZEi value.Luiz Souza2017-10-071-1/+1
* | Increase the interface size to 64 bytes (including the terminating NULL).Luiz Souza2017-10-072-2/+2
* | Update pfSense brand and logoRenato Botelho2017-10-072-19/+19
* | Fix the growfs rc script to cope with diskid labels.Luiz Souza2017-10-051-2/+8
* | Enable GPIO on SG-3100 recover image.Luiz Souza2017-10-051-1/+0
* | Add the missing defines for the discard tagged/untagged.Luiz Souza2017-10-051-0/+2
* | Add support to 'drop tagged' and 'drop untagged' packets on switch ports.Luiz Souza2017-10-041-2/+21
* | Add support for the 'drop tagged' keyword.Luiz Souza2017-10-042-2/+8
* | Add basic LAGG support on the etherswitch framework.Luiz Souza2017-10-044-4/+151
OpenPOWER on IntegriCloud