aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/cavium/octe
Commit message (Expand)AuthorAgeFilesLines
* mips: Remove sys/mipsWarner Losh2021-12-3127-4592/+0
* Fix a common typo in source code commentsGordon Bergling2021-09-041-1/+1
* mips: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0123-84/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-8/+8
* Performance improvements for octe(4):Nathan Whitehorn2019-02-103-19/+14
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2020-0/+40
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-192-5/+5
* Add delay to Octeon MDIO access routines.Alexander Kabaev2014-09-141-0/+2
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Add missing includes.Juli Mallett2013-12-102-0/+3
* - Provide necessary includes.Gleb Smirnoff2013-10-2910-0/+10
* Use cvmx_mgmt_port_num_ports() instead of the inlined copy of aWarner Losh2013-05-022-16/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-052-2/+2
* Prevent hang on ATCA-7220 when transmitting packets < 60 bytes.Juli Mallett2012-11-191-0/+13
* Remove redundant printf of SDK version which already appears earlier in boot.Juli Mallett2012-11-191-2/+0
* Fix longstanding misprint.Juli Mallett2012-10-311-1/+1
* Actually check board type rather than using a specialized octeon_is_simulationJuli Mallett2012-10-305-14/+5
* Merge the Cavium Octeon SDK 2.3.0 Simple Executive code and update FreeBSD toJuli Mallett2012-03-115-26/+26
* Revert part of old logic of assigning MAC addressess:Oleksandr Tymoshenko2012-02-291-10/+30
* Refctor address assignment for Octeon's ethernet ports:Oleksandr Tymoshenko2012-02-227-45/+62
* Remove octeon_bootinfo from all files except octeon_machdep.c.Marcel Moolenaar2011-10-042-14/+7
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-7/+3
* o) Set MAC addresses starting at the MAC base for all management ports, notJuli Mallett2011-03-163-17/+27
* o) Tear down receive interrupt on detach.Juli Mallett2011-03-164-7/+7
* o) Clean up FPA pools on module unload.Juli Mallett2011-03-162-9/+47
* The Lanner MR-730 uses the first two MACs at its MAC base for the 10/100Juli Mallett2011-02-121-0/+14
* If there is no WQE available for a packet that needs segmentation, drop itJuli Mallett2011-01-201-1/+6
* Remove some compile-time options from the driver, particularly async IOBDMAJuli Mallett2011-01-204-114/+19
* Count output bytes and packets.Juli Mallett2011-01-101-0/+3
* Now that we correctly enable rx interrupts on all cores, performance has gottenJuli Mallett2011-01-091-1/+22
* o) Remove some unused local definitions of IP protocol numbers.Juli Mallett2011-01-092-11/+10
* o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320.Juli Mallett2010-12-161-0/+1
* Run all poll requests through a single function that can either do the genericJuli Mallett2010-11-307-63/+43
* Don't free the work queue entry that we're using to hold the scatter-gatherJuli Mallett2010-11-291-4/+8
* Merge Cavium Octeon SDK 2.0 Simple Executive; this brings some fixes and newJuli Mallett2010-11-282-14/+2
* o) Remove some commented out or unimplemented code.Juli Mallett2010-11-289-364/+89
* Remove unused and broken code to implement POW send and POW-only devices; aJuli Mallett2010-11-285-232/+5
* Use if_transmit to avoid ifq locking in transmit path.Juli Mallett2010-11-271-26/+15
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-6/+6
* Keep polling at 50hz as long as link state is changing.Juli Mallett2010-10-131-3/+15
* o) Make it possible to attach a PHY directly to an octe device rather thanJuli Mallett2010-10-136-47/+810
* o) Allow devices to override the MDIO read and write functions presented toJuli Mallett2010-10-027-1/+230
* o) Send mbufs to BPF listeners from within cvm_oct_xmit().Juli Mallett2010-09-253-19/+11
* Handle link updates in a task.Juli Mallett2010-09-255-58/+51
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple ExecutiveJuli Mallett2010-07-2023-0/+4151