| Commit message (Expand) | Author | Age | Files | Lines |
* | Revise cnmac(4)'s address filter setup |  visa | 2021-02-13 | 1 | -96/+41 |
* | Handle Netgear ProSecure UTM25 |  visa | 2021-02-04 | 1 | -1/+10 |
* | Abstract octeon board handling a little |  visa | 2021-01-30 | 1 | -4/+4 |
* | Clean up attachment of octgmx(4) a bit |  visa | 2020-09-08 | 1 | -54/+39 |
* | Handle AGL interface |  visa | 2020-09-08 | 1 | -11/+274 |
* | Add kstat to cnmac(4) |  visa | 2020-09-04 | 1 | -50/+74 |
* | Remove no-op cn30xxgmx_reset_board(). |  visa | 2020-07-04 | 1 | -8/+1 |
* | rename the 'cn30xx' drivers to just 'oct', because digits inside devices |  deraadt | 2019-09-28 | 1 | -3/+3 |
* | Pass interface number as an explicit parameter to avoid decoding. |  visa | 2019-09-20 | 1 | -5/+5 |
* | Attach packet interfaces to octpip to use fdt. |  visa | 2019-09-15 | 1 | -3/+1 |
* | Fix the product code of the Unifi Security Gateway. |  visa | 2017-11-20 | 1 | -2/+2 |
* | Add the board ID for the Ubiquiti Unifi Security Gateway. |  visa | 2017-11-18 | 1 | -1/+2 |
* | Remove unmaintained debug code. |  visa | 2017-11-05 | 1 | -383/+1 |
* | Remove alternative implementations of GMX CAM setup logic |  visa | 2017-11-03 | 1 | -107/+1 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Always use the maximum permissible frame size for Rx size limit. |  visa | 2017-06-29 | 1 | -2/+2 |
* | Revise MDIO driver code so that device instances can be attached |  visa | 2017-05-02 | 1 | -49/+22 |
* | Make network ports work on Shasta. |  visa | 2017-04-08 | 1 | -1/+16 |
* | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 1 | -3/+1 |
* | Remove unnecessary function cn30xxgmx_submatch and call config_found |  martijn | 2016-11-26 | 1 | -12/+2 |
* | If the system has fdt, use it for locating network PHYs. |  visa | 2016-10-29 | 1 | -7/+27 |
* | Make PHY address lookups fail instead of using CAM-0100 entries |  visa | 2016-10-29 | 1 | -2/+5 |
* | Check if memory allocation failed. |  visa | 2016-10-21 | 1 | -1/+5 |
* | Fix grammar, and simplify a little. |  visa | 2016-10-21 | 1 | -4/+3 |
* | Add support for jumbo frames. |  visa | 2016-08-04 | 1 | -8/+7 |
* | Add support for the second GMX interface on Octeon II. This enables |  visa | 2016-06-22 | 1 | -17/+16 |
* | Make the 1 Gbps SGMII settings the default to define a consistent set of |  visa | 2016-06-18 | 1 | -3/+2 |
* | Add SGMII support and PHY addresses for 8-port EdgeRouters. This makes |  visa | 2016-06-09 | 1 | -5/+202 |
* | Map ASX registers only if link control needs them. |  visa | 2016-05-29 | 1 | -1/+17 |
* | The same MAC filter setup code should work with all PHY link types. |  visa | 2016-05-29 | 1 | -128/+108 |
* | rework how iobus(4) finds and attaches devices. |  jasper | 2015-07-19 | 1 | -5/+5 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 1 | -3/+1 |
* | no md code wants lockmgr locks, so no md code needs to include sys/lock.h |  dlg | 2015-02-11 | 1 | -2/+1 |
* | Replace some malloc(n*size,...) calls with mallocarray(). |  doug | 2014-12-09 | 1 | -3/+3 |
* | Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you. |  miod | 2014-08-11 | 1 | -2/+1 |
* | Get rid of the `quirks' member, which is never initialized (but by zero at |  miod | 2014-08-11 | 1 | -59/+6 |
* | Remove evcnt and %b format strings relying upon SEIL extensions. This gives |  miod | 2014-08-11 | 1 | -160/+58 |
* | De-static so that my ddb backtrace get closer to reality. |  miod | 2014-08-11 | 1 | -45/+45 |
* | Fix whitespace mistakes. |  pirofti | 2014-05-07 | 1 | -2/+2 |
* | Remove redundant base adrress printing during attach. |  pirofti | 2013-10-30 | 1 | -3/+2 |
* | no need to inform us about every state and link speed change, so move that |  jasper | 2013-10-24 | 1 | -3/+7 |
* | Do not print the higher address of the muticast range in debug mode, |  mpi | 2013-10-23 | 1 | -7/+3 |
* | Replace some backwards compat functions with the current ones; the old |  bcallah | 2013-10-22 | 1 | -2/+2 |
* | get ethernet working on the edgerouter lite |  jmatthew | 2013-09-19 | 1 | -8/+31 |
* | work out phy addresses before attaching cnmac and pass them to mii_attach |  jmatthew | 2013-09-16 | 1 | -1/+21 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -4/+1 |
* | - Use IF_Gbps(1) instead of IF_Mbps(1000) |  brad | 2012-11-28 | 1 | -2/+2 |
* | Rewrite the multicast handling for OpenBSD. From brad@ |  yasuoka | 2011-07-03 | 1 | -86/+64 |
* | Remove SET/CLR/ISSET macros from Octeon code. The kernel already provides |  yasuoka | 2011-06-24 | 1 | -7/+1 |
* | Ethernet driver merged from IIJ's contribution code. |  syuu | 2011-06-16 | 1 | -0/+1733 |