summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev/if_cnmac.c
AgeCommit message (Expand)Author
2024-05-20remove prototypes with no matching function; ok visa@Jonathan Gray
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2022-12-28Fix the word in the copyright. IIJ is not a regent. ok from nakayamaYASUOKA Masahiko
2021-03-11spellingJonathan Gray
2021-02-17Do not reprogram address filter after MII status changeVisa Hankala
2021-02-13Revise cnmac(4)'s address filter setupVisa Hankala
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-09-04Add kstat to cnmac(4)Visa Hankala
2020-08-15Inline handling of receive checksum offloadVisa Hankala
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-04Remove no-op cn30xxgmx_reset_board().Visa Hankala
2018-01-07Assume that direct-mapped addresses come from the xkphys segment.Visa Hankala
2018-01-07Add references to errata.Visa Hankala
2017-11-26On wqe error, show also word2 and word3. Those might help in debugging.Visa Hankala
2017-11-26Initialize Rx subsystems before enabling the processing of incomingVisa Hankala
2017-11-18Submit incoming packets to the network stack in batches like is doneVisa Hankala
2017-11-18Move the packet input work requesting inside if_cnmac.c. This removesVisa Hankala
2017-11-18Pass the software context as an argument to the interrupt handler.Visa Hankala
2017-11-18Rename octeon_eth_* to cnmac_* for consistency with the driver's name.Visa Hankala
2017-11-04Check buffer size parameters at compile time.Visa Hankala
2017-11-04One macro for cache line size is enough.Visa Hankala
2017-11-02Assign each cnmac(4) port its own input work group, and assignVisa Hankala
2017-05-02Revise MDIO driver code so that device instances can be attachedVisa Hankala
2017-04-02Drop address conversion cruft.Visa Hankala
2017-01-24add support for multiple transmit ifqueues per network interface.David Gwynne
2016-11-05Drop unnecessary #ifdef MBUF_TIMESTAMP.Visa Hankala
2016-11-05Do not show a device unit number in the cnmac interrupt name. The sameVisa Hankala
2016-11-02Make possible to change the link layer address of a cnmac(4) interface.Visa Hankala
2016-08-14Remove some annoying debug printfs to get rid of u_quad_t in cnmac.Visa Hankala
2016-08-06Log RX errors only when the interface's debug flag is set.Visa Hankala
2016-08-05Drop a pointless link carrier check from the RX path.Visa Hankala
2016-08-04Add support for jumbo frames.Visa Hankala
2016-07-30Remove disabled jumbo frame checks. They will not be neededVisa Hankala
2016-07-30Drop a redundant parameter of octeon_eth_buf_free_work().Visa Hankala
2016-06-22Add support for the second GMX interface on Octeon II. This enablesVisa Hankala
2016-05-30Fill the packet data pool with standard mbuf clusters instead ofVisa Hankala
2016-05-29Map ASX registers only if link control needs them.Visa Hankala
2016-05-24Drop a redundant set of FPA pool definitions.Visa Hankala
2016-05-24Try to defragment overly long mbuf chains.Visa Hankala
2016-05-24Fix previous.Visa Hankala
2016-05-23remove the function pointer from mbufs. this memory is shared with dataTed Unangst
2016-05-21Make the TX path of cnmac(4) MP-safe and add some ifq oactive logic.Visa Hankala
2016-05-21panic() if an incoming packet does not consist of one buffer. ThisVisa Hankala
2016-05-19Fix the previous commit which made work queue entries get released tooVisa Hankala
2016-05-19Disable dynamic short buffering to make all RX data land on buffersVisa Hankala
2016-04-27Expand and remove macro OCTEON_ETH_TAP.Visa Hankala
2016-04-26sc_resume_ch is used nowhere.Visa Hankala
2016-04-26Drop an unused workaround which does not even compile.Visa Hankala
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-12-18A store to FPA does not need splnet(). The operation is atomic.Visa Hankala