Age | Commit message (Expand) | Author |
2024-07-08 | octeon/cnmac: assume 1Gbps in the default case | Landry Breuil |
2024-05-20 | remove prototypes with no matching function; ok visa@ | Jonathan Gray |
2022-12-28 | Fix the word in the copyright. IIJ is not a regent. ok from nakayama | YASUOKA Masahiko |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2021-03-11 | spelling | Jonathan Gray |
2021-02-13 | Revise cnmac(4)'s address filter setup | Visa Hankala |
2021-02-04 | Handle Netgear ProSecure UTM25 | Visa Hankala |
2021-01-30 | Abstract octeon board handling a little | Visa Hankala |
2020-09-08 | Clean up attachment of octgmx(4) a bit | Visa Hankala |
2020-09-08 | Handle AGL interface | Visa Hankala |
2020-09-04 | Add kstat to cnmac(4) | Visa Hankala |
2020-07-04 | Remove no-op cn30xxgmx_reset_board(). | Visa Hankala |
2019-09-28 | rename the 'cn30xx' drivers to just 'oct', because digits inside devices | Theo de Raadt |
2019-09-20 | Pass interface number as an explicit parameter to avoid decoding. | Visa Hankala |
2019-09-15 | Attach packet interfaces to octpip to use fdt. | Visa Hankala |
2017-11-20 | Fix the product code of the Unifi Security Gateway. | Visa Hankala |
2017-11-18 | Add the board ID for the Ubiquiti Unifi Security Gateway. | Visa Hankala |
2017-11-05 | Remove unmaintained debug code. | Visa Hankala |
2017-11-03 | Remove alternative implementations of GMX CAM setup logic | Visa Hankala |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-06-29 | Always use the maximum permissible frame size for Rx size limit. | Visa Hankala |
2017-05-02 | Revise MDIO driver code so that device instances can be attached | Visa Hankala |
2017-04-08 | Make network ports work on Shasta. | Visa Hankala |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-11-26 | Remove unnecessary function cn30xxgmx_submatch and call config_found | Martijn van Duren |
2016-10-29 | If the system has fdt, use it for locating network PHYs. | Visa Hankala |
2016-10-29 | Make PHY address lookups fail instead of using CAM-0100 entries | Visa Hankala |
2016-10-21 | Check if memory allocation failed. | Visa Hankala |
2016-10-21 | Fix grammar, and simplify a little. | Visa Hankala |
2016-08-04 | Add support for jumbo frames. | Visa Hankala |
2016-06-22 | Add support for the second GMX interface on Octeon II. This enables | Visa Hankala |
2016-06-18 | Make the 1 Gbps SGMII settings the default to define a consistent set of | Visa Hankala |
2016-06-09 | Add SGMII support and PHY addresses for 8-port EdgeRouters. This makes | Visa Hankala |
2016-05-29 | Map ASX registers only if link control needs them. | Visa Hankala |
2016-05-29 | The same MAC filter setup code should work with all PHY link types. | Visa Hankala |
2015-07-19 | rework how iobus(4) finds and attaches devices. | Jasper Lievisse Adriaanse |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-02-11 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h | David Gwynne |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-08-11 | Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you. | Miod Vallat |
2014-08-11 | Get rid of the `quirks' member, which is never initialized (but by zero at | Miod Vallat |
2014-08-11 | Remove evcnt and %b format strings relying upon SEIL extensions. This gives | Miod Vallat |
2014-08-11 | De-static so that my ddb backtrace get closer to reality. | Miod Vallat |
2014-05-07 | Fix whitespace mistakes. | Paul Irofti |
2013-10-30 | Remove redundant base adrress printing during attach. | Paul Irofti |
2013-10-24 | no need to inform us about every state and link speed change, so move that | Jasper Lievisse Adriaanse |
2013-10-23 | Do not print the higher address of the muticast range in debug mode, | Martin Pieuchot |
2013-10-22 | Replace some backwards compat functions with the current ones; the old | Brian Callahan |
2013-09-19 | get ethernet working on the edgerouter lite | Jonathan Matthew |
2013-09-16 | work out phy addresses before attaching cnmac and pass them to mii_attach | Jonathan Matthew |