summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/dev/if_cnmac.c
AgeCommit message (Expand)Author
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
2015-10-28Add proper padding to packets that the hardware does not recognize asVisa Hankala
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-10-24Make use of hardware RX checksum validation.Visa Hankala
2015-10-15Let the rx path of cnmac run without the kernel lock. To avoid the needVisa Hankala
2015-10-08Remove the sc_soft_req_cnt field because the number of tx requests isVisa Hankala
2015-06-11convert sc_sendq into an mbuf_list, and use ph_cookie rather than rcvif toJonathan Matthew
2015-04-30Convert to if_input().Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-08-11Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you.Miod Vallat
2014-08-11Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we areMiod Vallat
2014-08-11Remove evcnt and %b format strings relying upon SEIL extensions. This givesMiod Vallat
2014-08-11De-static so that my ddb backtrace get closer to reality.Miod Vallat
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot