summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/cn30xxipd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused headersvisa2020-08-151-6/+1
|
* Inline handling of receive checksum offloadvisa2020-08-151-30/+1
|
* Remove an unused function.visa2019-09-201-14/+1
|
* Remove unmaintained debug code.visa2017-11-051-147/+1
|
* Use the macro for cache line size.visa2017-11-041-4/+5
|
* Add support for the second GMX interface on Octeon II. This enablesvisa2016-06-221-2/+3
| | | | | | | ports eth[0-3] on 8-port EdgeRouters. Currently, port eth0 maps to network interface cnmac4, eth1 to cnmac5 etc. ok dlg@, tested by martijn@
* Drop a redundant set of FPA pool definitions.visa2016-05-241-3/+3
|
* Add back the initialisation of a cn30xxipd_offload() variable removedjsg2016-01-221-1/+3
| | | | | | in rev 1.6 so SET doesn't or bits into uninitialised memory. ok visa@
* Make use of hardware RX checksum validation.visa2015-10-241-46/+12
| | | | ok naddy@
* Remove evcnt and %b format strings relying upon SEIL extensions. This givesmiod2014-08-111-55/+12
| | | | | OCTEON_ETH_DEBUG kernels a chance to build. No functional change for regular kernels.
* <netinet/in_systm.h> is no longer needed.mpi2014-07-221-3/+1
|
* Replace some backwards compat functions with the current ones; the oldbcallah2013-10-221-2/+2
| | | | | | | | ones were removed some time ago. Noticed by William Orr <will AT worrbase DOT com> ok jasper@
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
| | | | ok guenther millert kettenis
* Ethernet driver merged from IIJ's contribution code.syuu2011-06-161-0/+400