summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev/if_cnmac.c
AgeCommit message (Expand)Author
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
2015-11-25Simplify the setup of gather segments.Visa Hankala
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-21Drop sysctl leftovers.Visa Hankala
2015-11-20Make cnmac compile again after IF_DROP() removal. Just bail out if theVisa Hankala
2015-11-18Take account of padding with dynamic short packets. This fixes theVisa Hankala
2015-11-13Remove an unnecessary IFQ_POLL(), along with an unused #ifdef block.Visa Hankala
2015-10-28Enable TCP/UDP checksum offloading on packet transmission.Visa Hankala