Age | Commit message (Expand) | Author |
2018-01-16 | Fix bit. | Visa Hankala |
2018-01-16 | Fix return value. | Visa Hankala |
2018-01-11 | Add size for free. | Visa Hankala |
2018-01-08 | Override membar_producer() for octeon. | Visa Hankala |
2018-01-07 | Assume that direct-mapped addresses come from the xkphys segment. | Visa Hankala |
2018-01-07 | Add references to errata. | Visa Hankala |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-27 | Make octeon_intr_establish() assume edge triggering with CIU3. | Visa Hankala |
2017-12-27 | Ensure interrupt delivery is disabled when setting interrupt | Visa Hankala |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-05 | Show board ID and revision in dmesg to ease the identification | Visa Hankala |
2017-12-05 | Drop cn30xxpow_intr_establish(), cn30xxpow_intr() and some other | Visa Hankala |
2017-11-26 | On wqe error, show also word2 and word3. Those might help in debugging. | Visa Hankala |
2017-11-26 | Initialize Rx subsystems before enabling the processing of incoming | Visa Hankala |
2017-11-20 | Add the board ID of the Unifi Security Gateway PRO-4. | Visa Hankala |
2017-11-20 | Fix the product code of the Unifi Security Gateway. | Visa Hankala |
2017-11-18 | Submit incoming packets to the network stack in batches like is done | Visa Hankala |
2017-11-18 | Move the packet input work requesting inside if_cnmac.c. This removes | Visa Hankala |
2017-11-18 | Pass the software context as an argument to the interrupt handler. | Visa Hankala |
2017-11-18 | Rename octeon_eth_* to cnmac_* for consistency with the driver's name. | Visa Hankala |
2017-11-18 | Add the board ID for the Ubiquiti Unifi Security Gateway. | Visa Hankala |
2017-11-09 | Synchronize command initiation, event wait, and interrupt handling | Visa Hankala |
2017-11-05 | Set the core's own group mask when scheduling work, to receive work | Visa Hankala |
2017-11-05 | Handle failure. | Visa Hankala |
2017-11-05 | slight cleanup | Visa Hankala |
2017-11-05 | Add a function for getting the current core's hardware identifier. | Visa Hankala |
2017-11-05 | Remove unmaintained debug code. | Visa Hankala |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-11-04 | Use the macro for cache line size. | Visa Hankala |
2017-11-04 | Check buffer size parameters at compile time. | Visa Hankala |
2017-11-04 | One macro for cache line size is enough. | Visa Hankala |
2017-11-03 | Remove alternative implementations of GMX CAM setup logic | Visa Hankala |
2017-11-03 | Fix a stupid typo. | Visa Hankala |
2017-11-02 | Assign each cnmac(4) port its own input work group, and assign | Visa Hankala |
2017-11-01 | Add readiness to utilize LMTDMA operations. | Visa Hankala |
2017-11-01 | Fix the addressing of CVMSEG. The base address already points to | Visa Hankala |
2017-10-24 | remove defines for ioctls the kernel doesn't recognise | Jonathan Gray |
2017-10-16 | Utilize scatter/gather DMA with the newer MMC controller. | Visa Hankala |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-23 | Fix controller locking so that it covers the DMA map and bounce buffer. | Visa Hankala |
2017-09-22 | Do not bounce if possible. | Visa Hankala |
2017-09-22 | Allocate a bounce buffer once during init and reuse it for DMA commands. | Visa Hankala |
2017-09-21 | Ensure proper order of register accesses by readback after write. | Visa Hankala |
2017-09-17 | Do not print "cpuX launched" any longer. This reduces dmesg spam | Visa Hankala |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-06 | Allow two GMX instances on CN70xx/CN71xx to enable all ports | Visa Hankala |
2017-09-04 | Let octmmc(4) attach on revision 7890 controller. | Visa Hankala |
2017-09-02 | Let the kernel utilize the FPU if one is available, even when the | Visa Hankala |