summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/cn30xxgmx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revise cnmac(4)'s address filter setupvisa2021-02-131-96/+41
* Handle Netgear ProSecure UTM25visa2021-02-041-1/+10
* Abstract octeon board handling a littlevisa2021-01-301-4/+4
* Clean up attachment of octgmx(4) a bitvisa2020-09-081-54/+39
* Handle AGL interfacevisa2020-09-081-11/+274
* Add kstat to cnmac(4)visa2020-09-041-50/+74
* Remove no-op cn30xxgmx_reset_board().visa2020-07-041-8/+1
* rename the 'cn30xx' drivers to just 'oct', because digits inside devicesderaadt2019-09-281-3/+3
* Pass interface number as an explicit parameter to avoid decoding.visa2019-09-201-5/+5
* Attach packet interfaces to octpip to use fdt.visa2019-09-151-3/+1
* Fix the product code of the Unifi Security Gateway.visa2017-11-201-2/+2
* Add the board ID for the Ubiquiti Unifi Security Gateway.visa2017-11-181-1/+2
* Remove unmaintained debug code.visa2017-11-051-383/+1
* Remove alternative implementations of GMX CAM setup logicvisa2017-11-031-107/+1
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Always use the maximum permissible frame size for Rx size limit.visa2017-06-291-2/+2
* Revise MDIO driver code so that device instances can be attachedvisa2017-05-021-49/+22
* Make network ports work on Shasta.visa2017-04-081-1/+16
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* Remove unnecessary function cn30xxgmx_submatch and call config_foundmartijn2016-11-261-12/+2
* If the system has fdt, use it for locating network PHYs.visa2016-10-291-7/+27
* Make PHY address lookups fail instead of using CAM-0100 entriesvisa2016-10-291-2/+5
* Check if memory allocation failed.visa2016-10-211-1/+5
* Fix grammar, and simplify a little.visa2016-10-211-4/+3
* Add support for jumbo frames.visa2016-08-041-8/+7
* Add support for the second GMX interface on Octeon II. This enablesvisa2016-06-221-17/+16
* Make the 1 Gbps SGMII settings the default to define a consistent set ofvisa2016-06-181-3/+2
* Add SGMII support and PHY addresses for 8-port EdgeRouters. This makesvisa2016-06-091-5/+202
* Map ASX registers only if link control needs them.visa2016-05-291-1/+17
* The same MAC filter setup code should work with all PHY link types.visa2016-05-291-128/+108
* rework how iobus(4) finds and attaches devices.jasper2015-07-191-5/+5
* Increment if_ipackets in if_input().mpi2015-06-241-3/+1
* no md code wants lockmgr locks, so no md code needs to include sys/lock.hdlg2015-02-111-2/+1
* Replace some malloc(n*size,...) calls with mallocarray().doug2014-12-091-3/+3
* Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you.miod2014-08-111-2/+1
* Get rid of the `quirks' member, which is never initialized (but by zero atmiod2014-08-111-59/+6
* Remove evcnt and %b format strings relying upon SEIL extensions. This givesmiod2014-08-111-160/+58
* De-static so that my ddb backtrace get closer to reality.miod2014-08-111-45/+45
* Fix whitespace mistakes.pirofti2014-05-071-2/+2
* Remove redundant base adrress printing during attach.pirofti2013-10-301-3/+2
* no need to inform us about every state and link speed change, so move thatjasper2013-10-241-3/+7
* Do not print the higher address of the muticast range in debug mode,mpi2013-10-231-7/+3
* Replace some backwards compat functions with the current ones; the oldbcallah2013-10-221-2/+2
* get ethernet working on the edgerouter litejmatthew2013-09-191-8/+31
* work out phy addresses before attaching cnmac and pass them to mii_attachjmatthew2013-09-161-1/+21
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-4/+1
* - Use IF_Gbps(1) instead of IF_Mbps(1000)brad2012-11-281-2/+2
* Rewrite the multicast handling for OpenBSD. From brad@yasuoka2011-07-031-86/+64
* Remove SET/CLR/ISSET macros from Octeon code. The kernel already providesyasuoka2011-06-241-7/+1
* Ethernet driver merged from IIJ's contribution code.syuu2011-06-161-0/+1733